org.apache.cxf.jaxws
Class AbstractJAXWSMethodInvoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.service.invoker.FactoryInvoker
org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
- All Implemented Interfaces:
- org.apache.cxf.service.invoker.Invoker
- Direct Known Subclasses:
- JAXWSMethodInvoker
public abstract class AbstractJAXWSMethodInvoker
- extends org.apache.cxf.service.invoker.FactoryInvoker
| Methods inherited from class org.apache.cxf.service.invoker.FactoryInvoker |
getServiceObject, releaseServiceObject, setFactory |
| Methods inherited from class org.apache.cxf.service.invoker.AbstractInvoker |
checkSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJAXWSMethodInvoker
public AbstractJAXWSMethodInvoker(Object bean)
AbstractJAXWSMethodInvoker
public AbstractJAXWSMethodInvoker(org.apache.cxf.service.invoker.Factory factory)
findSoapFaultException
protected javax.xml.ws.soap.SOAPFaultException findSoapFaultException(Throwable ex)
createFault
protected org.apache.cxf.interceptor.Fault createFault(Throwable ex,
Method m,
List<Object> params,
boolean checked)
- Overrides:
createFault in class org.apache.cxf.service.invoker.AbstractInvoker
removeHandlerProperties
protected Map<String,Object> removeHandlerProperties(WrappedMessageContext ctx)
addHandlerProperties
protected void addHandlerProperties(WrappedMessageContext ctx,
Map<String,Object> handlerScopedStuff)
updateWebServiceContext
protected void updateWebServiceContext(org.apache.cxf.message.Exchange exchange,
javax.xml.ws.handler.MessageContext ctx)
updateHeader
protected void updateHeader(org.apache.cxf.message.Exchange exchange,
javax.xml.ws.handler.MessageContext ctx)
Apache CXF