public class

DefaultRemoteInvocationExecutor

extends Object
implements RemoteInvocationExecutor
java.lang.Object
   ↳ org.springframework.remoting.support.DefaultRemoteInvocationExecutor

Class Overview

Default implementation of the RemoteInvocationExecutor interface. Simply delegates to RemoteInvocation's invoke method.

See Also

Summary

Public Constructors
DefaultRemoteInvocationExecutor()
Public Methods
Object invoke(RemoteInvocation invocation, Object targetObject)
Perform this invocation on the given target object.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.remoting.support.RemoteInvocationExecutor

Public Constructors

public DefaultRemoteInvocationExecutor ()

Public Methods

public 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