Class InjectableObjectFactory

java.lang.Object
org.atmosphere.inject.InjectableObjectFactory
All Implemented Interfaces:
AtmosphereObjectFactory<Injectable<?>>, AtmosphereConfigAware

public class InjectableObjectFactory extends Object implements AtmosphereObjectFactory<Injectable<?>>
Support injection of Atmosphere's Internal object using AtmosphereConfig,AtmosphereFramework,
invalid @link
{@link org.atmosphere.cpr.BroadcasterFactory,
AtmosphereResourceFactory ,DefaultMetaBroadcaster and AtmosphereResourceSessionFactory and classes implementing the Injectable defined inside META_INF/services/org.atmosphere.inject.Inject
Author:
Jeanfrancois Arcand