Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.ReferenceParametersType

Packages that use ReferenceParametersType
org.apache.cxf.ws.addressing   
 

Uses of ReferenceParametersType in org.apache.cxf.ws.addressing
 

Fields in org.apache.cxf.ws.addressing declared as ReferenceParametersType
protected  ReferenceParametersType EndpointReferenceType.referenceParameters
           
 

Methods in org.apache.cxf.ws.addressing that return ReferenceParametersType
 ReferenceParametersType ObjectFactory.createReferenceParametersType()
          Create an instance of ReferenceParametersType
 ReferenceParametersType EndpointReferenceType.getReferenceParameters()
          Gets the value of the referenceParameters property.
 

Methods in org.apache.cxf.ws.addressing with parameters of type ReferenceParametersType
 void EndpointReferenceType.setReferenceParameters(ReferenceParametersType value)
          Sets the value of the referenceParameters property.
 


Apache CXF API

Apache CXF