Apache CXF API

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


Field Summary
static String COPY_SOAP_HEADERS_BY_FAULT
           
 
Constructor Summary
JAXWSMethodInvoker(Factory factory)
           
JAXWSMethodInvoker(Object bean)
           
 
Method Summary
protected  Object invoke(Exchange exchange, Object serviceObject, Method m, List<Object> params)
           
 
Methods inherited from class org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContext
 
Methods inherited from class org.apache.cxf.service.invoker.FactoryInvoker
getServiceObject, isSingletonFactory, releaseServiceObject, setFactory
 
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
 

Field Detail

COPY_SOAP_HEADERS_BY_FAULT

public static final String COPY_SOAP_HEADERS_BY_FAULT
See Also:
Constant Field Values
Constructor Detail

JAXWSMethodInvoker

public JAXWSMethodInvoker(Object bean)

JAXWSMethodInvoker

public JAXWSMethodInvoker(Factory factory)
Method Detail

invoke

protected Object invoke(Exchange exchange,
                        Object serviceObject,
                        Method m,
                        List<Object> params)
Overrides:
invoke in class AbstractJAXWSMethodInvoker

Apache CXF API

Apache CXF