-
- All Known Subinterfaces:
- BulkResponse
- All Known Implementing Classes:
- DeleteException, FindException, InvalidRequestException, JAXRException, RegistryException, SaveException, UnexpectedObjectException, UnsupportedCapabilityException
public interface JAXRResponse
A JAXR requests' response.- Author:
- Farrukh S. Najmi
- See Also:
JAXRException
-
-
Field Summary
Fields Modifier and Type Field and Description static int
STATUS_FAILURE
Status indicating a failure response.static int
STATUS_SUCCESS
Status indicating a successful response.static int
STATUS_UNAVAILABLE
Status indicating that the results are currently unavailable.static int
STATUS_WARNING
Status indicating a successful response that included at least one warning.
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Field Detail
-
STATUS_SUCCESS
static final int STATUS_SUCCESS
Status indicating a successful response.- See Also:
- Constant Field Values
-
STATUS_WARNING
static final int STATUS_WARNING
Status indicating a successful response that included at least one warning.- See Also:
- Constant Field Values
-
STATUS_FAILURE
static final int STATUS_FAILURE
Status indicating a failure response.- See Also:
- Constant Field Values
-
STATUS_UNAVAILABLE
static final int STATUS_UNAVAILABLE
Status indicating that the results are currently unavailable.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestId
String getRequestId() throws JAXRException
Returns the unique id for the request that generated this response.- Capability Level: 0
- Returns:
- the request id
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getStatus
int getStatus() throws JAXRException
Returns the status for this response.- Capability Level: 0
- Returns:
- the status which is an integer enumerated value
- Throws:
JAXRException
- If the JAXR provider encounters an internal error- See Also:
STATUS_SUCCESS
-
isAvailable
boolean isAvailable() throws JAXRException
Returns true if a response is available, false otherwise. This is a polling method and must not block.- Capability Level: 0
- Returns:
true
if the response is available;false
otherwise- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/xml/registry/JAXRResponse.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.