| 
 | The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpInvokerRequestExecutor
Strategy interface for actual execution of an HTTP invoker request. Used by HttpInvokerClientInterceptor and its subclass HttpInvokerProxyFactoryBean.
Two implementations are provided out of the box:
HttpInvokerClientInterceptor.setHttpInvokerRequestExecutor(org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor)| Method Summary | |
|---|---|
|  RemoteInvocationResult | executeRequest(HttpInvokerClientConfiguration config,
               RemoteInvocation invocation)Execute a request to send the given remote invocation. | 
| Method Detail | 
|---|
RemoteInvocationResult executeRequest(HttpInvokerClientConfiguration config,
                                      RemoteInvocation invocation)
                                      throws Exception
config - the HTTP invoker configuration that specifies the
 target serviceinvocation - the RemoteInvocation to execute
IOException - if thrown by I/O operations
ClassNotFoundException - if thrown during deserialization
Exception - in case of general errors| 
 | The Spring Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||