Apache CXF API

Uses of Class
org.apache.cxf.wsdl.http.AddressType

Packages that use AddressType
org.apache.cxf.wsdl.http   
 

Uses of AddressType in org.apache.cxf.wsdl.http
 

Methods in org.apache.cxf.wsdl.http that return AddressType
 AddressType ObjectFactory.createAddressType()
          Create an instance of AddressType
 

Methods in org.apache.cxf.wsdl.http that return types with arguments of type AddressType
 javax.xml.bind.JAXBElement<AddressType> ObjectFactory.createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 

Methods in org.apache.cxf.wsdl.http with parameters of type AddressType
 javax.xml.bind.JAXBElement<AddressType> ObjectFactory.createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 


Apache CXF API

Apache CXF