Interface IGatewayLinkFactory

  • All Known Implementing Classes:
    GatewayLinkFactory

    public interface IGatewayLinkFactory
    A factory for creating gateway links.
    Author:
    eric.wittmann@redhat.com
    • Method Detail

      • create

        IGatewayLink create​(GatewayBean gateway)
        Creates an appropriate gateway link for the given gateway bean. Allows publishing of APIs to the given gateway.
        Parameters:
        gateway - the gateway
        Returns:
        the gateway link