Package org.atmosphere.gwt20.managed
Class AtmosphereMessageInterceptor
- java.lang.Object
-
- org.atmosphere.cpr.AtmosphereInterceptorAdapter
-
- org.atmosphere.gwt20.managed.AtmosphereMessageInterceptor
-
- All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor,org.atmosphere.inject.AtmosphereConfigAware,org.atmosphere.interceptor.InvokationOrder
public class AtmosphereMessageInterceptor extends org.atmosphere.cpr.AtmosphereInterceptorAdapterDe-serialize GWT object into a String so we can useBroadcasterand non GWT application as client. All AtmosphereInterceptor will work out of the box without requiring any change. This interceptor is normally used with theManagedServiceannotation and must always be used withGwtRpcInterceptor.- Author:
- Jeanfrancois Arcand
-
-
Constructor Summary
Constructors Constructor Description AtmosphereMessageInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.atmosphere.cpr.AtmosphereConfig config)org.atmosphere.cpr.Actioninspect(org.atmosphere.cpr.AtmosphereResource r)
-
-
-
Method Detail
-
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
- Specified by:
configurein interfaceorg.atmosphere.inject.AtmosphereConfigAware- Overrides:
configurein classorg.atmosphere.cpr.AtmosphereInterceptorAdapter
-
inspect
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
inspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor- Overrides:
inspectin classorg.atmosphere.cpr.AtmosphereInterceptorAdapter
-
-