| Package | Description |
|---|---|
| org.mule.tools.apikit.input | |
| org.mule.tools.apikit.input.parsers | |
| org.mule.tools.apikit.model | |
| org.mule.tools.apikit.output |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpListenerConfig> |
MuleDomainParser.getHttpListenerConfigs() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpListenerConfig> |
HttpListenerConfigParser.parse(org.jdom2.Document document) |
| Constructor and Description |
|---|
APIKitRoutersParser(Map<String,APIKitConfig> apikitConfigs,
Map<String,HttpListenerConfig> httpListenerConfigs,
Set<File> ramlPaths,
File file,
APIFactory apiFactory) |
| Modifier and Type | Method and Description |
|---|---|
HttpListenerConfig |
HttpListenerConfig.Builder.build() |
HttpListenerConfig |
API.getHttpListenerConfig() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpListenerConfig> |
APIFactory.getDomainHttpListenerConfigs() |
| Modifier and Type | Method and Description |
|---|---|
API |
APIFactory.createAPIBinding(File ramlFile,
File xmlFile,
String path,
APIKitConfig config,
HttpListenerConfig httpListenerConfig) |
API |
APIFactory.createAPIBinding(File ramlFile,
File xmlFile,
String baseUri,
String path,
APIKitConfig config,
HttpListenerConfig httpListenerConfig,
Boolean useInboundEndpoint) |
void |
API.setHttpListenerConfig(HttpListenerConfig httpListenerConfig) |
| Constructor and Description |
|---|
APIFactory(Map<String,HttpListenerConfig> domainHttpListenerConfigs) |
| Constructor and Description |
|---|
MuleConfigGenerator(org.apache.maven.plugin.logging.Log log,
File muleConfigOutputDirectory,
List<GenerationModel> flowEntries,
Map<String,HttpListenerConfig> domainHttpListenerConfigs,
String muleVersion,
Set<File> ramlsWithExtensionEnabled) |
Copyright © 2022. All rights reserved.