public class LoggingComponentServiceFactory extends Object implements ComponentServiceFactory
| Constructor and Description |
|---|
LoggingComponentServiceFactory(ComponentServiceFactory original) |
| 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 LoggingComponentServiceFactory(ComponentServiceFactory original)
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