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 |
Defines
RestAction s to be used with RestDispatch . |
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.