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