Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF