| Package | Description |
|---|---|
| io.apiman.manager.api.gateway | |
| io.apiman.manager.api.gateway.rest |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.gateway.engine.beans.ServiceEndpoint |
IGatewayLink.getServiceEndpoint(String organizationId,
String serviceId,
String version)
Gets the service endpoint from the gateway.
|
io.apiman.gateway.engine.beans.SystemStatus |
IGatewayLink.getStatus()
Gets the current status of the gateway.
|
void |
IGatewayLink.publishService(io.apiman.gateway.engine.beans.Service service)
Publishes a new
Service. |
void |
IGatewayLink.registerApplication(io.apiman.gateway.engine.beans.Application application)
Registers a new
Application. |
void |
IGatewayLink.retireService(io.apiman.gateway.engine.beans.Service service)
Retires (removes) a
Service from the registry. |
void |
IGatewayLink.unregisterApplication(io.apiman.gateway.engine.beans.Application application)
Removes an
Application from the registry. |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.gateway.engine.beans.ServiceEndpoint |
RestGatewayLink.getServiceEndpoint(String organizationId,
String serviceId,
String version) |
io.apiman.gateway.engine.beans.ServiceEndpoint |
GatewayClient.getServiceEndpoint(String organizationId,
String serviceId,
String version) |
io.apiman.gateway.engine.beans.SystemStatus |
RestGatewayLink.getStatus() |
io.apiman.gateway.engine.beans.SystemStatus |
GatewayClient.getStatus() |
void |
GatewayClient.publish(io.apiman.gateway.engine.beans.Service service) |
void |
RestGatewayLink.publishService(io.apiman.gateway.engine.beans.Service service) |
void |
GatewayClient.register(io.apiman.gateway.engine.beans.Application application) |
void |
RestGatewayLink.registerApplication(io.apiman.gateway.engine.beans.Application application) |
void |
GatewayClient.retire(String organizationId,
String serviceId,
String version) |
void |
RestGatewayLink.retireService(io.apiman.gateway.engine.beans.Service service) |
void |
GatewayClient.unregister(String organizationId,
String applicationId,
String version) |
void |
RestGatewayLink.unregisterApplication(io.apiman.gateway.engine.beans.Application application) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.