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 JMSDestination.getSessionPool()
           
 SessionPoolType JMSTransport.getSessionPool()
           
 SessionPoolType JMSConduit.getSessionPool()
           
 

Methods in org.apache.cxf.transport.jms that return types with arguments of type SessionPoolType
 javax.xml.bind.JAXBElement<SessionPoolType> ObjectFactory.createSessionPool(SessionPoolType value)
          Create an instance of JAXBElement<SessionPoolType>}
 

Methods in org.apache.cxf.transport.jms with parameters of type SessionPoolType
 javax.xml.bind.JAXBElement<SessionPoolType> ObjectFactory.createSessionPool(SessionPoolType value)
          Create an instance of JAXBElement<SessionPoolType>}
 void JMSDestination.setSessionPool(SessionPoolType sessionPool)
           
 void JMSConduit.setSessionPool(SessionPoolType sessionPool)
           
 



Apache CXF