javax.xml.registry
Interface JAXRResponse
- All Known Subinterfaces:
- BulkResponse
- All Known Implementing Classes:
- JAXRException
- public interface JAXRResponse
- Version:
- $Revision$ $Date$
STATUS_SUCCESS
public static final int STATUS_SUCCESS
- See Also:
- Constant Field Values
STATUS_WARNING
public static final int STATUS_WARNING
- See Also:
- Constant Field Values
STATUS_FAILURE
public static final int STATUS_FAILURE
- See Also:
- Constant Field Values
STATUS_UNAVAILABLE
public static final int STATUS_UNAVAILABLE
- See Also:
- Constant Field Values
getRequestId
public java.lang.String getRequestId()
throws JAXRException
- Throws:
JAXRException
getStatus
public int getStatus()
throws JAXRException
- Throws:
JAXRException
isAvailable
public boolean isAvailable()
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2007 Apache Web Services. All Rights Reserved.