Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.addressing that return ReferenceParametersType
static ReferenceParametersType VersionTransformer.convert(ReferenceParametersType internal)
          Convert from 2005/08 ReferenceParametersType to 2004/08 ReferenceParametersType.
 

Methods in org.apache.cxf.ws.addressing with parameters of type ReferenceParametersType
static ReferenceParametersType VersionTransformer.convert(ReferenceParametersType exposed)
          Convert from 2004/08 ReferenceParametersType to 2005/08 ReferenceParametersType.
 

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

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

Methods in org.apache.cxf.ws.addressing.v200408 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.v200408 with parameters of type ReferenceParametersType
 void EndpointReferenceType.setReferenceParameters(ReferenceParametersType value)
          Sets the value of the referenceParameters property.
 


Apache CXF API

Apache CXF