org.apache.olingo.odata2.api.processor.part
Interface MetadataProcessor

All Superinterfaces:
ODataProcessor
All Known Implementing Classes:
ListsProcessor, ODataJPAProcessor, ODataSingleProcessor

public interface MetadataProcessor
extends ODataProcessor

Execute a OData metadata request.


Method Summary
 ODataResponse readMetadata(GetMetadataUriInfo uriInfo, String contentType)
           
 
Methods inherited from interface org.apache.olingo.odata2.api.processor.ODataProcessor
getContext, setContext
 

Method Detail

readMetadata

ODataResponse readMetadata(GetMetadataUriInfo uriInfo,
                           String contentType)
                           throws ODataException
Parameters:
contentType -
Returns:
a ODataResponse object
Throws:
ODataException


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.