| Package | Description |
|---|---|
| org.apache.knox.gateway.services |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ServiceType> |
GatewayServices.getServiceTypes() |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceFactory.create(GatewayServices gatewayServices,
ServiceType serviceType,
GatewayConfig gatewayConfig,
Map<String,String> options) |
Service |
ServiceFactory.create(GatewayServices gatewayServices,
ServiceType serviceType,
GatewayConfig gatewayConfig,
Map<String,String> options,
String implementation) |
<T> T |
GatewayServices.getService(ServiceType serviceName) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.