| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
OData Library is a protocol implementation of the OData V2.0 standard.
|
| org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
| org.apache.olingo.odata2.api.rt |
Runtime Support
Provides a mechanism for loading of implementation classes for interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ODataService |
ODataServiceFactory.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Create a default service instance based on ODataSingleProcessor
. |
| Modifier and Type | Method and Description |
|---|---|
EdmProvider |
EdmProviderAccessor.getEdmProvider() |
static EdmProvider |
EdmProviderFactory.getEdmProvider(InputStream metadataXml,
boolean validate)
Creates and returns an edm provider.
|
| Modifier and Type | Method and Description |
|---|---|
static EdmProvider |
RuntimeDelegate.createEdmProvider(InputStream metadataXml,
boolean validate)
Creates and returns an edm provider.
|
protected abstract EdmProvider |
RuntimeDelegate.RuntimeDelegateInstance.createEdmProvider(InputStream metadataXml,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
static Edm |
RuntimeDelegate.createEdm(EdmProvider provider)
Creates and returns an entity data model.
|
protected abstract Edm |
RuntimeDelegate.RuntimeDelegateInstance.createEdm(EdmProvider provider) |
static ODataService |
RuntimeDelegate.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Creates and returns a single processor service.
|
protected abstract ODataService |
RuntimeDelegate.RuntimeDelegateInstance.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor) |
Copyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.