| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.api.rt |
Runtime Support
|
| org.apache.olingo.odata2.core | |
| org.apache.olingo.odata2.core.batch | |
| org.apache.olingo.odata2.core.processor | |
| org.apache.olingo.odata2.core.rt |
| Modifier and Type | Method and Description |
|---|---|
ODataService |
ODataServiceFactory.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Create a default service instance based on ODataSingleProcessor
. |
abstract ODataService |
ODataServiceFactory.createService(ODataContext ctx)
Create instance of custom
ODataService. |
| Modifier and Type | Method and Description |
|---|---|
ODataService |
ODataContext.getService()
Gets the OData service.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ODataService |
ODataContextImpl.getService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataContextImpl.setService(ODataService service) |
| Constructor and Description |
|---|
Dispatcher(ODataServiceFactory serviceFactory,
ODataService service) |
ODataRequestHandler(ODataServiceFactory factory,
ODataService service,
ODataContext context) |
| Constructor and Description |
|---|
BatchHandlerImpl(ODataServiceFactory factory,
ODataService service) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataSingleProcessorService
An
ODataService implementation that uses ODataSingleProcessor. |
| Modifier and Type | Method and Description |
|---|---|
protected ODataService |
RuntimeDelegateImpl.createODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor) |
Copyright © 2020. All rights reserved.