Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.wsdl.AddressType

Packages that use AddressType
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.utils   
org.apache.cxf.binding.corba.wsdl   
 

Uses of AddressType in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba that return AddressType
protected  AddressType CorbaDestination.getAddressType()
           
 

Uses of AddressType in org.apache.cxf.binding.corba.utils
 

Methods in org.apache.cxf.binding.corba.utils with parameters of type AddressType
 void OrbConfig.exportObjectReference(ORB orb, Object ref, String url, AddressType address)
           
 

Uses of AddressType in org.apache.cxf.binding.corba.wsdl
 

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

Methods in org.apache.cxf.binding.corba.wsdl 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.binding.corba.wsdl 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