public interface RemoteInvocationExecutorRemoteInvocation を実行するための戦略インターフェース。RmiServiceExporter(RMI 呼び出しの場合)および HttpInvokerServiceExporter によって使用されます。
DefaultRemoteInvocationFactory, RemoteInvocationBasedExporter.setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor), RemoteInvocationBasedExporter.setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor)| 修飾子と型 | メソッドと説明 |
|---|---|
java.lang.Object | invoke(RemoteInvocation invocation, java.lang.Object targetObject) 指定されたターゲットオブジェクトでこの呼び出しを実行します。 |
java.lang.Object invoke(RemoteInvocation invocation, java.lang.Object targetObject) throws java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
invocation - RemoteInvocationtargetObject - 呼び出しを適用するターゲットオブジェクト java.lang.NoSuchMethodException - メソッド名を解決できなかった場合 java.lang.IllegalAccessException - メソッドにアクセスできなかった場合 java.lang.reflect.InvocationTargetException - メソッド呼び出しにより例外が発生した場合 Method.invoke(java.lang.Object, java.lang.Object...)