Class ReactorInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.jaxrs.JAXRSInvoker
org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker
org.apache.cxf.jaxrs.reactor.server.ReactorInvoker
- All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker
public class ReactorInvoker
extends org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.jaxrs.impl.AsyncResponseImplcheckFutureResponse(org.apache.cxf.message.Message inMessage, Object result) Methods inherited from class org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker
handleThrowable, isJsonResponse, isStreamingSubscriberUsed, isUseStreamingSubscriberIfPossible, setUseStreamingSubscriberIfPossibleMethods inherited from class org.apache.cxf.jaxrs.JAXRSInvoker
getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeMethods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
-
Constructor Details
-
ReactorInvoker
public ReactorInvoker()
-
-
Method Details
-
checkFutureResponse
protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl checkFutureResponse(org.apache.cxf.message.Message inMessage, Object result) - Overrides:
checkFutureResponsein classorg.apache.cxf.jaxrs.JAXRSInvoker
-