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)
ComponentServiceFactorygetService in interface ComponentServiceFactoryT - type of the interface of the service.invocationname - invocation nameinterfaceClass - interface class