Package | Description |
---|---|
org.apache.olingo.odata2.api.commons |
The commons package contains constants used in the HTTP and OData protocol.
|
org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.api.exception |
Exception Classes used in the OData library as well as the implementing application
APPLICATION DEVELOPERS: Please use
ODataApplicationException for
custom exceptions. |
org.apache.olingo.odata2.api.processor |
Data Processor
A data processor implements all create, read, update and delete (CRUD) methods of an OData service.
|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
The interfaces of this package provide access to the relevant parts of the parsed
request URI for the methods that process a request inside the dispatcher.
|
Class and Description |
---|
HttpStatusCodes
HTTP status codes as defined in RFC2616-sec10
and additional status codes as defined in RFC6585
|
InlineCount
Inlinecount constants as described in the OData protocol
|
ODataHttpMethod
The supported HTTP methods.
|
Class and Description |
---|
InlineCount
Inlinecount constants as described in the OData protocol
|
Class and Description |
---|
HttpStatusCodes
HTTP status codes as defined in RFC2616-sec10
and additional status codes as defined in RFC6585
|
Class and Description |
---|
HttpStatusCodes
HTTP status codes as defined in RFC2616-sec10
and additional status codes as defined in RFC6585
|
ODataHttpMethod
The supported HTTP methods.
|
Class and Description |
---|
InlineCount
Inlinecount constants as described in the OData protocol
|
Class and Description |
---|
InlineCount
Inlinecount constants as described in the OData protocol
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.