public class ChannelInvocation extends ObjectSE
ChannelSecurityInterceptor の保護されたオブジェクト。元の MethodInvocation インスタンスへの参照を維持し、保護された MessageChannel への便利なアクセスを提供します。インターセプトされた呼び出しが送信操作である場合は、Message も使用できます。| コンストラクターと説明 |
|---|
ChannelInvocation(MethodInvocation methodInvocation) |
| 修飾子と型 | メソッドと説明 |
|---|---|
MessageChannel | getChannel() |
Message<?> | getMessage() |
MethodInvocation | getMethodInvocation() |
boolean | isReceive() |
boolean | isSend() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ChannelInvocation(MethodInvocation methodInvocation)
methodInvocation - インターセプトされた MethodInvocation インスタンス public MessageChannel getChannel()
public Message<?> getMessage()
public MethodInvocation getMethodInvocation()
public boolean isSend()
public boolean isReceive()