public interface AtmosphereObjectFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
newClassInstance(AtmosphereFramework framework,
Class<T> classToInstantiate)
Delegate the creation of Object to the underlying object provider like Spring, Guice, etc.
|
<T> T newClassInstance(AtmosphereFramework framework, Class<T> classToInstantiate) throws InstantiationException, IllegalAccessException
T - The Classframework - AtmosphereFrameworkclassToInstantiate - a class to be createdInstantiationExceptionIllegalAccessExceptionCopyright © 2013. All Rights Reserved.