| Interface | Description |
|---|---|
| RequestFactory |
Factory of
RestRequest. |
| RestClientConfiguration |
Contract of a
RestClient. |
| RestRequest |
The contract of a rest request.
|
| RestRequestBuilder |
The contract of a request builder.
|
| Class | Description |
|---|---|
| AbstractRequestFactory |
Abstract implementation of
RequestFactory. |
| AbstractRequestFactory.AbstractRequestBuilder |
Abstract implementation of a
RestRequestBuilder. |
| DefaultRestClientConfiguration |
Default implementation of a
RestClientConfiguration. |
| RestClient |
Abtract REST client.
|
| RestSession |
A REST session.
|
| Enum | Description |
|---|---|
| RestMethod |
Possible rest methods.
|
| Exception | Description |
|---|---|
| RestDataNotFoundException |
Exception to be raised if a data does not exist ina 'askData' request, says
when the rest server returns a
4XX status code. |
| RestException |
Base exception for any excpeiton in rest service.
|
Copyright © 2009-2012 CodeLutin. All Rights Reserved.