public interface Processor
Base interface for all processor types.
Processors are responsible to read and write data and marshalling content within a request - response cycle.
| Modifier and Type | Method and Description | 
|---|---|
| void | init(OData odata,
    ServiceMetadata serviceMetadata)Initializes the processor for each HTTP request - response cycle. | 
void init(OData odata, ServiceMetadata serviceMetadata)
odata - Olingo's root object, acting as a factory for various object typesserviceMetadata - metadata of the OData service like the EDM that have to be created
 before the OData request handling takes placeCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.