public interface ComponentServiceFactory
Modifier and Type | Method and Description |
---|---|
<T> T |
getService(String invocationName,
Class<T> interfaceClass)
Get the service suitable for specified invocation name and interface class.
|
<T> T getService(String invocationName, Class<T> interfaceClass)
T
- type of the interface of the service.invocationName
- invocation nameinterfaceClass
- interface class