org.apache.cxf.transport.jms.continuations
Class JMSContinuationProvider
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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