Interface MetadataProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
DefaultProcessor

public interface MetadataProcessor extends Processor
Processor interface for handling the metadata document.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readMetadata(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat)
    Reads data from persistence and puts serialized content and status into the response.

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

    init