public class APIFactory extends Object
| Constructor and Description |
|---|
APIFactory(List<HttpListenerConfig> httpListenerConfigs) |
| Modifier and Type | Method and Description |
|---|---|
ApikitMainFlowContainer |
createAPIBinding(String apiFilePath,
String baseUri,
String path,
APIKitConfig config,
HttpListenerConfig httpListenerConfig,
MuleConfig muleConfig) |
ApikitMainFlowContainer |
createAPIBindingInboundEndpoint(String apiFileName,
String baseUri,
String path,
APIKitConfig config) |
List<HttpListenerConfig> |
getHttpListenerConfigs() |
public APIFactory(List<HttpListenerConfig> httpListenerConfigs)
public ApikitMainFlowContainer createAPIBindingInboundEndpoint(String apiFileName, String baseUri, String path, APIKitConfig config)
public ApikitMainFlowContainer createAPIBinding(String apiFilePath, String baseUri, String path, APIKitConfig config, HttpListenerConfig httpListenerConfig, MuleConfig muleConfig)
public List<HttpListenerConfig> getHttpListenerConfigs()
Copyright © 2022. All rights reserved.