| 
 | JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A JAXR requests' response.
JAXRException| Field Summary | |
| 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. | 
| Method Summary | |
|  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. | 
| Field Detail | 
public static final int STATUS_SUCCESS
public static final int STATUS_WARNING
public static final int STATUS_FAILURE
public static final int STATUS_UNAVAILABLE
| Method Detail | 
public String getRequestId() throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public int getStatus()
              throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorSTATUS_SUCCESS
public boolean isAvailable()
                    throws JAXRException
true if the response is available; false otherwise
JAXRException - If the JAXR provider encounters an internal error| 
 | JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.