public class MessageInterceptionAdvice extends Object implements org.aopalliance.intercept.MethodInterceptor
MessageInterceptors to the AMF Message being processed.| Constructor and Description |
|---|
MessageInterceptionAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Set<MessageInterceptor> |
getMessageInterceptors()
Returns the chain of provided
MessageInterceptors |
Object |
invoke(org.aopalliance.intercept.MethodInvocation mi) |
void |
setMessageInterceptors(Set<MessageInterceptor> messageInterceptors)
Sets the chain of provided
MessageInterceptors |
public Set<MessageInterceptor> getMessageInterceptors()
MessageInterceptorspublic Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic void setMessageInterceptors(Set<MessageInterceptor> messageInterceptors)
MessageInterceptorsmessageInterceptors - the message interceptorsCopyright © 2014. All rights reserved.