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