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: DefaultAdvisorAdapterRegistry [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry

All Implemented Interfaces:
    Serializable, AdvisorAdapterRegistry

Default implementation of the AdvisorAdapterRegistry interface. Supports org.aopalliance.intercept.MethodInterceptor , org.springframework.aop.MethodBeforeAdvice , org.springframework.aop.AfterReturningAdvice , org.springframework.aop.ThrowsAdvice .
Constructor:
 public DefaultAdvisorAdapterRegistry() 
Method from org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry Summary:
getInterceptors,   registerAdvisorAdapter,   wrap
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry Detail:
 public MethodInterceptor[] getInterceptors(Advisor advisor) throws UnknownAdviceTypeException 
 public  void registerAdvisorAdapter(AdvisorAdapter adapter) 
 public Advisor wrap(Object adviceObject) throws UnknownAdviceTypeException