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

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

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

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

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

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

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

Subclasses of RequestedProofTokenType in com.sun.xml.ws.security.trust.impl.elements
 class RequestedProofTokenImpl
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return RequestedProofTokenType
static RequestedProofTokenType RequestedProofTokenImpl.fromElement(Element element)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedProofTokenType
RequestedProofTokenImpl(RequestedProofTokenType rptType)
           
 



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