Interface ServiceDocumentProcessor
- All Superinterfaces:
Processor
- All Known Implementing Classes:
DefaultProcessor
Processor interface for handling the service document.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readServiceDocument
(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads service-document information from persistence and puts serialized content and status into the response.
-
Method Details
-
readServiceDocument
void readServiceDocument(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) throws ODataApplicationException, ODataLibraryException Reads service-document information from persistence and puts serialized content and status into the response.- Parameters:
request
- OData request object containing raw HTTP informationresponse
- OData response object for collecting response datauriInfo
- information of a parsed OData URIresponseFormat
- requested content type after content negotiation- Throws:
ODataApplicationException
- if the service implementation encounters a failureODataLibraryException
-