Uses of Interface
org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration

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, 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  PostMethod CommonsHttpInvokerRequestExecutor.createPostMethod(HttpInvokerClientConfiguration config)
          Create a PostMethod for the given configuration.
protected  void CommonsHttpInvokerRequestExecutor.executePostMethod(HttpInvokerClientConfiguration config, HttpClient httpClient, PostMethod postMethod)
          Execute the given PostMethod instance.
 



Copyright (C) 2003-2004 The Spring Framework Project.