| Name | Description | Type | Package | Framework |
| AbstractHttpInvokerRequestExecutor | Abstract base implementation of the HttpInvokerRequestExecutor interface. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
| HttpComponentsHttpInvokerRequestExecutor | HttpInvokerRequestExecutor implementation that usesApache HttpComponents HttpClient | Class | org.springframework.remoting.httpinvoker | Spring MVC |
| HttpInvokerClientConfiguration | Configuration interface for executing HTTP invoker requests. | Interface | org.springframework.remoting.httpinvoker | Spring MVC |
| HttpInvokerClientInterceptor | MethodInterceptor for accessing anHTTP invoker service. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
| HttpInvokerProxyFactoryBean | FactoryBean for HTTP invoker proxies. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
| HttpInvokerRequestExecutor | Strategy interface for actual execution of an HTTP invoker request. | Interface | org.springframework.remoting.httpinvoker | Spring MVC |
| HttpInvokerServiceExporter | Servlet-API-based HTTP request handler that exports the specified service beanas HTTP invoker service endpoint, accessible via an HTTP invoker proxy. | Class | org.springframework.remoting.httpinvoker | Spring MVC |
| SimpleHttpInvokerRequestExecutor | HttpInvokerRequestExecutor implementation that uses standard J2SE facilitiesto execute POST requests, without support for HTTP authentication or | Class | org.springframework.remoting.httpinvoker | Spring MVC |
| SimpleHttpInvokerServiceExporter | HTTP request handler that exports the specified service bean asHTTP invoker service endpoint, accessible via an HTTP invoker proxy. | Class | org.springframework.remoting.httpinvoker | Spring MVC |