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 |
|---|---|
String |
getRequestId() |
int |
getStatus() |
boolean |
isAvailable() |
static final int STATUS_FAILURE
static final int STATUS_SUCCESS
static final int STATUS_UNAVAILABLE
static final int STATUS_WARNING
String getRequestId() throws JAXRException
JAXRExceptionint getStatus()
throws JAXRException
JAXRExceptionboolean isAvailable()
throws JAXRException
JAXRExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.