public interface MetadataProcessor extends Processor
| Modifier and Type | Method and Description |
|---|---|
void |
readMetadata(ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
ContentType requestedContentType)
Read data from persistency and puts serialized content and status into the response.
|
void readMetadata(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestedContentType) throws ODataApplicationException
request - - OData request object containing raw http information.response - - OData response object for collecting response datauriInfo - - information of a parsed OData urirequestedContentType - - requested content type after content negotiationODataApplicationExceptionCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.