Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.RenewTargetType
-
Packages that use RenewTargetType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of RenewTargetType in com.sun.xml.ws.security.trust.impl.bindings
Methods in com.sun.xml.ws.security.trust.impl.bindings that return RenewTargetType Modifier and Type Method Description RenewTargetTypeObjectFactory. createRenewTargetType()Create an instance ofRenewTargetTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RenewTargetType Modifier and Type Method Description javax.xml.bind.JAXBElement<RenewTargetType>ObjectFactory. createRenewTarget(RenewTargetType value)Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type RenewTargetType Modifier and Type Method Description javax.xml.bind.JAXBElement<RenewTargetType>ObjectFactory. createRenewTarget(RenewTargetType value) -
Uses of RenewTargetType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of RenewTargetType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classRenewTargetImplTarget specifying the Security token to be renewed.Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RenewTargetType Constructor Description RenewTargetImpl(RenewTargetType rnType)
-