Apache CXF API

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

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

public class JMSContinuationProvider
extends java.lang.Object
implements ContinuationProvider


Constructor Summary
JMSContinuationProvider(Bus b, Message m, MessageObserver observer, java.util.Collection<JMSContinuation> cList)
           
 
Method Summary
 Continuation getContinuation()
          Creates a new continuation or retrieves the existing one
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSContinuationProvider

public JMSContinuationProvider(Bus b,
                               Message m,
                               MessageObserver observer,
                               java.util.Collection<JMSContinuation> cList)
Method Detail

getContinuation

public Continuation getContinuation()
Description copied from interface: ContinuationProvider
Creates a new continuation or retrieves the existing one

Specified by:
getContinuation in interface ContinuationProvider
Returns:
transport-neutral ContinuationWrapper

Apache CXF API

Apache CXF