org.apache.axis2.security.trust.token
Class AbstractToken
java.lang.Object
org.apache.axis2.security.trust.token.AbstractToken
- Direct Known Subclasses:
- CompositeToken, Renewing, ValueToken
- public abstract class AbstractToken
- extends java.lang.Object
- Author:
- Ruchith Fernando (ruchith.fernando@gmail.com)
|
Method Summary |
protected abstract void |
deserializeChildElement(OMElement element)
This is called for each of the immediate
child elements of type OMNode.ELEMENT_NODE of this token |
protected abstract javax.xml.namespace.QName |
getToken()
|
protected abstract void |
setElementTextValue(OMText textNode)
This is called with a OMText node of the
current element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
protected OMFactory factory
tokenElement
protected OMElement tokenElement
wstNamespace
protected OMNamespace wstNamespace
AbstractToken
public AbstractToken()
AbstractToken
public AbstractToken(OMElement elem)
throws TrustException
getToken
protected abstract javax.xml.namespace.QName getToken()
deserializeChildElement
protected abstract void deserializeChildElement(OMElement element)
throws TrustException
- This is called for each of the immediate
child elements of type
OMNode.ELEMENT_NODE of this token
- Parameters:
element -
- Throws:
TrustException
setElementTextValue
protected abstract void setElementTextValue(OMText textNode)
throws TrustException
- This is called with a
OMText node of the
current element
- Parameters:
textNode -
- Throws:
TrustException