| Class | Description |
|---|---|
| ConditionalCompilation |
Helper class for conditional compilation since Java does not support
conditional compilation natively
|
| HttpDeleteWithBody |
Customized HttpDelete class to enable include body for DELETE HTTP request
|
| Logger | |
| Messages | |
| PostableServiceAgent<TRequest,TResult extends ServiceResult> |
Base class for all Hawaii service agent classes which need to post data to
Hawaii server
|
| ServiceAgent<T extends ServiceResult> |
Base class for all Hawaii service agent classes.
|
| Enum | Description |
|---|---|
| HttpMethod |
Enum class to represent HTTP method such as GET, POST, PUT and DELETE
|
| Status |
Enum class to represent operation status for hawaii service call
|