Package org.cruxframework.crux.core.client.rest

Contains all necessary code for write proxies on application's client side to call REST services.

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.
 

Package org.cruxframework.crux.core.client.rest Description

Contains all necessary code for write proxies on application's client side to call REST services.

Package Specification

Start with the following classes:

  • RestProxy
  • Callback


  • Copyright © 2014. All rights reserved.