Interface ODataProcessor

All Known Subinterfaces:
BatchProcessor, EntityComplexPropertyProcessor, EntityLinkProcessor, EntityLinksProcessor, EntityMediaProcessor, EntityProcessor, EntitySetProcessor, EntitySimplePropertyProcessor, EntitySimplePropertyValueProcessor, FunctionImportProcessor, FunctionImportValueProcessor, MetadataProcessor, ServiceDocumentProcessor
All Known Implementing Classes:
ODataSingleProcessor

public interface ODataProcessor
An ODataProcessor is the root interface for processor implementation. A processor handles OData requests like reading or writing entities. All possible actions are defined in the org.apache.olingo.odata2.api.processor.feature package.