@FunctionalInterface public interface AsyncHttpResponseWrapperFactory
Bus extension to allow wrapping up the response processing of
the AsyncHTTPConduit instance.| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper
The wrapper around the response that will be called by the
AsyncHTTPConduit
instance once the response is received. |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper |
create()
Creates new instance of the
AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper |
AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper create()
AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapperAsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper (or null)Apache CXF