org.apache.tsik.wst.elements
Class RequestedSecurityToken

java.lang.Object
  extended byorg.apache.tsik.domutil.elements.ElementImpl
      extended byorg.apache.tsik.wst.elements.RequestedSecurityToken
All Implemented Interfaces:
Element

public class RequestedSecurityToken
extends ElementImpl

Implements the RequestSecurityToken element.


Field Summary
static String elementName
          The element name.
static String uri
          The element URI.
 
Constructor Summary
RequestedSecurityToken(String id, DOMCursor content)
          TODO javadoc.
 
Method Summary
static RequestedSecurityToken fromXml(DOMCursor cursor)
          Creates a RequestedSecurityToken object from existing XML.
 DOMCursor getContent()
          TODO javadoc.
 String toString()
           
 void toXml(DOMWriteCursor wc)
          Returns an XML presentation of this element.
 
Methods inherited from class org.apache.tsik.domutil.elements.ElementImpl
placeCursor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

elementName

public static String elementName
The element name.


uri

public static String uri
The element URI.

Constructor Detail

RequestedSecurityToken

public RequestedSecurityToken(String id,
                              DOMCursor content)
TODO javadoc.

Parameters:
id - TODO.
content - TODO.
Method Detail

getContent

public DOMCursor getContent()
TODO javadoc.

Returns:
TODO.

toXml

public void toXml(DOMWriteCursor wc)
Description copied from interface: Element
Returns an XML presentation of this element. The returned cursor should be positioned at the top element (i.e., cursor.getElement().getLocalName() should be the name of this element)

Specified by:
toXml in interface Element
Specified by:
toXml in class ElementImpl

fromXml

public static RequestedSecurityToken fromXml(DOMCursor cursor)
Creates a RequestedSecurityToken object from existing XML.

Parameters:
cursor - the cursor to read from.
Returns:
the newly created RequestedSecurityToken.

toString

public String toString()