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, updateWebServiceContext
getServiceObject, isSingletonFactory, releaseServiceObject, setFactory
checkSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxy
public 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 AbstractInvoker
Exception
Apache CXF