public interface ContinuationProvider
| 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 | 
Continuation getContinuation()
void complete()
Apache CXF