public class JAXWSMethodInvoker extends AbstractJAXWSMethodInvoker
| Modifier and Type | Field and Description | 
|---|---|
static String | 
COPY_SOAP_HEADERS_BY_FAULT  | 
factory| Constructor and Description | 
|---|
JAXWSMethodInvoker(Factory factory)  | 
JAXWSMethodInvoker(Invoker i)  | 
JAXWSMethodInvoker(Object bean)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
invoke(Exchange exchange,
      Object serviceObject,
      Method m,
      List<Object> params)  | 
protected Object | 
performInvocation(Exchange exchange,
                 Object serviceObject,
                 Method m,
                 Object[] paramArray)  | 
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContextgetServiceObject, isSingletonFactory, releaseServiceObject, setFactorycheckSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxypublic static final String COPY_SOAP_HEADERS_BY_FAULT
public JAXWSMethodInvoker(Object bean)
public JAXWSMethodInvoker(Factory factory)
public JAXWSMethodInvoker(Invoker i)
protected Object performInvocation(Exchange exchange, Object serviceObject, Method m, Object[] paramArray) throws Exception
performInvocation in class AbstractInvokerExceptionApache CXF