public interface IFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createInstance(IArgs args) |
String |
getId() |
Class<T> |
getResultType() |
T createInstance(IArgs args) throws ObjectCreationException
ObjectCreationExceptionString getId()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.