I - Input POJO class.O - Output POJO classpublic abstract class HttpAction<I,O> extends RpcAction<I,O>
| Constructor and Description |
|---|
HttpAction() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isIdempotent()
Action idempotence
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1.2)
|
execute, getInputType, getOutputTypeCopyright © 2010–2016. All rights reserved.