Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.LifetimeType
-
Packages that use LifetimeType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of LifetimeType in com.sun.xml.ws.security.trust.impl.bindings
Methods in com.sun.xml.ws.security.trust.impl.bindings that return LifetimeType Modifier and Type Method Description LifetimeTypeObjectFactory. createLifetimeType()Create an instance ofLifetimeTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type LifetimeType Modifier and Type Method Description javax.xml.bind.JAXBElement<LifetimeType>ObjectFactory. createLifetime(LifetimeType value)Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type LifetimeType Modifier and Type Method Description javax.xml.bind.JAXBElement<LifetimeType>ObjectFactory. createLifetime(LifetimeType value) -
Uses of LifetimeType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of LifetimeType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classLifetimeImplMethods in com.sun.xml.ws.security.trust.impl.elements that return LifetimeType Modifier and Type Method Description static LifetimeTypeLifetimeImpl. fromElement(Element element)Constructs aLifetimeelement from an existing XML block.Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type LifetimeType Constructor Description LifetimeImpl(LifetimeType ltType)
-