Package org.spiffyui.client.rest

The rest package contains interfaces and classes for calling remote REST services.

See:
          Description

Interface Summary
ConcurrentRESTCallback The ConcurrentRESTCallback is a special form of REST callback that can handle an ETag and the If-Match header for concurrency checking.
RESTAuthProvider This interface defines the necessary steps to perform a login for a REST service that follows the Novell architecture council standard for tokenized identity.
RESTCallback This interface is used when calling REST APIs in conjunction with RESTility.
RESTLoginCallBack RESTility and the AuthUtil try to make login and authentication transparent to the calling code.
RESTObjectCallBack<T> This interface is implemented by request callers to get the bean or Object back from a REST call.
 

Class Summary
AuthUtil This is the default class for handling authentication during REST calls.
RESTility A set of utilities for calling REST from GWT.
 

Exception Summary
RESTException This exception represents a successful return from a REST call with an error payload.
 

Package org.spiffyui.client.rest Description

The rest package contains interfaces and classes for calling remote REST services.