Uses of Class
org.apache.cxf.ws.addressing.ReferenceParametersType
-
Packages that use ReferenceParametersType Package Description org.apache.cxf.ws.addressing -
-
Uses of ReferenceParametersType in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing declared as ReferenceParametersType Modifier and Type Field Description protected ReferenceParametersTypeEndpointReferenceType. referenceParametersMethods in org.apache.cxf.ws.addressing that return ReferenceParametersType Modifier and Type Method Description static ReferenceParametersTypeVersionTransformer. convert(ReferenceParametersType exposed)Convert from 2004/08 ReferenceParametersType to 2005/08 ReferenceParametersType.ReferenceParametersTypeObjectFactory. createReferenceParametersType()Create an instance ofReferenceParametersTypeReferenceParametersTypeEndpointReferenceType. getReferenceParameters()Gets the value of the referenceParameters property.Methods in org.apache.cxf.ws.addressing with parameters of type ReferenceParametersType Modifier and Type Method Description static ReferenceParametersTypeVersionTransformer. convert(ReferenceParametersType internal)Convert from 2005/08 ReferenceParametersType to 2004/08 ReferenceParametersType.voidEndpointReferenceType. setReferenceParameters(ReferenceParametersType value)Sets the value of the referenceParameters property.
-