public class JAXRResponseImpl
extends java.lang.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 |
---|---|
java.lang.String |
getRequestId() |
int |
getStatus() |
boolean |
isAvailable() |
void |
setAvailable(boolean b) |
void |
setRequestId(java.lang.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 java.lang.String getRequestId() throws javax.xml.registry.JAXRException
getRequestId
in interface javax.xml.registry.JAXRResponse
javax.xml.registry.JAXRException
public void setRequestId(java.lang.String s)
public int getStatus() throws javax.xml.registry.JAXRException
getStatus
in interface javax.xml.registry.JAXRResponse
javax.xml.registry.JAXRException
public void setStatus(int s)
public void setAvailable(boolean b)
public boolean isAvailable() throws javax.xml.registry.JAXRException
isAvailable
in interface javax.xml.registry.JAXRResponse
javax.xml.registry.JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.