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:
- Invoker
- Direct Known Subclasses:
- JAXWSMethodInvoker
public abstract class AbstractJAXWSMethodInvoker
- extends FactoryInvoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJAXWSMethodInvoker
public AbstractJAXWSMethodInvoker(java.lang.Object bean)
AbstractJAXWSMethodInvoker
public AbstractJAXWSMethodInvoker(Factory factory)
findSoapFaultException
protected javax.xml.ws.soap.SOAPFaultException findSoapFaultException(java.lang.Throwable ex)
createFault
protected Fault createFault(java.lang.Throwable ex,
java.lang.reflect.Method m,
java.util.List<java.lang.Object> params,
boolean checked)
- Overrides:
createFault
in class AbstractInvoker
removeHandlerProperties
protected java.util.Map<java.lang.String,java.lang.Object> removeHandlerProperties(WrappedMessageContext ctx)
addHandlerProperties
protected void addHandlerProperties(WrappedMessageContext ctx,
java.util.Map<java.lang.String,java.lang.Object> handlerScopedStuff)
updateWebServiceContext
protected void updateWebServiceContext(Exchange exchange,
javax.xml.ws.handler.MessageContext ctx)
Apache CXF