| com.sun.xml.ws.security.trust.impl.elements.LifetimeImpl
LifetimeImpl | public class LifetimeImpl extends LifetimeType implements Lifetime(Code) | | author: Manveen Kaur |
LifetimeImpl | public LifetimeImpl()(Code) | | |
LifetimeImpl | public LifetimeImpl(AttributedDateTime created, AttributedDateTime expires)(Code) | | |
LifetimeImpl | public LifetimeImpl(LifetimeType ltType)(Code) | | |
fromElement | public static LifetimeType fromElement(org.w3c.dom.Element element) throws WSTrustException(Code) | | Constructs a Lifetime element from
an existing XML block.
Parameters: lifetimeElement - Aorg.w3c.dom.Element representing DOM treefor Lifetime object. exception: WSTrustException - if it could not process theorg.w3c.dom.Element properly, implying thatthere is an error in the sender or in the element definition. |
|
|