Package org.atmosphere.annotation
Class AtmosphereResourceFactoryServiceProcessor
java.lang.Object
org.atmosphere.annotation.AtmosphereResourceFactoryServiceProcessor
- All Implemented Interfaces:
Processor<AtmosphereResourceFactory>
@AtmosphereAnnotation(AtmosphereResourceFactoryService.class)
public class AtmosphereResourceFactoryServiceProcessor
extends Object
implements Processor<AtmosphereResourceFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<AtmosphereResourceFactory> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
AtmosphereResourceFactoryServiceProcessor
public AtmosphereResourceFactoryServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AtmosphereResourceFactory>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-