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 JMSConduit.sessionPool
           
protected  SessionPoolType JMSDestination.sessionPool
           
 

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

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



Apache CXF