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

java.lang.Object
  extended byorg.apache.axis2.security.trust.token.AbstractToken
      extended byorg.apache.axis2.security.trust.token.ValueToken
          extended byorg.apache.axis2.security.trust.token.Reason

public class Reason
extends ValueToken


Field Summary
static QName TOKEN
           
 
Fields inherited from class org.apache.axis2.security.trust.token.ValueToken
valueText
 
Fields inherited from class org.apache.axis2.security.trust.token.AbstractToken
factory, tokenElement, wstNamespace
 
Constructor Summary
Reason(OMElement elem)
           
Reason(String value)
           
 
Method Summary
protected  QName getToken()
           
 
Methods inherited from class org.apache.axis2.security.trust.token.ValueToken
deserializeChildElement, getValue, setElementTextValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKEN

public static final QName TOKEN
Constructor Detail

Reason

public Reason(String value)

Reason

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

getToken

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