Interface EdmProviderFactory
- All Known Implementing Classes:
DefaultEdmProviderFactory
public interface EdmProviderFactory
The EdmProviderFactory creates EdmProviders
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.edm.provider.EdmProvidercreateInstance(org.apache.olingo.odata2.api.processor.ODataContext context) Creates a new instance of the EdmProvider
-
Method Details
-
createInstance
org.apache.olingo.odata2.api.edm.provider.EdmProvider createInstance(org.apache.olingo.odata2.api.processor.ODataContext context) Creates a new instance of the EdmProvider- Parameters:
context- Context used to create the provider- Returns:
- An EdmProvider
-