Interface | Description |
---|---|
ListsDataSource |
This interface is intended to make it easier to implement an OData
service in cases where all data for each entity set can be provided as a
List of objects from which all
properties described in the
Entity Data Model can be retrieved and set. |
Class | Description |
---|---|
ListsDataSource.BinaryData |
Container to store binary data (as byte array) and the associated MIME type.
|
ListsProcessor |
Implementation of the centralized parts of OData processing,
allowing to use the simplified
ListsDataSource for the
actual data handling. |
ScenarioDataSource |
Data for the reference scenario
|
ScenarioErrorCallback |
Callback for handling errors by logging internal server errors additionally.
|
ScenarioServiceFactory |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.