public final class DefaultImplicitConnectionProviderFactory extends Object implements ImplicitConnectionProviderFactory
ImplicitConnectionProviderFactory| Constructor and Description |
|---|
DefaultImplicitConnectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.mule.runtime.api.connection.ConnectionProvider<T> |
createImplicitConnectionProvider(String configName,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.config.ConfigurationModel configurationModel,
Event event,
MuleContext muleContext)
Creates a new
ConnectionProvider based on the ConnectionProviderModel available to the
extensionModel and configurationModel |
public DefaultImplicitConnectionProviderFactory()
public <T> org.mule.runtime.api.connection.ConnectionProvider<T> createImplicitConnectionProvider(String configName, org.mule.runtime.api.meta.model.ExtensionModel extensionModel, org.mule.runtime.api.meta.model.config.ConfigurationModel configurationModel, Event event, MuleContext muleContext)
ConnectionProvider based on the ConnectionProviderModel available to the
extensionModel and configurationModelcreateImplicitConnectionProvider in interface ImplicitConnectionProviderFactoryT - the generic type of the connections that the returned provider producesconfigName - the name of the configuration that will own the returned ConnectionProviderconfigurationModel - the model that represents the selected configevent - the Event that will be used to evaluate any default parameters that requires resolving an expressionmuleContext - the Mule node.ConnectionProviderCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.