Package io.apiman.manager.api.gateway
Class GatewayLinkFactory
- java.lang.Object
-
- io.apiman.manager.api.gateway.GatewayLinkFactory
-
- All Implemented Interfaces:
IGatewayLinkFactory
@ApplicationScoped public class GatewayLinkFactory extends Object implements IGatewayLinkFactory
Factory for creating gateway links.- Author:
- eric.wittmann@redhat.com
-
-
Constructor Summary
Constructors Constructor Description GatewayLinkFactory()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGatewayLinkcreate(GatewayBean gateway)Creates an appropriate gateway link for the given gateway bean.
-
-
-
Method Detail
-
create
public IGatewayLink create(GatewayBean gateway)
Description copied from interface:IGatewayLinkFactoryCreates an appropriate gateway link for the given gateway bean. Allows publishing of APIs to the given gateway.- Specified by:
createin interfaceIGatewayLinkFactory- Parameters:
gateway- the gateway- Returns:
- the gateway link
- See Also:
IGatewayLinkFactory.create(io.apiman.manager.api.beans.gateways.GatewayBean)
-
-