Interface ServiceDocumentProcessor
-
- All Superinterfaces:
ODataProcessor
- All Known Implementing Classes:
ODataSingleProcessor
public interface ServiceDocumentProcessor extends ODataProcessor
Execute a OData service document request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ODataResponsereadServiceDocument(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:
uriInfo- URI InfocontentType- Tipo- Returns:
- a
ODataResponseobject - Throws:
ODataException- Caso ocorra exceção OData
-
-