org.springframework.jee.spi
Class EnvironmentInterceptor

java.lang.Object
  extended by org.springframework.jee.spi.EnvironmentInterceptor
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

public class EnvironmentInterceptor
extends Object
implements MethodInterceptor

Author:
Safin Li, Michael Chen

Constructor Summary
EnvironmentInterceptor(EnvironmentInterceptorCallback eiCallback)
           
 
Method Summary
 Object invoke(MethodInvocation mi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentInterceptor

public EnvironmentInterceptor(EnvironmentInterceptorCallback eiCallback)
Method Detail

invoke

public Object invoke(MethodInvocation mi)
              throws Throwable
Specified by:
invoke in interface MethodInterceptor
Throws:
Throwable


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.