Class InvocationControllerFactoryImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.core.controller.impl.InvocationControllerFactoryImpl
-
- All Implemented Interfaces:
InvocationControllerFactory
public class InvocationControllerFactoryImpl extends Object implements InvocationControllerFactory
-
-
Constructor Summary
Constructors Constructor Description InvocationControllerFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationController
getInvocationController()
Used to obtain an instance of the InvocationController currently configured for the runtime.
-
-
-
Method Detail
-
getInvocationController
public InvocationController getInvocationController()
Description copied from interface:InvocationControllerFactory
Used to obtain an instance of the InvocationController currently configured for the runtime.- Specified by:
getInvocationController
in interfaceInvocationControllerFactory
- Returns:
- A valid InvocationController instance.
-
-