| Package | Description |
|---|---|
| org.apache.cxf.transport.http | |
| org.apache.cxf.transport.http_jetty.continuations | |
| org.apache.cxf.transport.jms.continuations |
| Modifier and Type | Class and Description |
|---|---|
class |
Servlet3ContinuationProvider |
| Modifier and Type | Method and Description |
|---|---|
ContinuationProvider |
ContinuationProviderFactory.createContinuationProvider(Message inMessage,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
If this factory can support the given req/resp and
provide a ContinuationProvider, it should create one
and return it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JettyContinuationProvider |
| Modifier and Type | Method and Description |
|---|---|
ContinuationProvider |
JettyContinuationProviderFactory.createContinuationProvider(Message inMessage,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSContinuationProvider |
Apache CXF