I - Input POJO class.O - Output POJO classpublic abstract class RpcAction<I,O> extends RpcComponent
| Constructor and Description |
|---|
RpcAction() |
| Modifier and Type | Method and Description |
|---|---|
abstract O |
execute(I input)
Business logic method.
|
Type |
getInputType() |
Type |
getOutputType() |
Copyright © 2010–2016. All rights reserved.