Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType
-
Packages that use RequestSecurityTokenResponseType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.bindings
Fields in com.sun.xml.ws.security.trust.impl.bindings with type parameters of type RequestSecurityTokenResponseType Modifier and Type Field Description protected List<RequestSecurityTokenResponseType>RequestSecurityTokenResponseCollectionType. requestSecurityTokenResponseMethods in com.sun.xml.ws.security.trust.impl.bindings that return RequestSecurityTokenResponseType Modifier and Type Method Description RequestSecurityTokenResponseTypeObjectFactory. createRequestSecurityTokenResponseType()Create an instance ofRequestSecurityTokenResponseTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RequestSecurityTokenResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenResponseType>ObjectFactory. createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)List<RequestSecurityTokenResponseType>RequestSecurityTokenResponseCollectionType. getRequestSecurityTokenResponse()Gets the value of the requestSecurityTokenResponse property.Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type RequestSecurityTokenResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenResponseType>ObjectFactory. createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value) -
Uses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classRequestSecurityTokenResponseImplImplementation of a RequestSecurityTokenResponse.Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponseType Constructor Description RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType)
-