public class Servlet3ContinuationProvider extends Object implements ContinuationProvider
| Modifier and Type | Class and Description |
|---|---|
class |
Servlet3ContinuationProvider.Servlet3Continuation |
| Constructor and Description |
|---|
Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Message inMessage) |
| 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 Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Message inMessage)
public void complete()
ContinuationProvidercomplete in interface ContinuationProviderpublic Continuation getContinuation()
getContinuation in interface ContinuationProviderApache CXF