|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteInvocationExecutor
Strategy interface for executing a RemoteInvocation on a target object.
Used by RmiServiceExporter (for RMI invokers)
and by org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.
DefaultRemoteInvocationFactory,
RemoteInvocationBasedExporter.setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor),
org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter#setRemoteInvocationExecutor| Method Summary | |
|---|---|
java.lang.Object |
invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
Perform this invocation on the given target object. |
| Method Detail |
|---|
java.lang.Object invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
throws java.lang.NoSuchMethodException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
invocation - 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-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||