Uses of Class
org.apache.cxf.transport.jms.AddressType

Packages that use AddressType
org.apache.cxf.transport.jms   
 

Uses of AddressType in org.apache.cxf.transport.jms
 

Fields in org.apache.cxf.transport.jms declared as AddressType
protected  AddressType JMSConduit.address
           
protected  AddressType JMSDestination.address
           
 

Methods in org.apache.cxf.transport.jms that return AddressType
 AddressType ObjectFactory.createAddressType()
          Create an instance of AddressType
 AddressType JMSConduit.getJMSAddress()
           
 AddressType JMSDestination.getJMSAddress()
           
 AddressType JMSTransport.getJMSAddress()
           
 

Methods in org.apache.cxf.transport.jms 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.transport.jms with parameters of type AddressType
 javax.xml.bind.JAXBElement<AddressType> ObjectFactory.createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
static javax.naming.Context JMSUtils.getInitialContext(AddressType addrType)
           
protected static void JMSUtils.populateContextEnvironment(AddressType addrType, java.util.Properties env)
           
 void JMSConduit.setJMSAddress(AddressType a)
           
 void JMSDestination.setJMSAddress(AddressType a)
           
 



Apache CXF