| Interface | Description | 
|---|---|
| RestProcessor | 
 An interface for exposing methods to handle each of the URL request types for processing REST web service requests. 
 | 
| Class | Description | 
|---|---|
| BeanProcessor | 
 The base type for processing bean property based rest requests. 
 | 
| GenericRestProcessor | 
 The base class for processing rest requests. 
 | 
| RepositoryProcessor | 
 The base type for processing repository based rest requests. 
 | 
| RestSecurityProcessor | 
 RestSecurityProcessor the base type for Rest security checking. 
 |