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 java.lang.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, java.util.Collection<JMSContinuation> cList)
           
 
Method Summary
 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,
                               java.util.Collection<JMSContinuation> cList)
Method Detail

getContinuation

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


Apache CXF