public static class AtmosphereFramework.DefaultAtmosphereObjectFactory extends Object implements AtmosphereObjectFactory
| Constructor and Description |
|---|
AtmosphereFramework.DefaultAtmosphereObjectFactory() |
| 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.
|
String |
toString() |
public AtmosphereFramework.DefaultAtmosphereObjectFactory()
public <T> T newClassInstance(AtmosphereFramework framework, Class<T> classToInstantiate) throws InstantiationException, IllegalAccessException
AtmosphereObjectFactorynewClassInstance in interface AtmosphereObjectFactoryT - The Classframework - AtmosphereFrameworkclassToInstantiate - a class to be createdInstantiationExceptionIllegalAccessExceptionCopyright © 2013. All Rights Reserved.