Package org.apache.cxf.jaxws22
Class JAXWS22Invoker
java.lang.Object
org.apache.cxf.service.invoker.AbstractInvoker
org.apache.cxf.service.invoker.FactoryInvoker
org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
org.apache.cxf.jaxws.JAXWSMethodInvoker
org.apache.cxf.jaxws22.JAXWS22Invoker
- All Implemented Interfaces:
org.apache.cxf.service.invoker.Invoker
@Deprecated
public class JAXWS22Invoker
extends JAXWSMethodInvoker
implements org.apache.cxf.service.invoker.Invoker
Deprecated.
- functionality moved into superclass
-
Field Summary
Fields inherited from class org.apache.cxf.jaxws.JAXWSMethodInvoker
COPY_SOAP_HEADERS_BY_FAULTFields inherited from class org.apache.cxf.service.invoker.FactoryInvoker
factory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.jaxws.JAXWSMethodInvoker
invoke, performInvocationMethods inherited from class org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
addHandlerProperties, adjustMethodAndParams, createFault, findSoapFaultException, removeHandlerProperties, updateHeader, updateWebServiceContextMethods inherited from class org.apache.cxf.service.invoker.FactoryInvoker
getServiceObject, isSingletonFactory, releaseServiceObject, setFactoryMethods inherited from class org.apache.cxf.service.invoker.AbstractInvoker
checkSuspendedInvocation, getMostSpecificMethod, insertExchange, invoke, isJdkDynamicProxyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.service.invoker.Invoker
invoke
-
Constructor Details
-
JAXWS22Invoker
public JAXWS22Invoker(jakarta.xml.ws.spi.Invoker inv) Deprecated.
-