Package io.apiman.manager.api.gateway
Interface IGatewayLinkFactory
-
- All Known Implementing Classes:
GatewayLinkFactory
public interface IGatewayLinkFactoryA factory for creating gateway links.- Author:
- eric.wittmann@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGatewayLinkcreate(GatewayBean gateway)Creates an appropriate gateway link for the given gateway bean.
-
-
-
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
-
-