public class JAXWSMethodInvoker extends AbstractJAXWSMethodInvoker
| Modifier and Type | Field and Description |
|---|---|
static String |
COPY_SOAP_HEADERS_BY_FAULT |
| Constructor and Description |
|---|
JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory) |
JAXWSMethodInvoker(Invoker i) |
JAXWSMethodInvoker(Object bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
List<Object> params) |
protected Object |
performInvocation(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
Object[] paramArray) |
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContextgetServiceObject, isSingletonFactory, releaseServiceObject, setFactorypublic static final String COPY_SOAP_HEADERS_BY_FAULT
public JAXWSMethodInvoker(Object bean)
public JAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory)
public JAXWSMethodInvoker(Invoker i)
Apache CXF