Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseType
-
Packages that use RequestSecurityTokenResponseType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return RequestSecurityTokenResponseType Modifier and Type Method Description RequestSecurityTokenResponseTypeObjectFactory. createRequestSecurityTokenResponseType()Create an instance ofRequestSecurityTokenResponseTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type RequestSecurityTokenResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RequestSecurityTokenResponseType>ObjectFactory. createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type RequestSecurityTokenResponseType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RequestSecurityTokenResponseType>ObjectFactory. createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value) -
Uses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classRequestSecurityTokenResponseImplImplementation of a RequestSecurityTokenResponse.Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestSecurityTokenResponseType Constructor Description RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType)
-