|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HttpInvokerClientConfiguration | |
| org.springframework.remoting.httpinvoker | Remoting classes for transparent Java-to-Java remoting via HTTP invokers. |
| Uses of HttpInvokerClientConfiguration in org.springframework.remoting.httpinvoker |
| Classes in org.springframework.remoting.httpinvoker that implement HttpInvokerClientConfiguration | |
class |
HttpInvokerClientInterceptor
Interceptor for accessing an HTTP invoker service. |
class |
HttpInvokerProxyFactoryBean
Factory bean for HTTP invoker proxies. |
| Methods in org.springframework.remoting.httpinvoker with parameters of type HttpInvokerClientConfiguration | |
RemoteInvocationResult |
HttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config,
RemoteInvocation invocation)
Execute a request to send the given remote invocation. |
RemoteInvocationResult |
AbstractHttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config,
RemoteInvocation invocation)
|
protected abstract RemoteInvocationResult |
AbstractHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config,
java.io.ByteArrayOutputStream baos)
Execute a request to send the given serialized remote invocation. |
protected RemoteInvocationResult |
SimpleHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config,
java.io.ByteArrayOutputStream baos)
|
protected RemoteInvocationResult |
CommonsHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config,
java.io.ByteArrayOutputStream baos)
|
protected org.apache.commons.httpclient.methods.PostMethod |
CommonsHttpInvokerRequestExecutor.createPostMethod(HttpInvokerClientConfiguration config)
Create a PostMethod for the given configuration. |
protected void |
CommonsHttpInvokerRequestExecutor.executePostMethod(HttpInvokerClientConfiguration config,
org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.methods.PostMethod postMethod)
Execute the given PostMethod instance. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||