Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.SecondaryParametersType
-
Packages that use SecondaryParametersType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of SecondaryParametersType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return SecondaryParametersType Modifier and Type Method Description SecondaryParametersTypeObjectFactory. createSecondaryParametersType()Create an instance ofSecondaryParametersTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type SecondaryParametersType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecondaryParametersType>ObjectFactory. createSecondaryParameters(SecondaryParametersType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type SecondaryParametersType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecondaryParametersType>ObjectFactory. createSecondaryParameters(SecondaryParametersType value) -
Uses of SecondaryParametersType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of SecondaryParametersType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classSecondaryParametersImplImplementation of the SecondaryParameters interface.Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SecondaryParametersType Constructor Description SecondaryParametersImpl(SecondaryParametersType spType)
-