| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| Modifier and Type | Method and Description |
|---|---|
abstract ODataService |
ODataServiceFactory.createService(ODataContext ctx)
Create instance of custom
ODataService. |
ODataResponse |
ODataDebugResponseWrapperCallback.handle(ODataContext context,
ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
Exception exception)
Handles the output of a response helpful in case of debugging.
|
| Modifier and Type | Method and Description |
|---|---|
ODataContext |
ODataContext.getBatchParentContext()
If a request execution is part of batch processing then this method returns the context of the
outer batch request.
|
ODataContext |
ODataSingleProcessor.getContext() |
ODataContext |
ODataProcessor.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataSingleProcessor.setContext(ODataContext context) |
void |
ODataProcessor.setContext(ODataContext context) |
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.