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