org.apache.ws.sandbox.security.trust.message.token
Class Reason

java.lang.Object
  extended byorg.apache.ws.sandbox.security.trust.message.token.AbstractToken
      extended byorg.apache.ws.sandbox.security.trust.message.token.ValueElement
          extended byorg.apache.ws.sandbox.security.trust.message.token.Reason

public class Reason
extends ValueElement

Author:
Malinda Kaushalye, Ruchith Fernando Reason token
See Also:
Status

Field Summary
static javax.xml.namespace.QName TOKEN
           
 
Fields inherited from class org.apache.ws.sandbox.security.trust.message.token.ValueElement
valueText
 
Fields inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
document, element
 
Constructor Summary
Reason(org.w3c.dom.Document doc)
          Constructor for Reason
Reason(org.w3c.dom.Document doc, java.lang.String value)
          Constructor for Reason
Reason(org.w3c.dom.Element elem)
          Constructor for Reason
 
Method Summary
protected  javax.xml.namespace.QName getToken()
          Returns the QName of this type
 
Methods inherited from class org.apache.ws.sandbox.security.trust.message.token.ValueElement
deserializeChildElement, getValue, setElementTextValue, setValue
 
Methods inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
addChild, getElement, parse, removeChild, setElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOKEN

public static final javax.xml.namespace.QName TOKEN
Constructor Detail

Reason

public Reason(org.w3c.dom.Element elem)
       throws WSTrustException
Constructor for Reason

Parameters:
elem -
Throws:
WSSecurityException
WSTrustException

Reason

public Reason(org.w3c.dom.Document doc)
Constructor for Reason

Parameters:
doc -

Reason

public Reason(org.w3c.dom.Document doc,
              java.lang.String value)
Constructor for Reason

Parameters:
doc -
value -
Method Detail

getToken

protected javax.xml.namespace.QName getToken()
Returns the QName of this type

Specified by:
getToken in class AbstractToken
Returns:
See Also:
AbstractToken.getToken()


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.