Class ReactorInvoker

  • All Implemented Interfaces:
    org.apache.cxf.service.invoker.Invoker

    public class ReactorInvoker
    extends org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactorInvoker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl checkFutureResponse​(org.apache.cxf.message.Message inMessage, Object result)  
      • Methods inherited from class org.apache.cxf.jaxrs.reactivestreams.server.AbstractReactiveInvoker

        handleThrowable, isJsonResponse, isStreamingSubscriberUsed, isUseStreamingSubscriberIfPossible, setUseStreamingSubscriberIfPossible
      • Methods inherited from class org.apache.cxf.jaxrs.JAXRSInvoker

        getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invoke
      • Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker

        adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
    • Constructor Detail

      • ReactorInvoker

        public ReactorInvoker()
    • Method Detail

      • checkFutureResponse

        protected org.apache.cxf.jaxrs.impl.AsyncResponseImpl checkFutureResponse​(org.apache.cxf.message.Message inMessage,
                                                                                  Object result)
        Overrides:
        checkFutureResponse in class org.apache.cxf.jaxrs.JAXRSInvoker