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

java.lang.Object
  extended byorg.apache.axis2.security.trust.token.AbstractToken
      extended byorg.apache.axis2.security.trust.token.CompositeToken
          extended byorg.apache.axis2.security.trust.token.RequestSecurityTokenResponse

public class RequestSecurityTokenResponse
extends CompositeToken


Field Summary
 
Fields inherited from class org.apache.axis2.security.trust.token.AbstractToken
factory, tokenElement, wstNamespace
 
Constructor Summary
RequestSecurityTokenResponse()
           
RequestSecurityTokenResponse(OMElement elem)
           
 
Method Summary
protected  void deserializeChildElement(OMElement element)
          This is called for each of the immediate child elements of type OMNode.ELEMENT_NODE of this token
protected  QName getToken()
           
 
Methods inherited from class org.apache.axis2.security.trust.token.CompositeToken
setElementTextValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSecurityTokenResponse

public RequestSecurityTokenResponse()

RequestSecurityTokenResponse

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

getToken

protected QName getToken()
Specified by:
getToken in class AbstractToken

deserializeChildElement

protected void deserializeChildElement(OMElement element)
                                throws TrustException
Description copied from class: AbstractToken
This is called for each of the immediate child elements of type OMNode.ELEMENT_NODE of this token

Specified by:
deserializeChildElement in class AbstractToken
Parameters:
element -
Throws:
TrustException