Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
-
Packages that use RequestedReferenceType Package Description 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 Modifier and Type Method Description RequestedReferenceTypeObjectFactory. createRequestedReferenceType()Create an instance ofRequestedReferenceTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type RequestedReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedAttachedReference(RequestedReferenceType value)javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedUnattachedReference(RequestedReferenceType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type RequestedReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedAttachedReference(RequestedReferenceType value)javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedUnattachedReference(RequestedReferenceType value) -
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 Modifier and Type Class Description classRequestedAttachedReferenceImplImplementation for RequestedAttachedReference.classRequestedUnattachedReferenceImplImplementation for RequestedUnattachedReference.Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedReferenceType Constructor Description RequestedAttachedReferenceImpl(RequestedReferenceType rrType)RequestedUnattachedReferenceImpl(RequestedReferenceType rrType)
-