org.granite.tide.cdi
Class TideBeanInterceptor

java.lang.Object
  extended by org.granite.tide.cdi.TideBeanInterceptor
All Implemented Interfaces:
Serializable

@ExternalizedBean(type=org.granite.messaging.amf.io.util.externalizer.DefaultExternalizer.class)
@Interceptor
public class TideBeanInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TideBeanInterceptor()
           
 
Method Summary
 Object doAround(InvocationContext invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideBeanInterceptor

public TideBeanInterceptor()
Method Detail

doAround

public Object doAround(InvocationContext invocation)
                throws Exception
Throws:
Exception