org.apache.tsik.wst.elements
Class Issuer

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

public class Issuer
extends ElementImpl

Implements the Issuer element.


Constructor Summary
Issuer(EndpointReferenceType[] eprt)
          Creates an Issuer.
 
Method Summary
static Issuer fromXml(DOMCursor cursor)
          Creates an issuer from existing XML.
 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
 

Constructor Detail

Issuer

public Issuer(EndpointReferenceType[] eprt)
Creates an Issuer.

Parameters:
eprt - TODO.
Method Detail

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 Issuer fromXml(DOMCursor cursor)
Creates an issuer from existing XML.

Parameters:
cursor - the cursor to read from.
Returns:
the newly created Issuer.
Throws:
IllegalArgumentException - TODO.

toString

public String toString()