org.atmosphere.config.managed
Class MeteorServiceInterceptor

java.lang.Object
  extended by org.atmosphere.cpr.AtmosphereInterceptorAdapter
      extended by org.atmosphere.config.managed.ServiceInterceptor
          extended by org.atmosphere.config.managed.MeteorServiceInterceptor
All Implemented Interfaces:
AtmosphereInterceptor, InvokationOrder

public class MeteorServiceInterceptor
extends ServiceInterceptor

Handle Singleton,MeteorService processing.

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, wildcardMapping
 
Fields inherited from interface org.atmosphere.interceptor.InvokationOrder
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT
 
Constructor Summary
MeteorServiceInterceptor()
           
 
Method Summary
protected  void mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)
           
 String toString()
           
 
Methods inherited from class org.atmosphere.config.managed.ServiceInterceptor
configure, inspect, mapAnnotatedService, optimizeMapping, priority
 
Methods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
postInspect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MeteorServiceInterceptor

public MeteorServiceInterceptor()
Method Detail

mapAnnotatedService

protected void mapAnnotatedService(boolean reMap,
                                   String path,
                                   AtmosphereRequest request,
                                   AtmosphereFramework.AtmosphereHandlerWrapper w)
Specified by:
mapAnnotatedService in class ServiceInterceptor

toString

public String toString()
Overrides:
toString in class AtmosphereInterceptorAdapter


Copyright © 2014. All Rights Reserved.