| Package | Description |
|---|---|
| org.wso2.apimgt.gateway.cli.model.definition | |
| org.wso2.apimgt.gateway.cli.model.route | |
| org.wso2.apimgt.gateway.cli.utils |
| Modifier and Type | Method and Description |
|---|---|
EndpointListRouteDTO |
EndpointListDefinition.getProdEndpointList() |
EndpointListRouteDTO |
APIDefinition.getProdEpList() |
EndpointListRouteDTO |
EndpointListDefinition.getSandEndpointList() |
EndpointListRouteDTO |
APIDefinition.getSandEpList() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointListDefinition.setProdEndpointList(EndpointListRouteDTO prodEndpointList) |
void |
APIDefinition.setProdEpList(EndpointListRouteDTO prodEpList) |
void |
EndpointListDefinition.setSandEndpointList(EndpointListRouteDTO sandEndpointList) |
void |
APIDefinition.setSandEpList(EndpointListRouteDTO sandEpList) |
| Modifier and Type | Method and Description |
|---|---|
EndpointListRouteDTO |
RouteEndpointConfig.getProdEndpointList() |
EndpointListRouteDTO |
RouteEndpointConfig.getSandboxEndpointList() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteEndpointConfig.setProdEndpointList(EndpointListRouteDTO prodEndpointList) |
void |
RouteEndpointConfig.setSandboxEndpointList(EndpointListRouteDTO sandboxEndpointList) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointListRouteDTO |
MgwDefinitionBuilder.getProdEndpointList(String basePath) |
static EndpointListRouteDTO |
MgwDefinitionBuilder.getSandEndpointList(String basePath) |
Copyright © 2019 WSO2. All rights reserved.