public interface ExtensionManagerAdapter extends org.mule.extension.ExtensionManager
ExtensionManager with functionality
that is internal to this implementation
of the extensions API and that extensions
themselves shouldn't be able to access| Modifier and Type | Method and Description |
|---|---|
<C> C |
getConfigurationInstance(org.mule.extension.runtime.ConfigurationInstanceProvider<C> configurationInstanceProvider,
org.mule.extension.runtime.OperationContext operationContext)
Returns a configuration instance obtained through the given
configurationInstanceProvider and for the
provided operationContext. |
discoverExtensions, getExtensions, getExtensionsCapableOf, getOperationExecutor, getOperationExecutor, registerConfigurationInstanceProvider, registerExtension<C> C getConfigurationInstance(org.mule.extension.runtime.ConfigurationInstanceProvider<C> configurationInstanceProvider, org.mule.extension.runtime.OperationContext operationContext)
configurationInstanceProvider and for the
provided operationContext. This method will fail
if configurationInstanceProvider hasn't previously been
registered through the ExtensionManager.registerConfigurationInstanceProvider(String, ConfigurationInstanceProvider)
methodC - the type of the configuration instance to be returnedconfigurationInstanceProvider - a registered ConfigurationInstanceProvideroperationContext - a OperationContextCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.