org.atmosphere.annotation
Class MeteorServiceProcessor

java.lang.Object
  extended by org.atmosphere.annotation.MeteorServiceProcessor
All Implemented Interfaces:
Processor<javax.servlet.Servlet>

@AtmosphereAnnotation(value=MeteorService.class)
public class MeteorServiceProcessor
extends Object
implements Processor<javax.servlet.Servlet>


Constructor Summary
MeteorServiceProcessor()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<javax.servlet.Servlet> annotatedClass)
          Invoked by the AnnotationHandler when an annotation is detected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeteorServiceProcessor

public MeteorServiceProcessor()
Method Detail

handle

public void handle(AtmosphereFramework framework,
                   Class<javax.servlet.Servlet> annotatedClass)
Description copied from interface: Processor
Invoked by the AnnotationHandler when an annotation is detected.

Specified by:
handle in interface Processor<javax.servlet.Servlet>
Parameters:
framework - the AtmosphereFramework
annotatedClass - the annotated classes.


Copyright © 2014. All Rights Reserved.