public class ProxyResponse extends Object implements Serializable
| Constructor and Description |
|---|
ProxyResponse() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Object |
getResult() |
boolean |
hasError() |
void |
setException(Exception exception) |
void |
setResult(Object result) |
String |
toString() |