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 Object
implements Processor<WebSocketProcessor>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<WebSocketProcessor> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
WebSocketProcessorServiceProcessor
public WebSocketProcessorServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<WebSocketProcessor>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-