public class XmlSdkConfigurationProvider
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.extension.api.runtime.config.ConfigurationProvider
ConfigurationProvider implementation for Xml-Sdk connectors.| Constructor and Description |
|---|
XmlSdkConfigurationProvider(String name,
Map<String,String> parameters,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.config.ConfigurationModel configurationModel,
org.mule.runtime.api.artifact.Registry registry) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.config.ConfigurationInstance |
get(org.mule.runtime.api.event.Event event) |
org.mule.runtime.api.meta.model.config.ConfigurationModel |
getConfigurationModel() |
org.mule.runtime.api.meta.model.ExtensionModel |
getExtensionModel() |
String |
getName() |
Map<String,String> |
getParameters() |
boolean |
isDynamic() |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationspublic org.mule.runtime.extension.api.runtime.config.ConfigurationInstance get(org.mule.runtime.api.event.Event event)
get in interface org.mule.runtime.extension.api.runtime.config.ConfigurationProviderpublic boolean isDynamic()
isDynamic in interface org.mule.runtime.extension.api.runtime.config.ConfigurationProviderpublic org.mule.runtime.api.meta.model.ExtensionModel getExtensionModel()
getExtensionModel in interface org.mule.runtime.extension.api.runtime.config.ConfigurationProviderpublic org.mule.runtime.api.meta.model.config.ConfigurationModel getConfigurationModel()
getConfigurationModel in interface org.mule.runtime.extension.api.runtime.config.ConfigurationProviderpublic String getName()
getName in interface org.mule.runtime.extension.api.runtime.config.ConfigurationProviderCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.