org.apache.olingo.odata2.api.processor.part
Interface ServiceDocumentProcessor
- All Superinterfaces:
- ODataProcessor
- All Known Implementing Classes:
- ODataSingleProcessor
public interface ServiceDocumentProcessor
- extends ODataProcessor
Execute a OData service document request.
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.