org.apache.axis2.security.trust.token
Class CompositeToken

java.lang.Object
  extended byorg.apache.axis2.security.trust.token.AbstractToken
      extended byorg.apache.axis2.security.trust.token.CompositeToken
Direct Known Subclasses:
AppliesTo, CancelTarget, Claims, Entropy, Lifetime, RequestSecurityToken, RequestSecurityTokenResponse

public abstract class CompositeToken
extends AbstractToken


Field Summary
 
Fields inherited from class org.apache.axis2.security.trust.token.AbstractToken
factory, tokenElement, wstNamespace
 
Constructor Summary
CompositeToken()
           
CompositeToken(OMElement elem)
           
 
Method Summary
protected  void setElementTextValue(OMText textNode)
          This is called with a OMText node of the current element
 
Methods inherited from class org.apache.axis2.security.trust.token.AbstractToken
deserializeChildElement, getToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeToken

public CompositeToken()

CompositeToken

public CompositeToken(OMElement elem)
               throws TrustException
Parameters:
elem -
Throws:
TrustException
Method Detail

setElementTextValue

protected void setElementTextValue(OMText textNode)
                            throws TrustException
Description copied from class: AbstractToken
This is called with a OMText node of the current element

Specified by:
setElementTextValue in class AbstractToken
Parameters:
textNode -
Throws:
TrustException