Interface InvocationControllerFactory
- All Known Implementing Classes:
InvocationControllerFactoryImpl
public interface InvocationControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptionUsed to obtain an instance of the InvocationController currently configured for the runtime.
-
Method Details
-
getInvocationController
InvocationController getInvocationController()Used to obtain an instance of the InvocationController currently configured for the runtime.- Returns:
- A valid InvocationController instance.
-