Package org.apache.cxf.continuations
Interface ContinuationProvider
- 
 public interface ContinuationProviderProvides transport-neutral support for creating suspended invocation primitives or continuations
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete()Let the provider know that the exchange is completeContinuationgetContinuation()Creates a new continuation or retrieves the existing one
 
- 
- 
- 
Method Detail- 
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
 
- 
 
-