Package org.atmosphere.annotation
Class WebSocketFactoryServiceProcessor
java.lang.Object
org.atmosphere.annotation.WebSocketFactoryServiceProcessor
- All Implemented Interfaces:
Processor<WebSocketFactory>
@AtmosphereAnnotation(WebSocketFactoryService.class)
public class WebSocketFactoryServiceProcessor
extends Object
implements Processor<WebSocketFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<WebSocketFactory> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
WebSocketFactoryServiceProcessor
public WebSocketFactoryServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<WebSocketFactory>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-