Interface ServiceDocumentProcessor
- All Superinterfaces:
ODataProcessor
- All Known Implementing Classes:
ODataSingleProcessor
Execute a OData service document request.
-
Method Summary
Modifier and TypeMethodDescriptionreadServiceDocument(GetServiceDocumentUriInfo uriInfo, String contentType) Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor
getContext, setContext
-
Method Details
-
readServiceDocument
ODataResponse readServiceDocument(GetServiceDocumentUriInfo uriInfo, String contentType) throws ODataException - Parameters:
contentType-- Returns:
- a
ODataResponseobject - Throws:
ODataException
-