Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » adapter » [javadoc | source]
org.springframework.aop.framework.adapter
public class: MethodBeforeAdviceInterceptor [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor

All Implemented Interfaces:
    org.aopalliance.intercept.MethodInterceptor, Serializable

Interceptor to wrap am org.springframework.aop.MethodBeforeAdvice . Used internally by the AOP framework; application developers should not need to use this class directly.
Constructor:
 public MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice) 
    Create a new MethodBeforeAdviceInterceptor for the given advice.
    Parameters:
    advice - the MethodBeforeAdvice to wrap
Method from org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor Summary:
invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor Detail:
 public Object invoke(MethodInvocation mi) throws Throwable