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

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.Expires

public class Expires
extends ValueElement

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

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
Expires(org.w3c.dom.Document doc)
           
Expires(org.w3c.dom.Element elem)
           
 
Method Summary
protected  javax.xml.namespace.QName getToken()
          This metod is used to provide the QName of the element to the constructors by the extending types
 
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

Expires

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

Expires

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

getToken

protected javax.xml.namespace.QName getToken()
Description copied from class: AbstractToken
This metod is used to provide the QName of the element to the constructors by the extending types

Specified by:
getToken in class AbstractToken
Returns:


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