public abstract class AbstractJAXWSMethodInvoker
extends org.apache.cxf.service.invoker.FactoryInvoker
| Constructor and Description |
|---|
AbstractJAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory) |
AbstractJAXWSMethodInvoker(Object bean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addHandlerProperties(WrappedMessageContext ctx,
Map<String,Object> handlerScopedStuff) |
protected Method |
adjustMethodAndParams(Method mOriginal,
org.apache.cxf.message.Exchange ex,
List<Object> params,
Class<?> serviceObjectClass) |
protected org.apache.cxf.interceptor.Fault |
createFault(Throwable ex,
Method m,
List<Object> params,
boolean checked) |
protected SOAPFaultException |
findSoapFaultException(Throwable ex) |
protected Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object serviceObject,
Method m,
List<Object> params) |
protected Map<String,Object> |
removeHandlerProperties(WrappedMessageContext ctx) |
protected void |
updateHeader(org.apache.cxf.message.Exchange exchange,
MessageContext ctx) |
protected void |
updateWebServiceContext(org.apache.cxf.message.Exchange exchange,
MessageContext ctx) |
getServiceObject, isSingletonFactory, releaseServiceObject, setFactorypublic AbstractJAXWSMethodInvoker(Object bean)
public AbstractJAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory)
protected SOAPFaultException findSoapFaultException(Throwable ex)
protected Method adjustMethodAndParams(Method mOriginal, org.apache.cxf.message.Exchange ex, List<Object> params, Class<?> serviceObjectClass)
adjustMethodAndParams in class org.apache.cxf.service.invoker.AbstractInvokerprotected Object invoke(org.apache.cxf.message.Exchange exchange, Object serviceObject, Method m, List<Object> params)
invoke in class org.apache.cxf.service.invoker.AbstractInvokerprotected org.apache.cxf.interceptor.Fault createFault(Throwable ex, Method m, List<Object> params, boolean checked)
createFault in class org.apache.cxf.service.invoker.AbstractInvokerprotected Map<String,Object> removeHandlerProperties(WrappedMessageContext ctx)
protected void addHandlerProperties(WrappedMessageContext ctx, Map<String,Object> handlerScopedStuff)
protected void updateWebServiceContext(org.apache.cxf.message.Exchange exchange,
MessageContext ctx)
protected void updateHeader(org.apache.cxf.message.Exchange exchange,
MessageContext ctx)
Apache CXF