org.apache.camel.component.cxf.jaxrs
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
| Methods inherited from class org.apache.cxf.jaxrs.JAXRSInvoker |
getActualServiceObject, getServiceObject, getTemplateValues, invoke, invoke |
| Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker |
checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, releaseServiceObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxfRsInvoker
public CxfRsInvoker(CxfRsEndpoint endpoint,
CxfRsConsumer consumer)
performInvocation
protected Object performInvocation(org.apache.cxf.message.Exchange cxfExchange,
Object serviceObject,
Method method,
Object[] paramArray)
throws Exception
- Overrides:
performInvocation in class org.apache.cxf.service.invoker.AbstractInvoker
- Throws:
Exception
Apache CAMEL