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