|
spring-web | ||||||||
| 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 | |
|---|---|
org.springframework.remoting.support.RemoteInvocationResult |
executeRequest(HttpInvokerClientConfiguration config,
org.springframework.remoting.support.RemoteInvocation invocation)
Execute a request to send the given remote invocation. |
| Method Detail |
|---|
org.springframework.remoting.support.RemoteInvocationResult executeRequest(HttpInvokerClientConfiguration config,
org.springframework.remoting.support.RemoteInvocation invocation)
throws java.lang.Exception
config - the HTTP invoker configuration that specifies the
target serviceinvocation - the RemoteInvocation to execute
java.io.IOException - if thrown by I/O operations
java.lang.ClassNotFoundException - if thrown during deserialization
java.lang.Exception - in case of general errors
|
spring-web | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||