public class ServiceInvocationResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
exception |
protected Object |
result |
| Constructor and Description |
|---|
ServiceInvocationResult(Exception exception) |
ServiceInvocationResult(Object result) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Object |
getResult() |
void |
setException(Exception exception) |
void |
setResult(Object result) |
Copyright © 2019. All rights reserved.