public interface

RemoteInvocationExecutor

org.springframework.remoting.support.RemoteInvocationExecutor
Known Indirect Subclasses

Summary

Public Methods
abstract Object invoke(RemoteInvocation invocation, Object targetObject)
Perform this invocation on the given target object.

Public Methods

public abstract Object invoke (RemoteInvocation invocation, Object targetObject)

Perform this invocation on the given target object. Typically called when a RemoteInvocation is received on the server.

Parameters
invocation the RemoteInvocation
targetObject the target object to apply the invocation to
Returns
  • the invocation result
Throws
NoSuchMethodException if the method name could not be resolved
IllegalAccessException if the method could not be accessed
InvocationTargetException if the method invocation resulted in an exception