Package org.apache.cxf.continuations
Interface ContinuationProvider
-
public interface ContinuationProvider
Provides transport-neutral support for creating suspended invocation primitives or continuations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
complete()
Let the provider know that the exchange is completeContinuation
getContinuation()
Creates a new continuation or retrieves the existing one
-
-
-
Method Detail
-
getContinuation
Continuation getContinuation()
Creates a new continuation or retrieves the existing one- Returns:
- transport-neutral ContinuationWrapper
-
complete
void complete()
Let the provider know that the exchange is complete
-
-