Save This Page
Home » spring-framework-2.5.6-with-dependencies » org.springframework » remoting » support » [javadoc | source]
org.springframework.remoting.support
public class: DefaultRemoteInvocationExecutor [javadoc | source]
java.lang.Object
   org.springframework.remoting.support.DefaultRemoteInvocationExecutor

All Implemented Interfaces:
    RemoteInvocationExecutor

Default implementation of the RemoteInvocationExecutor interface. Simply delegates to RemoteInvocation 's invoke method.
Method from org.springframework.remoting.support.DefaultRemoteInvocationExecutor Summary:
invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.remoting.support.DefaultRemoteInvocationExecutor Detail:
 public Object invoke(RemoteInvocation invocation,
    Object targetObject) throws InvocationTargetException, NoSuchMethodException, IllegalAccessException