Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenResponseType

Packages that use RequestSecurityTokenResponseType
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
protected  List<RequestSecurityTokenResponseType> RequestSecurityTokenResponseCollectionType.requestSecurityTokenResponse
           
 

Methods in com.sun.xml.ws.security.trust.impl.bindings that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType ObjectFactory.createRequestSecurityTokenResponseType()
          Create an instance of RequestSecurityTokenResponseType
 

Methods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RequestSecurityTokenResponseType
 JAXBElement<RequestSecurityTokenResponseType> ObjectFactory.createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
          Create an instance of JAXBElement<RequestSecurityTokenResponseType>}
 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
 JAXBElement<RequestSecurityTokenResponseType> ObjectFactory.createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
          Create an instance of JAXBElement<RequestSecurityTokenResponseType>}
 

Uses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.elements
 

Subclasses of RequestSecurityTokenResponseType in com.sun.xml.ws.security.trust.impl.elements
 class RequestSecurityTokenResponseImpl
          Implementation of a RequestSecurityTokenResponse.
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenResponseType
RequestSecurityTokenResponseImpl(RequestSecurityTokenResponseType rstrType)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.