org.atmosphere.annotation
Class AtmosphereHandlerServiceProcessor
java.lang.Object
org.atmosphere.annotation.AtmosphereHandlerServiceProcessor
- All Implemented Interfaces:
- Processor<AtmosphereHandler>
@AtmosphereAnnotation(value=AtmosphereHandlerService.class)
public class AtmosphereHandlerServiceProcessor
- extends Object
- implements Processor<AtmosphereHandler>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtmosphereHandlerServiceProcessor
public AtmosphereHandlerServiceProcessor()
handle
public void handle(AtmosphereFramework framework,
Class<AtmosphereHandler> annotatedClass)
- Description copied from interface:
Processor
- Invoked by the
AnnotationHandler when an annotation is detected.
- Specified by:
handle in interface Processor<AtmosphereHandler>
- Parameters:
framework - the AtmosphereFrameworkannotatedClass - the annotated classes.
Copyright © 2014. All Rights Reserved.