|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType
com.sun.xml.ws.security.trust.impl.wssx.elements.LifetimeImpl
public class LifetimeImpl
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType |
---|
created, expires |
Constructor Summary | |
---|---|
LifetimeImpl()
|
|
LifetimeImpl(com.sun.xml.ws.security.wsu10.AttributedDateTime created,
com.sun.xml.ws.security.wsu10.AttributedDateTime expires)
|
|
LifetimeImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType ltType)
|
Method Summary | |
---|---|
static com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType |
fromElement(org.w3c.dom.Element element)
Constructs a Lifetime element from
an existing XML block. |
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType |
---|
getCreated, getExpires, setCreated, setExpires |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.xml.ws.security.trust.elements.Lifetime |
---|
getCreated, getExpires, setCreated, setExpires |
Constructor Detail |
---|
public LifetimeImpl()
public LifetimeImpl(com.sun.xml.ws.security.wsu10.AttributedDateTime created, com.sun.xml.ws.security.wsu10.AttributedDateTime expires)
public LifetimeImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType ltType)
Method Detail |
---|
public static com.sun.xml.ws.security.trust.impl.wssx.bindings.LifetimeType fromElement(org.w3c.dom.Element element) throws WSTrustException
Lifetime
element from
an existing XML block.
lifetimeElement
- A
org.w3c.dom.Element
representing DOM tree
for Lifetime
object.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |