| Modifier and Type | Field and Description |
|---|---|
protected JaxbRequestStatus |
JaxbRestRequestException.status |
| Modifier and Type | Method and Description |
|---|---|
JaxbRequestStatus |
JaxbRestRequestException.getStatus() |
static JaxbRequestStatus |
JaxbRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbRequestStatus[] |
JaxbRequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbRestRequestException.setStatus(JaxbRequestStatus status) |
| Constructor and Description |
|---|
JaxbRestRequestException(Exception e,
JaxbRequestStatus status) |
JaxbRestRequestException(String requestUrl,
Exception e,
JaxbRequestStatus status) |
| Modifier and Type | Field and Description |
|---|---|
protected JaxbRequestStatus |
JaxbProcessInstanceResponse.status |
| Modifier and Type | Method and Description |
|---|---|
JaxbRequestStatus |
JaxbProcessInstanceResponse.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbProcessInstanceResponse.setStatus(JaxbRequestStatus status) |
| Modifier and Type | Field and Description |
|---|---|
protected JaxbRequestStatus |
AbstractJaxbResponse.status |
| Modifier and Type | Method and Description |
|---|---|
JaxbRequestStatus |
AbstractJaxbResponse.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJaxbResponse.setStatus(JaxbRequestStatus status) |
| Constructor and Description |
|---|
JaxbExceptionResponse(Exception e,
int i,
org.kie.api.command.Command<?> cmd,
JaxbRequestStatus status) |
JaxbExceptionResponse(String requestUrl,
Exception e,
JaxbRequestStatus status) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.