Uses of Interface
org.apache.axis2.jaxws.core.controller.InvocationController
-
-
Uses of InvocationController in org.apache.axis2.jaxws.client.dispatch
Fields in org.apache.axis2.jaxws.client.dispatch declared as InvocationController Modifier and Type Field Description protected InvocationController
BaseDispatch. ic
-
Uses of InvocationController in org.apache.axis2.jaxws.client.proxy
Fields in org.apache.axis2.jaxws.client.proxy declared as InvocationController Modifier and Type Field Description protected InvocationController
JAXWSProxyHandler. controller
-
Uses of InvocationController in org.apache.axis2.jaxws.core.controller
Methods in org.apache.axis2.jaxws.core.controller that return InvocationController Modifier and Type Method Description InvocationController
InvocationControllerFactory. getInvocationController()
Used to obtain an instance of the InvocationController currently configured for the runtime. -
Uses of InvocationController in org.apache.axis2.jaxws.core.controller.impl
Classes in org.apache.axis2.jaxws.core.controller.impl that implement InvocationController Modifier and Type Class Description class
AxisInvocationController
The AxisInvocationController is an implementation of theInvocationController
interface.class
InvocationControllerImpl
An abstract implementation of the InvocationController interface.Methods in org.apache.axis2.jaxws.core.controller.impl that return InvocationController Modifier and Type Method Description InvocationController
InvocationControllerFactoryImpl. getInvocationController()
-