|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.remoting.support.DefaultRemoteInvocationExecutor
public class DefaultRemoteInvocationExecutor
Default implementation of the RemoteInvocationExecutor interface.
Simply delegates to RemoteInvocation's invoke method.
RemoteInvocation.invoke(java.lang.Object)| Constructor Summary | |
|---|---|
DefaultRemoteInvocationExecutor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
Perform this invocation on the given target object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRemoteInvocationExecutor()
| Method Detail |
|---|
public java.lang.Object invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
throws java.lang.NoSuchMethodException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
RemoteInvocationExecutor
invoke in interface RemoteInvocationExecutorinvocation - the RemoteInvocationtargetObject - the target object to apply the invocation to
java.lang.NoSuchMethodException - if the method name could not be resolved
java.lang.IllegalAccessException - if the method could not be accessed
java.lang.reflect.InvocationTargetException - if the method invocation resulted in an exceptionMethod.invoke(java.lang.Object, java.lang.Object...)
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||