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
JAXRException
int getStatus() throws JAXRException
JAXRException
boolean isAvailable() throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.