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