| Package | Description |
|---|---|
| org.mule.tools.apikit.input.parsers | |
| org.mule.tools.apikit.model | |
| org.mule.tools.apikit.output.scopes |
| Modifier and Type | Method and Description |
|---|---|
List<HttpListenerConfig> |
HttpListenerConfigParser.parse(org.jdom2.Document document) |
| Modifier and Type | Method and Description |
|---|---|
HttpListenerConfig |
ApikitMainFlowContainer.getHttpListenerConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<HttpListenerConfig> |
MuleConfig.getHttpListenerConfigs() |
List<HttpListenerConfig> |
APIFactory.getHttpListenerConfigs() |
List<HttpListenerConfig> |
WithConfigs.getHttpListenerConfigs() |
List<HttpListenerConfig> |
MuleDomain.getHttpListenerConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleConfig.addHttpListener(HttpListenerConfig config) |
ApikitMainFlowContainer |
APIFactory.createAPIBinding(String apiFilePath,
String baseUri,
String path,
APIKitConfig config,
HttpListenerConfig httpListenerConfig,
MuleConfig muleConfig) |
void |
ApikitMainFlowContainer.setHttpListenerConfig(HttpListenerConfig httpListenerConfig) |
| Modifier and Type | Method and Description |
|---|---|
MuleDomain.Builder |
MuleDomain.Builder.withConfigurations(List<HttpListenerConfig> configurations) |
| Constructor and Description |
|---|
APIFactory(List<HttpListenerConfig> httpListenerConfigs) |
MuleConfig(List<HttpListenerConfig> configurations,
List<APIKitConfig> apikitConfigs,
List<Flow> flows) |
MuleConfig(List<HttpListenerConfig> httpConfigs,
List<APIKitConfig> apikitConfigs,
List<Flow> flows,
org.jdom2.Document content) |
| Constructor and Description |
|---|
HttpListenerConfigScope(HttpListenerConfig httpListenerConfig) |
Copyright © 2022. All rights reserved.