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 InvocationControllerBaseDispatch. 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 InvocationControllerJAXWSProxyHandler. 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 InvocationControllerInvocationControllerFactory. 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 classAxisInvocationControllerThe AxisInvocationController is an implementation of theInvocationControllerinterface.classInvocationControllerImplAn abstract implementation of the InvocationController interface.Methods in org.apache.axis2.jaxws.core.controller.impl that return InvocationController Modifier and Type Method Description InvocationControllerInvocationControllerFactoryImpl. getInvocationController()
-