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 java.lang.Object implements Processor<AtmosphereInterceptor>
-
-
Constructor Summary
Constructors Constructor Description AtmosphereInterceptorServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(AtmosphereFramework framework, java.lang.Class<AtmosphereInterceptor> annotatedClass)Invoked by theAnnotationHandlerwhen an annotation is detected.
-
-
-
Method Detail
-
handle
public void handle(AtmosphereFramework framework, java.lang.Class<AtmosphereInterceptor> annotatedClass)
Description copied from interface:ProcessorInvoked by theAnnotationHandlerwhen an annotation is detected.- Specified by:
handlein interfaceProcessor<AtmosphereInterceptor>- Parameters:
framework- theAtmosphereFrameworkannotatedClass- the annotated classes.
-
-