Class InvocationControllerFactoryImpl
java.lang.Object
org.apache.axis2.jaxws.core.controller.impl.InvocationControllerFactoryImpl
- All Implemented Interfaces:
InvocationControllerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUsed to obtain an instance of the InvocationController currently configured for the runtime.
-
Constructor Details
-
InvocationControllerFactoryImpl
public InvocationControllerFactoryImpl()
-
-
Method Details
-
getInvocationController
Description copied from interface:InvocationControllerFactoryUsed to obtain an instance of the InvocationController currently configured for the runtime.- Specified by:
getInvocationControllerin interfaceInvocationControllerFactory- Returns:
- A valid InvocationController instance.
-