org.mule.runtime.core.config.spring.SpringRegistryBootstrap instead.@Deprecated public class SimpleRegistryBootstrap extends AbstractRegistryBootstrap
AbstractRegistryBootstrap to populate instances of SimpleRegistryartifactType, logger, muleContext, OBJECT_KEY, SINGLE_TX, TRANSFORMER_KEY| Constructor and Description |
|---|
SimpleRegistryBootstrap(ArtifactType supportedArtifactType,
MuleContext muleContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRegisterObject(ObjectBootstrapProperty bootstrapProperty)
Deprecated.
|
protected void |
doRegisterTransformer(TransformerBootstrapProperty bootstrapProperty,
Class<?> returnClass,
Class<? extends Transformer> transformerClass)
Deprecated.
|
protected void |
registerTransformers()
Deprecated.
|
initialisepublic SimpleRegistryBootstrap(ArtifactType supportedArtifactType, MuleContext muleContext)
supportedArtifactType - type of the artifact to support. This attributes defines which types of registry bootstrap
entries will be created depending on the entry applyToArtifactType parameter value.muleContext - MuleContext in which the objects will be registeredprotected void doRegisterTransformer(TransformerBootstrapProperty bootstrapProperty, Class<?> returnClass, Class<? extends Transformer> transformerClass) throws Exception
doRegisterTransformer in class AbstractRegistryBootstrapExceptionprotected void registerTransformers()
throws org.mule.runtime.api.exception.MuleException
registerTransformers in class AbstractRegistryBootstraporg.mule.runtime.api.exception.MuleExceptionprotected void doRegisterObject(ObjectBootstrapProperty bootstrapProperty) throws Exception
doRegisterObject in class AbstractRegistryBootstrapExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.