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()
ContinuationProvidercomplete in interface ContinuationProviderpublic Continuation getContinuation()
ContinuationProvidergetContinuation in interface ContinuationProviderApache CXF