Uses of Class
org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
-
Packages that use EndpointReferenceType Package Description org.apache.cxf.ws.addressing org.apache.cxf.ws.addressing.v200403 -
-
Uses of EndpointReferenceType in org.apache.cxf.ws.addressing
Fields in org.apache.cxf.ws.addressing with type parameters of type EndpointReferenceType Modifier and Type Field Description static Class<EndpointReferenceType>VersionTransformer.Names200403. EPR_TYPEMethods in org.apache.cxf.ws.addressing that return EndpointReferenceType Modifier and Type Method Description static EndpointReferenceTypeVersionTransformer. convertTo200403(EndpointReferenceType internal)Convert from 2005/08 EndpointReferenceType to 2004/03 EndpointReferenceType.Methods in org.apache.cxf.ws.addressing with parameters of type EndpointReferenceType Modifier and Type Method Description static EndpointReferenceTypeVersionTransformer. convert(EndpointReferenceType exposed)Convert from 2004/03 EndpointReferenceType to 2005/08 EndpointReferenceType. -
Uses of EndpointReferenceType in org.apache.cxf.ws.addressing.v200403
Methods in org.apache.cxf.ws.addressing.v200403 that return EndpointReferenceType Modifier and Type Method Description EndpointReferenceTypeObjectFactory. createEndpointReferenceType()Create an instance ofEndpointReferenceTypeMethods in org.apache.cxf.ws.addressing.v200403 that return types with arguments of type EndpointReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createEndpointReference(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFaultTo(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFrom(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createReplyTo(EndpointReferenceType value)Methods in org.apache.cxf.ws.addressing.v200403 with parameters of type EndpointReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createEndpointReference(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFaultTo(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createFrom(EndpointReferenceType value)javax.xml.bind.JAXBElement<EndpointReferenceType>ObjectFactory. createReplyTo(EndpointReferenceType value)
-