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

All Implemented Interfaces:
    AdvisorAdapter, Serializable

Adapter to enable org.springframework.aop.MethodBeforeAdvice to be used in the Spring AOP framework.
Method from org.springframework.aop.framework.adapter.ThrowsAdviceAdapter Summary:
getInterceptor,   supportsAdvice
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.adapter.ThrowsAdviceAdapter Detail:
 public MethodInterceptor getInterceptor(Advisor advisor) 
 public boolean supportsAdvice(Advice advice)