org.springframework.integration.security.channel
Class ChannelInvocation
java.lang.Object
org.springframework.integration.security.channel.ChannelInvocation
public class ChannelInvocation
- extends java.lang.Object
Secured object for ChannelSecurityInterceptor
. Maintains a reference
to the original MethodInvocation
instance and provides convenient
access to the secured MessageChannel
. If the intercepted invocation
is a send operation, the Message
is also available.
- Author:
- Mark Fisher
Constructor Summary |
ChannelInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelInvocation
public ChannelInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
- Parameters:
methodInvocation
- the intercepted MethodInvocation instance
getChannel
public MessageChannel getChannel()
getMessage
public Message<?> getMessage()
getMethodInvocation
public org.aopalliance.intercept.MethodInvocation getMethodInvocation()
isSend
public boolean isSend()
isReceive
public boolean isReceive()