| Interface | Description |
|---|---|
| HttpServiceProxyProvider |
Interface which provides access to service proxies
|
| Class | Description |
|---|---|
| BaseHttpServiceProxyProvider |
Base implementation for
HttpServiceProxyProvider |
| HttpInvokerServiceProxyProvider |
A
HttpServiceProxyProvider which uses Spring's HttpInvoker via Java-RPC |
| HttpServiceFactory |
Factory class for
Service proxies using Spring's HTTP invoker |
| HttpServiceInvocationData |
Contains data used on an HttpService invocation
|
| SerializableInputStream |
An
InputStream which wraps another InputStream, so that intra-jvm access is done directly on that
stream. |
| WebRpcServiceProxyProvider |
A
WebRpcServiceProxyProvider that uses WEB-RPC |
| Enum | Description |
|---|---|
| HttpServiceInvocationData.AccessType |
The possible types of access to web services
|
| Exception | Description |
|---|---|
| WebRpcException |
Exception thrown when performing a WEB-RPC request
|