com.sun.xml.ws.security.trust.impl.wssx.elements
Class LifetimeImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType
com.sun.xml.ws.security.trust.impl.wssx.elements.LifetimeImpl
- All Implemented Interfaces:
- Lifetime
public class LifetimeImpl
- extends LifetimeType
- implements Lifetime
- Author:
- Manveen Kaur
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifetimeImpl
public LifetimeImpl()
LifetimeImpl
public LifetimeImpl(AttributedDateTime created,
AttributedDateTime expires)
LifetimeImpl
public LifetimeImpl(LifetimeType ltType)
fromElement
public static LifetimeType fromElement(Element element)
throws WSTrustException
- Constructs a
Lifetime element from
an existing XML block.
- Parameters:
lifetimeElement - A
org.w3c.dom.Element representing DOM tree
for Lifetime object.
- Throws:
WSTrustException - if it could not process the
org.w3c.dom.Element properly, implying that
there is an error in the sender or in the element definition.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.