org.atmosphere.annotation
Class EndpointMapperServiceProcessor
java.lang.Object
org.atmosphere.annotation.EndpointMapperServiceProcessor
- All Implemented Interfaces:
- Processor<EndpointMapper>
@AtmosphereAnnotation(value=EndpointMapperService.class)
public class EndpointMapperServiceProcessor
- extends Object
- implements Processor<EndpointMapper>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointMapperServiceProcessor
public EndpointMapperServiceProcessor()
handle
public void handle(AtmosphereFramework framework,
Class<EndpointMapper> annotatedClass)
- Description copied from interface:
Processor
- Invoked by the
AnnotationHandler when an annotation is detected.
- Specified by:
handle in interface Processor<EndpointMapper>
- Parameters:
framework - the AtmosphereFrameworkannotatedClass - the annotated classes.
Copyright © 2014. All Rights Reserved.