|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Callback<T> | Defines a callback to be called when the rest service returns. |
| RestProxy | Base interface to define REST clients. |
| Exception Summary | |
|---|---|
| RestError | Represents an error occurred during a rest service invocation |
| Annotation Types Summary | |
|---|---|
| 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. |
Contains all necessary code for write proxies on application's client side to call REST services.
Start with the following classes:
RestProxyCallback
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||