Uses of Interface
org.apache.cxf.transport.jms.util.JMSListenerContainer

Packages that use JMSListenerContainer
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.util Utility classes to make it easier to work with the JMS API. 
 

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

Methods in org.apache.cxf.transport.jms that return JMSListenerContainer
static JMSListenerContainer JMSFactory.createSimpleJmsListener(JMSConfiguration jmsConfig, javax.jms.Connection connection, javax.jms.MessageListener listenerHandler, javax.jms.Destination destination, String conduitId)
           
static JMSListenerContainer JMSFactory.createTargetDestinationListener(org.apache.cxf.service.model.EndpointInfo ei, JMSConfiguration jmsConfig, javax.jms.MessageListener listenerHandler)
           
 

Constructors in org.apache.cxf.transport.jms with parameters of type JMSListenerContainer
ThrottlingCounter(JMSListenerContainer listenerContainer, int lowWatermark, int highWatermark)
           
 

Uses of JMSListenerContainer in org.apache.cxf.transport.jms.util
 

Classes in org.apache.cxf.transport.jms.util that implement JMSListenerContainer
 class MessageListenerContainer
           
 



Apache CXF