public class CDIObjectFactory extends Object implements org.atmosphere.cpr.AtmosphereObjectFactory
| Constructor and Description |
|---|
CDIObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends T> |
newClassInstance(org.atmosphere.cpr.AtmosphereFramework framework,
Class<T> classType,
Class<U> classToInstantiate) |
String |
toString() |
public <T,U extends T> U newClassInstance(org.atmosphere.cpr.AtmosphereFramework framework,
Class<T> classType,
Class<U> classToInstantiate)
throws InstantiationException,
IllegalAccessException
newClassInstance in interface org.atmosphere.cpr.AtmosphereObjectFactoryInstantiationExceptionIllegalAccessExceptionCopyright © 2014. All Rights Reserved.