public class NullComponentServiceFactory extends Object implements ComponentServiceFactory
Constructor and Description |
---|
NullComponentServiceFactory() |
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.
|
public <T> T getService(String invocationname, Class<T> interfaceClass)
ComponentServiceFactory
getService
in interface ComponentServiceFactory
T
- type of the interface of the service.invocationname
- invocation nameinterfaceClass
- interface class