|
|||||||||||
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.Renewing
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 | |
Renewing(org.w3c.dom.Document doc)
Constructor for Renewing |
|
Renewing(org.w3c.dom.Document doc,
boolean isOK,
boolean isAllow)
Constructor for Renewing |
|
Renewing(org.w3c.dom.Element elem)
Constructor for Renewing |
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 |
boolean |
getAllow()
|
boolean |
getOK()
|
protected javax.xml.namespace.QName |
getToken()
Returns the QName of this type |
void |
setAllow(boolean allow)
|
protected void |
setElementTextValue(org.w3c.dom.Text textNode)
This is called with a Text node of the
current element |
void |
setOK(boolean isOK)
|
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 Renewing(org.w3c.dom.Element elem) throws WSTrustException
elem
-
WSSecurityException
WSTrustException
public Renewing(org.w3c.dom.Document doc)
doc
- public Renewing(org.w3c.dom.Document doc, boolean isOK, boolean isAllow)
doc
- isOK
- isAllow
- Method Detail |
public void setAllow(boolean allow)
public boolean getAllow()
public void setOK(boolean isOK)
public boolean getOK()
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
protected void setElementTextValue(org.w3c.dom.Text textNode) throws WSTrustException
AbstractToken
Text
node of the
current element
setElementTextValue
in class AbstractToken
textNode
-
WSTrustException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |