Class CxfRsInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.jaxrs.JAXRSInvoker
org.apache.camel.component.cxf.jaxrs.CxfRsInvoker
- All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker
public class CxfRsInvoker
extends org.apache.cxf.jaxrs.JAXRSInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectperformInvocation(org.apache.cxf.message.Exchange cxfExchange, Object serviceObject, Method method, Object[] paramArray) Methods inherited from class org.apache.cxf.jaxrs.JAXRSInvoker
checkFutureResponse, getActualServiceObject, getMethodToInvoke, getServiceObject, getTemplateValues, invoke, invokeMethods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, releaseServiceObject
-
Constructor Details
-
CxfRsInvoker
-
-
Method Details