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.
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 destinationsessionFactory - used to get access to a pooled JMS resources
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.