A default {@link ODataProcessor} that implements all processor features in a single class.
It is recommended to derive from this class and it is required by the {@link org.apache.olingo.odata2.api.ODataServiceFactory} to build an{@link org.apache.olingo.odata2.api.ODataService}.
This abstract class provides a default behavior, returning the correct response for requests for the service or the metadata document, respectively, and throwing an {@link ODataNotImplementedException} for all other requests.Sub classes have to override only methods they want to support.
|
|