Package org.atmosphere.annotation
Class AtmosphereServiceProcessor
java.lang.Object
org.atmosphere.annotation.AtmosphereServiceProcessor
@AtmosphereAnnotation(AtmosphereService.class)
public class AtmosphereServiceProcessor
extends Object
implements Processor<Object>
Processes
AtmosphereService annotations. Registers the annotated class as an
AtmosphereHandler with path mapping, broadcaster configuration,
broadcast filters, interceptors, event listeners, and optional servlet dispatch proxying.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtmosphereFramework framework, Class<Object> annotatedClass) Invoked by theAnnotationHandlerwhen an annotation is detected.
-
Constructor Details
-
AtmosphereServiceProcessor
public AtmosphereServiceProcessor()
-
-
Method Details
-
handle
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<Object>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-