org.apache.cxf.transport.jms.continuations
Class JMSContinuationProvider

java.lang.Object
  extended by org.apache.cxf.transport.jms.continuations.JMSContinuationProvider
All Implemented Interfaces:
org.apache.cxf.continuations.ContinuationProvider

public class JMSContinuationProvider
extends Object
implements org.apache.cxf.continuations.ContinuationProvider


Constructor Summary
JMSContinuationProvider(org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, Collection<JMSContinuation> cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
 
Method Summary
 void complete()
           
 org.apache.cxf.continuations.Continuation getContinuation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSContinuationProvider

public JMSContinuationProvider(org.apache.cxf.Bus b,
                               org.apache.cxf.message.Message m,
                               org.apache.cxf.transport.MessageObserver observer,
                               Collection<JMSContinuation> cList,
                               org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener,
                               JMSConfiguration jmsConfig)
Method Detail

complete

public void complete()
Specified by:
complete in interface org.apache.cxf.continuations.ContinuationProvider

getContinuation

public org.apache.cxf.continuations.Continuation getContinuation()
Specified by:
getContinuation in interface org.apache.cxf.continuations.ContinuationProvider


Apache CXF