| Package | Description |
|---|---|
| com.toolsverse.service | |
| com.toolsverse.service.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceProxyLocal
Local implementation of the ServiceProxy class.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceProxy |
ServiceFactory.getServiceProxy(String proxyClassName,
Class<? extends Service> serviceClass,
Class<? extends Service> impl)
Gets the service proxy using given proxy class name, service class and default service implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceProxyWeb
HTTP implementation of the abstract ServiceProxy class.
|
class |
ServiceProxyWebJson
The extension of the
ServiceProxyWeb which is uses json to serialize/deserialize requests and responses. |
Copyright © 2010-2020 Toolsverse. All Rights Reserved.