public class ExtensionResultHolder extends Object
ExtensionManager pattern expects a result from the extension, it should
pass in an instance of this class into the method call.
The extension points can examine or update this class with response information.| Constructor and Description |
|---|
ExtensionResultHolder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult() |
Throwable |
getThrowable() |
void |
setResult(Object result) |
void |
setThrowable(Throwable throwable) |
Copyright © 2017. All Rights Reserved.