Interface AdapterFactory

All Known Subinterfaces:
ServletAdapterFactory

public interface AdapterFactory
Interface to be used with ExtendedServiceLoader for creating adapters. Implementing classes can get access to the CdsRuntime by implementing CdsRuntimeAware.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the adapter and initializes it
    boolean
     
  • Method Details

    • create

      Object create()
      Creates the adapter and initializes it
      Returns:
      the created adapter
    • isEnabled

      boolean isEnabled()
      Returns:
      true, if the adapter is enabled