All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.olingo.server.api.package-info Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements. See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership. The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied. See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
/**
 * 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.

*/ package org.apache.olingo.server.api;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy