public class LifetimeImpl extends LifetimeType implements Lifetime
created, expires| Constructor and Description |
|---|
LifetimeImpl() |
LifetimeImpl(AttributedDateTime created,
AttributedDateTime expires) |
LifetimeImpl(LifetimeType ltType) |
| Modifier and Type | Method and Description |
|---|---|
static LifetimeType |
fromElement(Element element)
Constructs a
Lifetime element from
an existing XML block. |
getCreated, getExpires, setCreated, setExpiresclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreated, getExpires, setCreated, setExpirespublic LifetimeImpl()
public LifetimeImpl(AttributedDateTime created, AttributedDateTime expires)
public LifetimeImpl(LifetimeType ltType)
public static LifetimeType fromElement(Element element) throws WSTrustException
Lifetime element from
an existing XML block.element - 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.Copyright © 2005–2018 Oracle Corporation. All rights reserved.