public interface JAXRResponse
JAXRException| Modifier and Type | Field and Description | 
|---|---|
| static int | STATUS_FAILUREStatus indicating a failure response. | 
| static int | STATUS_SUCCESSStatus indicating a successful response. | 
| static int | STATUS_UNAVAILABLEStatus indicating that the results are currently unavailable. | 
| static int | STATUS_WARNINGStatus indicating a successful response that included at least one warning. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRequestId()Returns the unique id for the request that generated this response. | 
| int | getStatus()Returns the status for this response. | 
| boolean | isAvailable()Returns true if a response is available, false otherwise. | 
static final int STATUS_SUCCESS
static final int STATUS_WARNING
static final int STATUS_FAILURE
static final int STATUS_UNAVAILABLE
String getRequestId() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorint getStatus()
       throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorSTATUS_SUCCESSboolean isAvailable()
             throws JAXRException
true if the response is available; false otherwiseJAXRException - If the JAXR provider encounters an internal errorCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.