Class CxfRsInvoker

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

    public class CxfRsInvoker
    extends org.apache.cxf.jaxrs.JAXRSInvoker
    • Method Detail

      • 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