Interface EdmProviderFactory

All Known Implementing Classes:
DefaultEdmProviderFactory

public interface EdmProviderFactory
The EdmProviderFactory creates EdmProviders
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.olingo.odata2.api.edm.provider.EdmProvider
    createInstance(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