Package org.apache.cxf.continuations
Interface ContinuationProvider
public interface ContinuationProvider
Provides transport-neutral support for creating suspended invocation primitives
 or continuations
- 
Method SummaryModifier and TypeMethodDescriptionvoidcomplete()Let the provider know that the exchange is completeCreates a new continuation or retrieves the existing one
- 
Method Details- 
getContinuationContinuation getContinuation()Creates a new continuation or retrieves the existing one- Returns:
- transport-neutral ContinuationWrapper
 
- 
completevoid complete()Let the provider know that the exchange is complete
 
-