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

Packages that use RequestedSecurityTokenType
com.sun.xml.ws.security.trust.impl.bindings   
com.sun.xml.ws.security.trust.impl.elements   
 

Uses of RequestedSecurityTokenType in com.sun.xml.ws.security.trust.impl.bindings
 

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

Methods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RequestedSecurityTokenType
 JAXBElement<RequestedSecurityTokenType> ObjectFactory.createRequestedSecurityToken(RequestedSecurityTokenType value)
          Create an instance of JAXBElement<RequestedSecurityTokenType>}
 

Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type RequestedSecurityTokenType
 JAXBElement<RequestedSecurityTokenType> ObjectFactory.createRequestedSecurityToken(RequestedSecurityTokenType value)
          Create an instance of JAXBElement<RequestedSecurityTokenType>}
 

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

Subclasses of RequestedSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements
 class RequestedSecurityTokenImpl
          Implementation for the RequestedSecurityToken.
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return RequestedSecurityTokenType
static RequestedSecurityTokenType RequestedSecurityTokenImpl.fromElement(Element element)
          Constructs a RequestedSecurityToken element from an existing XML block.
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedSecurityTokenType
RequestedSecurityTokenImpl(RequestedSecurityTokenType rdstType)
           
 



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