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