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

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

public interface ServiceDocumentProcessor
extends ODataProcessor

Execute a OData service document request.


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

Method Detail

readServiceDocument

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


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