org.apache.cxf.transport.http
Class Servlet3ContinuationProvider
java.lang.Object
org.apache.cxf.transport.http.Servlet3ContinuationProvider
- All Implemented Interfaces:
- org.apache.cxf.continuations.ContinuationProvider
public class Servlet3ContinuationProvider
- extends Object
- implements org.apache.cxf.continuations.ContinuationProvider
|
Constructor Summary |
Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
org.apache.cxf.message.Message inMessage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Servlet3ContinuationProvider
public Servlet3ContinuationProvider(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
org.apache.cxf.message.Message inMessage)
getContinuation
public org.apache.cxf.continuations.Continuation getContinuation()
-
- Specified by:
getContinuation in interface org.apache.cxf.continuations.ContinuationProvider
Apache CXF