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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    performInvocation(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, invoke

    Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker

    adjustMethodAndParams, 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
  • Constructor Details

  • Method Details

    • 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