public class DynamicPortPropertiesProviderFactory extends Object implements org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactory
ConfigurationPropertiesProviderFactory for a dynamic port property| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.component.ComponentIdentifier |
DYNAMIC_PORT |
static String |
DYNAMIC_PORT_ELEMENT |
static String |
MAX_PORT_PARAMETER |
static String |
MIN_PORT_PARAMETER |
static String |
PROPERTY_NAME_PARAMETER |
| Constructor and Description |
|---|
DynamicPortPropertiesProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProvider |
createProvider(org.mule.runtime.config.api.dsl.model.ConfigurationParameters parameters,
org.mule.runtime.config.api.dsl.model.ResourceProvider externalResourceProvider) |
org.mule.runtime.api.component.ComponentIdentifier |
getSupportedComponentIdentifier() |
public static final String DYNAMIC_PORT_ELEMENT
public static final org.mule.runtime.api.component.ComponentIdentifier DYNAMIC_PORT
public static final String PROPERTY_NAME_PARAMETER
public static final String MIN_PORT_PARAMETER
public static final String MAX_PORT_PARAMETER
public DynamicPortPropertiesProviderFactory()
public org.mule.runtime.api.component.ComponentIdentifier getSupportedComponentIdentifier()
getSupportedComponentIdentifier in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactorypublic org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProvider createProvider(org.mule.runtime.config.api.dsl.model.ConfigurationParameters parameters,
org.mule.runtime.config.api.dsl.model.ResourceProvider externalResourceProvider)
createProvider in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderFactoryCopyright © 2019. All rights reserved.