org.apache.cxf.jaxws
Class JAXWSMethodInvoker

java.lang.Object
  extended by org.apache.cxf.service.invoker.AbstractInvoker
      extended by org.apache.cxf.service.invoker.FactoryInvoker
          extended by org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
              extended by org.apache.cxf.jaxws.JAXWSMethodInvoker
All Implemented Interfaces:
Invoker

public class JAXWSMethodInvoker
extends AbstractJAXWSMethodInvoker


Constructor Summary
JAXWSMethodInvoker(Factory factory)
           
JAXWSMethodInvoker(java.lang.Object bean)
           
 
Method Summary
protected  java.lang.Object invoke(Exchange exchange, java.lang.Object serviceObject, java.lang.reflect.Method m, java.util.List<java.lang.Object> params)
           
 
Methods inherited from class org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
addHandlerProperties, createFault, findSoapFaultException, removeHandlerProperties, updateWebServiceContext
 
Methods inherited from class org.apache.cxf.service.invoker.FactoryInvoker
getServiceObject, releaseServiceObject
 
Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
checkSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy, performInvocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSMethodInvoker

public JAXWSMethodInvoker(java.lang.Object bean)

JAXWSMethodInvoker

public JAXWSMethodInvoker(Factory factory)
Method Detail

invoke

protected java.lang.Object invoke(Exchange exchange,
                                  java.lang.Object serviceObject,
                                  java.lang.reflect.Method m,
                                  java.util.List<java.lang.Object> params)
Overrides:
invoke in class AbstractInvoker


Apache CXF