public class JAXRResponseImpl extends Object implements javax.xml.registry.JAXRResponse
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_FAILURE |
static int |
STATUS_SUCCESS |
static int |
STATUS_UNAVAILABLE |
static int |
STATUS_WARNING |
| Constructor and Description |
|---|
JAXRResponseImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId() |
int |
getStatus() |
boolean |
isAvailable() |
void |
setAvailable(boolean b) |
void |
setRequestId(String s) |
void |
setStatus(int s) |
public static final int STATUS_SUCCESS
public static final int STATUS_FAILURE
public static final int STATUS_UNAVAILABLE
public static final int STATUS_WARNING
public String getRequestId() throws javax.xml.registry.JAXRException
getRequestId in interface javax.xml.registry.JAXRResponsejavax.xml.registry.JAXRExceptionpublic void setRequestId(String s)
public int getStatus()
throws javax.xml.registry.JAXRException
getStatus in interface javax.xml.registry.JAXRResponsejavax.xml.registry.JAXRExceptionpublic void setStatus(int s)
public void setAvailable(boolean b)
public boolean isAvailable()
throws javax.xml.registry.JAXRException
isAvailable in interface javax.xml.registry.JAXRResponsejavax.xml.registry.JAXRExceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.