| Interface | Description |
|---|---|
| RestAction<R> |
An action used by
RestDispatch. |
| RestCallback<R> |
An
AsyncCallback you can use if you need to retrieve the Response returned by the HTTP call. |
| RestDispatch |
An asynchronous dispatcher service with an arbitrary action type.
|
| RestService | Deprecated
Services are generated based on the presence of a
@Path annotation. |
| Class | Description |
|---|---|
| RestParameter |
This class is used by
AbstractRestAction to associate a parameter name
to a value. |
| Enum | Description |
|---|---|
| HttpMethod |
Represents the HTTP methods supported by the
RestDispatch. |
| MetadataType |
Used to associate some metadata to generated classes without cluttering the generated classes.
|
Copyright © 2010–2014 Arcbees. All rights reserved.