Apache CXF API

org.apache.cxf.transport.jms
Interface JMSTransport

All Known Implementing Classes:
JMSConduit, JMSDestination

public interface JMSTransport

Common accessors between the conduit and destination which are needed for common code.


Method Summary
 void connected(javax.jms.Destination target, javax.jms.Destination reply, JMSSessionFactory factory)
          Callback from the JMSProviderHub indicating the ClientTransport has been sucessfully connected.
 AddressType getJMSAddress()
           
 SessionPoolType getSessionPool()
           
 

Method Detail

getJMSAddress

AddressType getJMSAddress()

getSessionPool

SessionPoolType getSessionPool()

connected

void connected(javax.jms.Destination target,
               javax.jms.Destination reply,
               JMSSessionFactory factory)
Callback from the JMSProviderHub indicating the ClientTransport has been sucessfully connected.

Parameters:
targetDestination - the target destination
sessionFactory - used to get access to a pooled JMS resources

Apache CXF API

Apache CXF