|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.remoting.support.DefaultRemoteInvocationExecutor
Default implementation of the RemoteInvocationExecutor interface. Simply delegates to RemoteInvocation's invoke.
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 RemoteInvocationExecutor
targetObject
- the target object to apply the invocation to
java.lang.reflect.InvocationTargetException
- if the method invocation resulted in an exception
java.lang.NoSuchMethodException
- if the method name could not be resolved
java.lang.IllegalAccessException
- if the method could not be accessedMethod.invoke(java.lang.Object, java.lang.Object[])
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |