See: Description
| Interface | Description |
|---|---|
| Callback<T> |
Defines a callback to be called when the rest service returns.
|
| RestProxy |
Base interface to define REST clients.
|
| Exception | Description |
|---|---|
| RestError |
Represents an error occurred during a rest service invocation
|
| Annotation Type | Description |
|---|---|
| RestProxy.TargetEndPoint |
Annotation used to associate an end point address to the current proxy.
|
| RestProxy.TargetRestService |
Annotation used to associate a server side Rest service to the current proxy.
|
| RestProxy.UseJsonP |
A marker interface to specify that the calls made to the service must be made
through jsonP.
|
Copyright © 2015. All rights reserved.