public abstract class BaseServiceFactory<IFACE> extends Object implements ServiceFactory<IFACE>
| Constructor and Description |
|---|
BaseServiceFactory(Class<IFACE> serviceInterface) |
| Modifier and Type | Method and Description |
|---|---|
Class<IFACE> |
getServiceInterface() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateServicepublic Class<IFACE> getServiceInterface()
getServiceInterface in interface ServiceFactory<IFACE>Copyright © 2016 Irenical. All rights reserved.