Apache CXF API

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
 

Methods in org.apache.cxf.transport.jms that return SessionPoolType
 SessionPoolType ObjectFactory.createSessionPoolType()
          Create an instance of SessionPoolType
 SessionPoolType JMSOldConfigHolder.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 JMSOldConfigHolder.setSessionPool(SessionPoolType sessionPool)
           
 


Apache CXF API

Apache CXF