Interface | Description |
---|---|
ODataHttpHandler |
Handles HTTP requests as OData requests.
|
ODataTranslatedException.MessageKey |
Key for the exception text in the resource bundle.
|
ServiceMetadata |
Metadata of an OData service like the Entity Data Model.
|
Class | Description |
---|---|
OData |
Root object for serving factory tasks and support loose coupling of implementation (core) from the API.
|
ODataRequest |
Request object to carry HTTP information optimized for and required to handle OData requests only.
|
ODataResponse |
Response object to carry OData-relevant HTTP information (status code, response headers, and content).
|
ODataServerError |
Server error.
|
Exception | Description |
---|---|
ODataApplicationException |
Exception thrown by OData service implementations.
|
ODataTranslatedException |
Abstract superclass of all translatable server exceptions.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.