public interface HttpInvokerRequestExecutor
Two implementations are provided out of the box:
HttpInvokerClientInterceptor.setHttpInvokerRequestExecutor(org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor)| Modifier and Type | Method and Description |
|---|---|
org.springframework.remoting.support.RemoteInvocationResult |
executeRequest(HttpInvokerClientConfiguration config,
org.springframework.remoting.support.RemoteInvocation invocation)
Execute a request to send the given remote invocation.
|
org.springframework.remoting.support.RemoteInvocationResult executeRequest(HttpInvokerClientConfiguration config, org.springframework.remoting.support.RemoteInvocation invocation) throws Exception
config - the HTTP invoker configuration that specifies the
target serviceinvocation - the RemoteInvocation to executeIOException - if thrown by I/O operationsClassNotFoundException - if thrown during deserializationException - in case of general errors