Apache CXF API

org.apache.cxf.transport.jms
Class XASingleConnectionFactory

java.lang.Object
  extended by org.springframework.jms.connection.SingleConnectionFactory
      extended by org.apache.cxf.transport.jms.XASingleConnectionFactory
All Implemented Interfaces:
javax.jms.ConnectionFactory, javax.jms.ExceptionListener, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class XASingleConnectionFactory
extends org.springframework.jms.connection.SingleConnectionFactory


Field Summary
 
Fields inherited from class org.springframework.jms.connection.SingleConnectionFactory
logger
 
Constructor Summary
XASingleConnectionFactory(javax.jms.ConnectionFactory targetConnectionFactory)
           
 
Method Summary
protected  javax.jms.Connection doCreateConnection()
           
protected  javax.jms.Session getSession(javax.jms.Connection con, Integer mode)
           
 
Methods inherited from class org.springframework.jms.connection.SingleConnectionFactory
afterPropertiesSet, closeConnection, createConnection, createConnection, createQueueConnection, createQueueConnection, createSession, createTopicConnection, createTopicConnection, destroy, getClientId, getExceptionListener, getSharedConnectionProxy, getTargetConnectionFactory, initConnection, isReconnectOnException, onException, prepareConnection, resetConnection, setClientId, setExceptionListener, setReconnectOnException, setTargetConnectionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XASingleConnectionFactory

public XASingleConnectionFactory(javax.jms.ConnectionFactory targetConnectionFactory)
Method Detail

doCreateConnection

protected javax.jms.Connection doCreateConnection()
                                           throws javax.jms.JMSException
Overrides:
doCreateConnection in class org.springframework.jms.connection.SingleConnectionFactory
Throws:
javax.jms.JMSException

getSession

protected javax.jms.Session getSession(javax.jms.Connection con,
                                       Integer mode)
                                throws javax.jms.JMSException
Overrides:
getSession in class org.springframework.jms.connection.SingleConnectionFactory
Throws:
javax.jms.JMSException

Apache CXF API

Apache CXF