| Interface | Description |
|---|---|
| DocumentedResourceHandler |
Interface used by resource handlers that can be self-documented.
|
| IResourceHandler |
This is the interface that captures all the common function that all WebSphere Commerce resource handlers implement.
|
| Class | Description |
|---|---|
| AbstractBaseResourceHandler |
This class contains the code shared by the commerce server and the component servers.
|
| AbstractResourceHandler |
The base class for a REST resource handler.
|
| DefaultDocumentationStrategy |
Default implementation used to document REST APIs based on annotations and EMF.
|
| DefaultDocumentationStrategy.OutputClass |
Output class mapped to a EMF EClass.
|
| DefaultDocumentationStrategy.OutputField |
Field mapped to an EMF field.
|
| Operation |
Represents an operation that can be executed.
|
| OperationRegistry |
An operation registry registers multiple operation by name so that they may be invoked later on.
|