| Class | Description |
|---|---|
| Cacheable<T> | |
| CachingInfo | |
| HttpAction<I,O> |
Instances of this class define the business logic of the services.
|
| HttpActionContext | |
| SafeAction<I,O> |
Used to define business operations considered safe according to the
HTTP definition, meaning that the action "... defined semantics are
essentially read-only; i.e., the client does not request, and does not
expect, any state change on the origin server as a result of applying a safe
method to a target resource.
|
| StreamResult | |
| UnsafeAction<I,O> |
Used to define business operations considered not safe according to
the HTTP definition.
|
Copyright © 2010–2016. All rights reserved.