Uses of Class
org.apache.olingo.odata2.api.processor.ODataSingleProcessor
-
Packages that use ODataSingleProcessor Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.rt Runtime Support -
-
Uses of ODataSingleProcessor in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type ODataSingleProcessor Modifier and Type Method Description ODataServiceODataServiceFactory. createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)Create a default service instance based onODataSingleProcessor. -
Uses of ODataSingleProcessor in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt with parameters of type ODataSingleProcessor 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)
-