|
||||||||||
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 | |
---|---|
protected PostMethod |
CommonsHttpInvokerRequestExecutor.createPostMethod(HttpInvokerClientConfiguration config)
Create a PostMethod for the given configuration. |
protected abstract RemoteInvocationResult |
AbstractHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config,
ByteArrayOutputStream baos)
Execute a request to send the given serialized remote invocation. |
protected RemoteInvocationResult |
SimpleHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config,
ByteArrayOutputStream baos)
|
protected RemoteInvocationResult |
CommonsHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config,
ByteArrayOutputStream baos)
|
protected void |
CommonsHttpInvokerRequestExecutor.executePostMethod(HttpInvokerClientConfiguration config,
HttpClient httpClient,
PostMethod postMethod)
Execute the given PostMethod instance. |
RemoteInvocationResult |
AbstractHttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config,
RemoteInvocation invocation)
|
RemoteInvocationResult |
HttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config,
RemoteInvocation invocation)
Execute a request to send the given remote invocation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |