org.atmosphere.annotation
Class AtmosphereResourceFactoryServiceProcessor

java.lang.Object
  extended by org.atmosphere.annotation.AtmosphereResourceFactoryServiceProcessor
All Implemented Interfaces:
Processor<AtmosphereResourceFactory>

@AtmosphereAnnotation(value=AtmosphereResourceFactoryService.class)
public class AtmosphereResourceFactoryServiceProcessor
extends Object
implements Processor<AtmosphereResourceFactory>


Constructor Summary
AtmosphereResourceFactoryServiceProcessor()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<AtmosphereResourceFactory> 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

AtmosphereResourceFactoryServiceProcessor

public AtmosphereResourceFactoryServiceProcessor()
Method Detail

handle

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

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


Copyright © 2015. All Rights Reserved.