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

java.lang.Object
  extended byorg.apache.ws.sandbox.security.trust.message.token.AbstractToken
      extended byorg.apache.ws.sandbox.security.trust.message.token.CompositeElement
Direct Known Subclasses:
AppliesTo, CancelTarget, Claims, Entropy, Lifetime, RenewTarget, RequestSecurityToken, RequestSecurityTokenResponse, Status

public abstract class CompositeElement
extends AbstractToken

Author:
Ruchith Fernando (ruchith.fernando@gmail.com)

Field Summary
 
Fields inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
document, element
 
Constructor Summary
CompositeElement(org.w3c.dom.Document doc)
           
CompositeElement(org.w3c.dom.Element elem)
           
 
Method Summary
protected  void setElementTextValue(org.w3c.dom.Text textNode)
          This is called with a Text node of the current element
 
Methods inherited from class org.apache.ws.sandbox.security.trust.message.token.AbstractToken
addChild, deserializeChildElement, getElement, getToken, parse, removeChild, setElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeElement

public CompositeElement(org.w3c.dom.Document doc)
Parameters:
doc -

CompositeElement

public CompositeElement(org.w3c.dom.Element elem)
                 throws WSTrustException
Parameters:
elem -
Throws:
WSTrustException
Method Detail

setElementTextValue

protected void setElementTextValue(org.w3c.dom.Text textNode)
                            throws WSTrustException
Description copied from class: AbstractToken
This is called with a Text node of the current element

Specified by:
setElementTextValue in class AbstractToken
Parameters:
textNode -
Throws:
WSTrustException


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