Class 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
    • Constructor Detail

      • AbstractJAXWSMethodInvoker

        public AbstractJAXWSMethodInvoker​(Object bean)
      • AbstractJAXWSMethodInvoker

        public AbstractJAXWSMethodInvoker​(org.apache.cxf.service.invoker.Factory factory)
    • Method Detail

      • findSoapFaultException

        protected javax.xml.ws.soap.SOAPFaultException findSoapFaultException​(Throwable ex)
      • adjustMethodAndParams

        protected Method adjustMethodAndParams​(Method mOriginal,
                                               org.apache.cxf.message.Exchange ex,
                                               List<Object> params,
                                               Class<?> serviceObjectClass)
        Overrides:
        adjustMethodAndParams in class org.apache.cxf.service.invoker.AbstractInvoker
      • invoke

        protected Object invoke​(org.apache.cxf.message.Exchange exchange,
                                Object serviceObject,
                                Method m,
                                List<Object> params)
        Overrides:
        invoke in class org.apache.cxf.service.invoker.AbstractInvoker
      • 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
      • 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)