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