javax.xml.registry
Interface JAXRResponse
- All Known Subinterfaces:
- BulkResponse
- All Known Implementing Classes:
- DeleteException, FindException, InvalidRequestException, JAXRException, RegistryException, SaveException, UnexpectedObjectException, UnsupportedCapabilityException
public interface JAXRResponse
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
STATUS_SUCCESS
static final int STATUS_SUCCESS
- See Also:
- Constant Field Values
STATUS_WARNING
static final int STATUS_WARNING
- See Also:
- Constant Field Values
STATUS_FAILURE
static final int STATUS_FAILURE
- See Also:
- Constant Field Values
STATUS_UNAVAILABLE
static final int STATUS_UNAVAILABLE
- See Also:
- Constant Field Values
getRequestId
java.lang.String getRequestId()
throws JAXRException
- Throws:
JAXRException
getStatus
int getStatus()
throws JAXRException
- Throws:
JAXRException
isAvailable
boolean isAvailable()
throws JAXRException
- Throws:
JAXRException
Copyright © 2008. All Rights Reserved.