Package org.atmosphere.annotation
Class WebSocketProcessorServiceProcessor
- java.lang.Object
-
- org.atmosphere.annotation.WebSocketProcessorServiceProcessor
-
- All Implemented Interfaces:
Processor<WebSocketProcessor>
@AtmosphereAnnotation(WebSocketProcessorService.class) public class WebSocketProcessorServiceProcessor extends java.lang.Object implements Processor<WebSocketProcessor>
-
-
Constructor Summary
Constructors Constructor Description WebSocketProcessorServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(AtmosphereFramework framework, java.lang.Class<WebSocketProcessor> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.
-
-
-
Method Detail
-
handle
public void handle(AtmosphereFramework framework, java.lang.Class<WebSocketProcessor> annotatedClass)
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<WebSocketProcessor>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-
-