Uses of Interface
io.apiman.manager.api.gateway.IGatewayLink
-
Packages that use IGatewayLink Package Description io.apiman.manager.api.gateway io.apiman.manager.api.gateway.rest -
-
Uses of IGatewayLink in io.apiman.manager.api.gateway
Methods in io.apiman.manager.api.gateway that return IGatewayLink Modifier and Type Method Description IGatewayLinkGatewayLinkFactory. create(GatewayBean gateway)IGatewayLinkIGatewayLinkFactory. create(GatewayBean gateway)Creates an appropriate gateway link for the given gateway bean. -
Uses of IGatewayLink in io.apiman.manager.api.gateway.rest
Classes in io.apiman.manager.api.gateway.rest that implement IGatewayLink Modifier and Type Class Description classRestGatewayLinkAn implementation of a Gateway Link that uses the Gateway's simple REST API to publish APIs.
-