public abstract class AbstractReactiveInvoker extends JAXRSInvoker
| Constructor and Description |
|---|
AbstractReactiveInvoker() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
handleThrowable(AsyncResponseImpl asyncResponse,
Throwable t) |
protected boolean |
isJsonResponse(Message inMessage) |
protected boolean |
isStreamingSubscriberUsed(org.reactivestreams.Publisher<?> publisher,
javax.ws.rs.container.AsyncResponse asyncResponse,
Message inMessage) |
boolean |
isUseStreamingSubscriberIfPossible() |
void |
setUseStreamingSubscriberIfPossible(boolean useStreamingSubscriberIfPossible) |
checkFutureResponse, getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeadjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObjectprotected Object handleThrowable(AsyncResponseImpl asyncResponse, Throwable t)
protected boolean isJsonResponse(Message inMessage)
public boolean isUseStreamingSubscriberIfPossible()
protected boolean isStreamingSubscriberUsed(org.reactivestreams.Publisher<?> publisher,
javax.ws.rs.container.AsyncResponse asyncResponse,
Message inMessage)
public void setUseStreamingSubscriberIfPossible(boolean useStreamingSubscriberIfPossible)
Apache CXF