public abstract class AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor
PointcutAdvisor
 that allows for any Advice to be configured.setAdvice(org.aopalliance.aop.Advice), 
DefaultPointcutAdvisor, 
Serialized FormEMPTY_ADVICEHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
AbstractGenericPointcutAdvisor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Advice | 
getAdvice()
Return the advice part of this aspect. 
 | 
void | 
setAdvice(Advice advice)
Specify the advice that this advisor should apply. 
 | 
String | 
toString()  | 
equals, getOrder, hashCode, isPerInstance, setOrderclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPointcutpublic void setAdvice(Advice advice)
public Advice getAdvice()
AdvisorMethodInterceptor, 
BeforeAdvice, 
ThrowsAdvice, 
AfterReturningAdvice