public class JMSContinuationProvider extends Object implements ContinuationProvider
Constructor and Description |
---|
JMSContinuationProvider(Bus b,
Message m,
MessageObserver observer,
Counter suspendendContinuations) |
Modifier and Type | Method and Description |
---|---|
void |
complete()
Let the provider know that the exchange is complete
|
Continuation |
getContinuation()
Creates a new continuation or retrieves the existing one
|
public JMSContinuationProvider(Bus b, Message m, MessageObserver observer, Counter suspendendContinuations)
public void complete()
ContinuationProvider
complete
in interface ContinuationProvider
public Continuation getContinuation()
ContinuationProvider
getContinuation
in interface ContinuationProvider
Apache CXF