Apache CXF API

Uses of Class
org.apache.cxf.ws.addressing.wsdl.UsingAddressing

Packages that use UsingAddressing
org.apache.cxf.ws.addressing.wsdl   
 

Uses of UsingAddressing in org.apache.cxf.ws.addressing.wsdl
 

Methods in org.apache.cxf.ws.addressing.wsdl that return UsingAddressing
 UsingAddressing ObjectFactory.createUsingAddressing()
          Create an instance of UsingAddressing
 

Methods in org.apache.cxf.ws.addressing.wsdl that return types with arguments of type UsingAddressing
 JAXBElement<UsingAddressing> ObjectFactory.createUsingAddressing(UsingAddressing value)
          Create an instance of JAXBElement<UsingAddressing>}
 

Methods in org.apache.cxf.ws.addressing.wsdl with parameters of type UsingAddressing
 JAXBElement<UsingAddressing> ObjectFactory.createUsingAddressing(UsingAddressing value)
          Create an instance of JAXBElement<UsingAddressing>}
 


Apache CXF API

Apache CXF