public interface RemoteInvocationExecutor
RemoteInvocation on a target object.
Used by RmiServiceExporter (for RMI invokers)
and by org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.
DefaultRemoteInvocationFactory,
RemoteInvocationBasedExporter.setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor),
org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter#setRemoteInvocationExecutorObject invoke(RemoteInvocation invocation, Object targetObject) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException
invocation - the RemoteInvocationtargetObject - the target object to apply the invocation toNoSuchMethodException - if the method name could not be resolvedIllegalAccessException - if the method could not be accessedInvocationTargetException - if the method invocation resulted in an exceptionMethod.invoke(java.lang.Object, java.lang.Object...)