Interface ServiceDocumentProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
DefaultProcessor

public interface ServiceDocumentProcessor extends Processor
Processor interface for handling the service document.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readServiceDocument(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat)
    Reads service-document information from persistence and puts serialized content and status into the response.

    Methods inherited from interface org.apache.olingo.server.api.processor.Processor

    init
  • Method Details