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