Uses of Interface
org.apache.olingo.odata2.api.ODataService
-
Packages that use ODataService Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.rt Runtime Support -
-
Uses of ODataService in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api that return ODataService Modifier and Type Method Description ODataServiceODataServiceFactory. createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)Create a default service instance based onODataSingleProcessor.abstract ODataServiceODataServiceFactory. createService(ODataContext ctx)Create instance of customODataService. -
Uses of ODataService in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return ODataService Modifier and Type Method Description ODataServiceODataContext. getService()Gets the OData service. -
Uses of ODataService in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt that return ODataService Modifier and Type Method Description static ODataServiceRuntimeDelegate. createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)Creates and returns a single processor service.protected abstract ODataServiceRuntimeDelegate.RuntimeDelegateInstance. createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)
-