| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.processor |
Data Processor
|
| org.apache.olingo.odata2.core | |
| org.apache.olingo.odata2.core.debug | |
| org.apache.olingo.odata2.core.rest |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODataContextImpl
Context.
|
| Modifier and Type | Method and Description |
|---|---|
ODataContext |
ODataContextImpl.getBatchParentContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ODataContextImpl.setBatchParentContext(ODataContext ctx) |
| Constructor and Description |
|---|
ODataRequestHandler(ODataServiceFactory factory,
ODataService service,
ODataContext context) |
| Constructor and Description |
|---|
ODataDebugResponseWrapper(ODataContext context,
ODataResponse response,
UriInfo uriInfo,
Exception exception,
String debugValue) |
| Constructor and Description |
|---|
ODataExceptionWrapper(ODataContext context,
Map<String,String> queryParameters,
List<String> acceptHeaderContentTypes) |
Copyright © 2020. All rights reserved.