Skip navigation links

Package org.apache.olingo.server.api

Olingo Server API

See: Description

Package org.apache.olingo.server.api Description

Olingo Server API

The OData Library is a protocol implementation of the OData V4.0 standard. For details of this standard see odata.org.

This API is intended to help implementing an OData service. An OData service consists of a metadata provider implementation and an OData processor implementation.

An OData service can be exposed by a web application using the standard java servlet API. For further information, see the Olingo tutorials on how to implement an OData service.

The main entry point is the org.apache.olingo.server.api.OData class. Use the newInstance() method to create a new object and start providing your service from there.

Skip navigation links

Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.