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

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

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

Methods in org.apache.cxf.transport.jms that return PooledSession
 PooledSession JMSSessionFactory.get(boolean replyCapable)
           
 PooledSession JMSSessionFactory.get(javax.jms.Destination destination)
          Retrieve a new
 PooledSession JMSSessionFactory.get(javax.jms.Destination replyDest, boolean replyCapable)
          Retrieve a new or cached Session.
 

Methods in org.apache.cxf.transport.jms with parameters of type PooledSession
 void JMSSessionFactory.recycle(PooledSession pooledSession)
          Return a Session to the pool
 

Constructors in org.apache.cxf.transport.jms with parameters of type PooledSession
JMSDestination.JMSListenerThread(PooledSession session)
           
 



Apache CXF