T - result type in case of marshalling success.@Portable public class MarshallingResponse<T> extends Object
MarshallingResponse.State.| Modifier and Type | Class and Description |
|---|---|
static class |
MarshallingResponse.MarshallingResponseBuilder<T> |
static class |
MarshallingResponse.State |
| Modifier and Type | Method and Description |
|---|---|
static <T> MarshallingResponse.MarshallingResponseBuilder<T> |
builder() |
boolean |
equals(Object o) |
List<MarshallingMessage> |
getMessages() |
T |
getResult() |
MarshallingResponse.State |
getState() |
int |
hashCode() |
boolean |
isError() |
boolean |
isSuccess() |
String |
toString() |
public List<MarshallingMessage> getMessages()
public MarshallingResponse.State getState()
public T getResult()
public static <T> MarshallingResponse.MarshallingResponseBuilder<T> builder()
public boolean isSuccess()
public boolean isError()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.