|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.sandbox.security.trust.message.token.AbstractToken
org.apache.ws.sandbox.security.trust.message.token.CompositeElement
org.apache.ws.sandbox.security.trust.message.token.Status
Field Summary | |
static javax.xml.namespace.QName |
TOKEN
|
Fields inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken |
document, element |
Constructor Summary | |
Status(org.w3c.dom.Document doc)
Constructor for Status |
|
Status(org.w3c.dom.Element elem)
Constructor for Status |
Method Summary | |
protected void |
deserializeChildElement(org.w3c.dom.Element elem)
This is called for each of the immediate child elements of type Node.ELEMENT_NODE of this token |
java.lang.String |
getCode()
Gets the code of the status |
java.lang.String |
getReason()
Gets the reason of the status |
protected javax.xml.namespace.QName |
getToken()
Returns the QName of this type |
void |
setCode(java.lang.String codeValue)
Sets the code of the status |
void |
setReason(java.lang.String reason)
Sets the reason of the status |
Methods inherited from class org.apache.ws.sandbox.security.trust.message.token.CompositeElement |
setElementTextValue |
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 |
public static final javax.xml.namespace.QName TOKEN
Constructor Detail |
public Status(org.w3c.dom.Element elem) throws WSTrustException
elem
-
WSSecurityException
WSTrustException
public Status(org.w3c.dom.Document doc)
doc
- Method Detail |
public void setCode(java.lang.String codeValue)
public java.lang.String getCode()
WSSecurityException
public void setReason(java.lang.String reason)
reason
- public java.lang.String getReason()
WSSecurityException
protected javax.xml.namespace.QName getToken()
getToken
in class AbstractToken
AbstractToken.getToken()
protected void deserializeChildElement(org.w3c.dom.Element elem) throws WSTrustException
AbstractToken
Node.ELEMENT_NODE
of this token
deserializeChildElement
in class AbstractToken
elem
- The child element
WSTrustException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |