Package org.atmosphere.config.managed
Class MeteorServiceInterceptor
- java.lang.Object
-
- org.atmosphere.cpr.AtmosphereInterceptorAdapter
-
- org.atmosphere.config.managed.ServiceInterceptor
-
- org.atmosphere.config.managed.MeteorServiceInterceptor
-
- All Implemented Interfaces:
AtmosphereInterceptor,AtmosphereConfigAware,InvokationOrder
public class MeteorServiceInterceptor extends ServiceInterceptor
HandleSingleton,MeteorServiceprocessing.- Author:
- Jeanfrancois Arcand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.atmosphere.interceptor.InvokationOrder
InvokationOrder.PRIORITY
-
-
Field Summary
-
Fields inherited from class org.atmosphere.config.managed.ServiceInterceptor
config
-
Fields inherited from interface org.atmosphere.interceptor.InvokationOrder
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description MeteorServiceInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)java.lang.StringtoString()-
Methods inherited from class org.atmosphere.config.managed.ServiceInterceptor
configure, inspect, mapAnnotatedService, priority
-
Methods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
destroy, postInspect
-
-
-
-
Method Detail
-
mapAnnotatedService
protected void mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)- Specified by:
mapAnnotatedServicein classServiceInterceptor
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAtmosphereInterceptorAdapter
-
-