public class Servlet3ContinuationProvider extends Object implements org.apache.cxf.continuations.ContinuationProvider
| Modifier and Type | Class and Description |
|---|---|
class |
Servlet3ContinuationProvider.Servlet3Continuation |
| Constructor and Description |
|---|
Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
org.apache.cxf.message.Message inMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
org.apache.cxf.continuations.Continuation |
getContinuation() |
public Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
org.apache.cxf.message.Message inMessage)
public void complete()
complete in interface org.apache.cxf.continuations.ContinuationProviderpublic org.apache.cxf.continuations.Continuation getContinuation()
getContinuation in interface org.apache.cxf.continuations.ContinuationProviderApache CXF