Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestedReferenceType

Packages that use RequestedReferenceType
org.apache.cxf.ws.security.sts.provider.model   
 

Uses of RequestedReferenceType in org.apache.cxf.ws.security.sts.provider.model
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return RequestedReferenceType
 RequestedReferenceType ObjectFactory.createRequestedReferenceType()
          Create an instance of RequestedReferenceType
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestedReferenceType
 javax.xml.bind.JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 javax.xml.bind.JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestedReferenceType
 javax.xml.bind.JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 javax.xml.bind.JAXBElement<RequestedReferenceType> ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)
          Create an instance of JAXBElement<RequestedReferenceType>}
 


Apache CXF API

Apache CXF