public interface JAXRResponse
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_FAILURE |
static int |
STATUS_SUCCESS |
static int |
STATUS_UNAVAILABLE |
static int |
STATUS_WARNING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequestId() |
int |
getStatus() |
boolean |
isAvailable() |
static final int STATUS_SUCCESS
static final int STATUS_WARNING
static final int STATUS_FAILURE
static final int STATUS_UNAVAILABLE
java.lang.String getRequestId()
throws JAXRException
JAXRExceptionint getStatus()
throws JAXRException
JAXRExceptionboolean isAvailable()
throws JAXRException
JAXRException