public class ReactiveIOInvoker extends JAXRSInvoker
Constructor and Description |
---|
ReactiveIOInvoker() |
Modifier and Type | Method and Description |
---|---|
protected AsyncResponseImpl |
checkFutureResponse(Message inMessage,
Object result) |
protected AsyncResponseImpl |
handleFlowable(Message inMessage,
<any> f) |
protected AsyncResponseImpl |
handleObservable(Message inMessage,
<any> obs) |
getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invoke
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation, releaseServiceObject
protected AsyncResponseImpl checkFutureResponse(Message inMessage, Object result)
checkFutureResponse
in class JAXRSInvoker
protected AsyncResponseImpl handleFlowable(Message inMessage, <any> f)
protected AsyncResponseImpl handleObservable(Message inMessage, <any> obs)
Apache CXF