KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > JAXRResponse

javax.xml.registry
Interface JAXRResponse

All Known Subinterfaces:
BulkResponse
All Known Implementing Classes:
JAXRException
See Also:
Top Examples, Source Code

public String getRequestId()
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getStatus()
              throws JAXRException
See Also:
STATUS_SUCCESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAvailable()
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_FAILURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_SUCCESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_UNAVAILABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_WARNING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags