org.atmosphere.annotation
Class BroadcastFilterServiceProcessor

java.lang.Object
  extended by org.atmosphere.annotation.BroadcastFilterServiceProcessor
All Implemented Interfaces:
Processor<BroadcastFilter>

@AtmosphereAnnotation(value=BroadcasterFilterService.class)
public class BroadcastFilterServiceProcessor
extends Object
implements Processor<BroadcastFilter>


Constructor Summary
BroadcastFilterServiceProcessor()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<BroadcastFilter> annotatedClass)
          Invoked by the AnnotationHandler when an annotation is detected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastFilterServiceProcessor

public BroadcastFilterServiceProcessor()
Method Detail

handle

public void handle(AtmosphereFramework framework,
                   Class<BroadcastFilter> annotatedClass)
Description copied from interface: Processor
Invoked by the AnnotationHandler when an annotation is detected.

Specified by:
handle in interface Processor<BroadcastFilter>
Parameters:
framework - the AtmosphereFramework
annotatedClass - the annotated classes.


Copyright © 2014. All Rights Reserved.