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

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

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

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

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

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

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

Subclasses of RequestedReferenceType in com.sun.xml.ws.security.trust.impl.wssx.elements
 class RequestedAttachedReferenceImpl
          Implementation for RequestedAttachedReference.
 class RequestedUnattachedReferenceImpl
          Implementation for RequestedUnattachedReference.
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedReferenceType
RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
           
RequestedUnattachedReferenceImpl(RequestedReferenceType rrType)
           
 



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