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

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

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

Fields in org.apache.cxf.transport.jms declared as SessionPoolType
protected  SessionPoolType JMSDestination.sessionPool
           
protected  SessionPoolType JMSConduit.sessionPool
           
 

Methods in org.apache.cxf.transport.jms that return SessionPoolType
 SessionPoolType ObjectFactory.createSessionPoolType()
          Create an instance of SessionPoolType
 SessionPoolType JMSTransport.getSessionPool()
           
 SessionPoolType JMSDestination.getSessionPool()
           
 SessionPoolType JMSConduit.getSessionPool()
           
 

Methods in org.apache.cxf.transport.jms with parameters of type SessionPoolType
 void JMSDestination.setSessionPool(SessionPoolType sessionPool)
           
 void JMSConduit.setSessionPool(SessionPoolType sessionPool)
           
 



Apache CXF