public class PrePostAdviceMethodInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
PrePostAdviceMethodInterceptor(MethodSecurityMetadataSource attributeSource) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setPostAdvice(PostInvocationAuthorizationAdvice postAdvice) |
void |
setPreAdvice(PreInvocationAuthorizationAdvice preAdvice) |
public PrePostAdviceMethodInterceptor(MethodSecurityMetadataSource attributeSource)
public void setPostAdvice(PostInvocationAuthorizationAdvice postAdvice)
public void setPreAdvice(PreInvocationAuthorizationAdvice preAdvice)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwable