| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMuleContext |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultMuleEventContext.getMessageAsString(Charset encoding,
MuleContext muleContext)
Deprecated.
Returns the message contents as a string
|
String |
DefaultMuleEventContext.getMessageAsString(MuleContext muleContext)
Deprecated.
Returns the message contents as a string This method will use the default encoding on the event
|
Object |
DefaultMuleEventContext.transformMessage(Class expectedType,
MuleContext muleContext)
Deprecated.
Returns the message transformed into its recognised or expected format.
|
Object |
DefaultMuleEventContext.transformMessage(org.mule.runtime.api.metadata.DataType dataType,
MuleContext muleContext)
Deprecated.
Returns the message transformed into its recognised or expected format.
|
String |
DefaultMuleEventContext.transformMessageToString(MuleContext muleContext)
Deprecated.
Returns the message transformed into it's recognised or expected format and then into a String.
|
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractAgent.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAgent.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
Event.getMuleContext()
Deprecated.
TODO MULE-10013 remove this
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Event.getMessageAsBytes(MuleContext muleContext)
Deprecated.
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
String |
Event.getMessageAsString(Charset encoding,
MuleContext muleContext)
Deprecated.
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
String |
MuleEventContext.getMessageAsString(Charset encoding,
MuleContext muleContext)
Returns the message contents as a string
|
String |
Event.getMessageAsString(MuleContext muleContext)
Deprecated.
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
String |
MuleEventContext.getMessageAsString(MuleContext muleContext)
Returns the message contents as a string This method will use the encoding set on the event
|
<T> T |
Event.transformMessage(Class<T> outputType,
MuleContext muleContext)
Deprecated.
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
Object |
MuleEventContext.transformMessage(Class expectedType,
MuleContext muleContext)
Returns the message transformed into it's recognised or expected format.
|
Object |
Event.transformMessage(org.mule.runtime.api.metadata.DataType outputType,
MuleContext muleContext)
Deprecated.
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
Object |
MuleEventContext.transformMessage(org.mule.runtime.api.metadata.DataType dataType,
MuleContext muleContext)
Returns the message transformed into its recognised or expected format.
|
String |
Event.transformMessageToString(MuleContext muleContext)
Deprecated.
TODO MULE-10013 Move message serialization logic from within the message to an external service
|
String |
MuleEventContext.transformMessageToString(MuleContext muleContext)
Returns the message transformed into it's recognised or expected format and then into a String.
|
| Constructor and Description |
|---|
TransformationService(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractConnectorMessageProcessorProvider.muleContext |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleClientFlowConstruct.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConnectorMessageProcessorProvider.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
MuleClientFlowConstruct(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
LifecycleAdapterFactory.create(Object pojoService,
JC component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationBuilder.configure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided.
|
void |
ParentMuleContextAwareConfigurationBuilder.setParentContext(MuleContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultReplyToHandler.initAfterDeserialisation(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
FlowConstruct.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
static Flow.Builder |
Flow.builder(String name,
MuleContext muleContext)
Creates a new flow builder
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleContextBuilder.buildMuleContext()
Builds a new
MuleContext instance using configured builder instance. |
MuleContext |
MuleContextFactory.createMuleContext()
Returns an existing instance of
MuleContext is one exists, otherwise a new MuleContext instance is created
with defaults. |
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder... configurationBuilders)
Creates a new MuleContext using the given configurationBuilder
|
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builder and c onfigures it with configurationBuilder |
MuleContext |
MuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builders. |
MuleContext |
MuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided. |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContextAware.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
ServerNotification.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleContextListener.onConfiguration(MuleContext context)
Notifies the configuration of a
MuleContext instance, after this notification, the context is ready to be used. |
void |
MuleContextListener.onCreation(MuleContext context)
Notifies the creation of a
MuleContext instance right before the initialization. |
void |
MuleContextListener.onInitialization(MuleContext context)
Notifies after initialization of a
MuleContext instance. |
void |
ServerNotification.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LifecycleUtils.assertNotStopping(MuleContext muleContext,
String errorMessage)
Verifies that the given
muleContext is not stopped or in the process of stopping |
static void |
LifecycleUtils.initialiseIfNeeded(Collection<? extends Object> objects,
boolean inject,
MuleContext muleContext)
For each item in the
objects collection, it invokes LifecycleUtils.initialiseIfNeeded(Object, MuleContext) |
static void |
LifecycleUtils.initialiseIfNeeded(Collection<? extends Object> objects,
MuleContext muleContext)
For each item in the
objects collection, it invokes LifecycleUtils.initialiseIfNeeded(Object, MuleContext) |
static void |
LifecycleUtils.initialiseIfNeeded(Object object,
boolean inject,
MuleContext muleContext)
The same as
LifecycleUtils.initialiseIfNeeded(Object), only that before checking for object being Initialisable, it
uses the given muleContext to perform further initialization. |
static void |
LifecycleUtils.initialiseIfNeeded(Object object,
MuleContext muleContext)
The same as
LifecycleUtils.initialiseIfNeeded(Object), only that before checking for object being Initialisable, it
uses the given muleContext to perform further initialization. |
static void |
LifecycleUtils.initialiseIfNeeded(Object object,
MuleContext muleContext,
FlowConstruct flowConstruct)
The same as
LifecycleUtils.initialiseIfNeeded(Object, MuleContext), only that it also checks if it implements
FlowConstructAware, in which case it will invoke FlowConstructAware.setFlowConstruct(FlowConstruct) with the
given flowConstruct |
static void |
LifecycleUtils.setMuleContextIfNeeded(Collection<? extends Object> objects,
MuleContext muleContext)
Sets an objects
MuleContext if it implements MuleContextAware. |
static void |
LifecycleUtils.setMuleContextIfNeeded(Object object,
MuleContext muleContext)
Sets an objects
MuleContext if it implements MuleContextAware. |
| Constructor and Description |
|---|
PrimaryNodeLifecycleNotificationListener(org.mule.runtime.api.lifecycle.Startable startMeOnPrimaryNodeNotification,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObjectFactory.getInstance(MuleContext muleContext)
Retrieve an instance of the object.
|
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
LoggerMessageProcessor.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerMessageProcessor.setMuleContext(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStrategy |
ProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
RetryContext.getMuleContext() |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractSerializationProtocol.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaObjectSerializer.setMuleContext(MuleContext context) |
void |
AbstractSerializationProtocol.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionFactory.beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
Transaction |
UnboundTransactionFactory.createUnboundTransaction(MuleContext muleContext) |
Transaction |
ExternalTransactionAwareTransactionFactory.joinExternalTransaction(MuleContext muleContext)
Create and begins a new transaction
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
LegacyConnector.getMuleContext()
Deprecated.
Only use this method to use the Connector's MuleContext.
|
| Modifier and Type | Method and Description |
|---|---|
protected MuleContext |
ObjectNameHelper.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
SystemUtils.getDefaultEncoding(MuleContext muleContext) |
static MessagingException |
ExceptionUtils.putContext(MessagingException messagingException,
Processor failingMessageProcessor,
Event event,
FlowConstruct flowConstruct,
MuleContext muleContext) |
static MessagingException |
ExceptionUtils.updateMessagingException(org.slf4j.Logger logger,
Processor processor,
MessagingException exception,
ErrorTypeLocator errorTypeLocator,
ErrorTypeRepository errorTypeRepository,
FlowConstruct flowConstruct,
MuleContext muleContext)
Updates the
MessagingException to be thrown based on the content of the exception parameter and the chain of
causes inside it. |
| Constructor and Description |
|---|
ObjectNameHelper(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
DefaultComponentLifecycleAdapter.muleContext |
protected MuleContext |
AbstractComponent.muleContext |
protected MuleContext |
ComponentLifecycleManager.muleContext |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
DefaultComponentLifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
Object |
PooledJavaComponent.LifeCycleAdapterFactory.getInstance(MuleContext context) |
void |
AbstractComponent.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext) |
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
MuleContext muleContext) |
NullLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticComponent.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
QueueConfiguration |
QueueProfile.configureQueue(MuleContext context,
String component,
QueueManager queueManager) |
static String |
ExceptionHelper.getErrorCodePropertyName(String protocol,
MuleContext muleContext) |
static String |
ExceptionHelper.getErrorMapping(String protocol,
Class exception,
MuleContext muleContext)
Maps an exception thrown for a certain protocol to an error.
|
static String |
ExceptionHelper.getTransportErrorMapping(String protocol,
Class exception,
MuleContext muleContext)
Maps an exception thrown for a certain protocol to an error.
|
static QueueProfile |
QueueProfile.newInstancePersistingToDefaultMemoryQueueStore(MuleContext muleContext) |
static QueueProfile |
QueueProfile.newInstanceWithPersistentQueueStore(MuleContext muleContext) |
void |
DefaultMuleConfiguration.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractRegistryBootstrap.muleContext |
| Constructor and Description |
|---|
AbstractRegistryBootstrap(ArtifactType artifactType,
MuleContext muleContext) |
SimpleRegistryBootstrap(ArtifactType supportedArtifactType,
MuleContext muleContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutoConfigurationBuilder.autoConfigure(MuleContext muleContext,
ConfigResource[] resources) |
void |
AbstractConfigurationBuilder.configure(MuleContext muleContext)
Will configure a MuleContext object based on the builders configuration settings.
|
void |
AbstractResourceConfigurationBuilder.configure(MuleContext muleContext)
Override to check for existence of configResouce before invocation, and set resources n configuration afterwards.
|
protected void |
DefaultsConfigurationBuilder.configureQueueManager(MuleContext muleContext) |
protected abstract void |
AbstractConfigurationBuilder.doConfigure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided.
|
protected void |
DefaultsConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected void |
SimpleConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected void |
AutoConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected void |
DefaultsConfigurationBuilder.registerObject(String serviceId,
Object serviceImpl,
MuleContext muleContext) |
void |
AutoConfigurationBuilder.setParentContext(MuleContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultMuleContextBuilder.buildMuleContext()
Builds a new
MuleContext instance using configured builder instance. |
protected MuleContext |
DefaultMuleContextFactory.buildMuleContext(MuleContextBuilder muleContextBuilder) |
MuleContext |
DefaultMuleContextFactory.createMuleContext()
Creates a MuleContext using a ConfigurationBuilder with defaults needed for a feasible/startable MuleContext and a default
MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder... configurationBuilders)
Creates a MuleContext using a default MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builder and c onfigures it with configurationBuilder |
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and configures it with the list of configuration
builders. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders,
Properties properties,
MuleConfiguration configuration)
Creates a new MuleContext using the given configurationBuilder and configuration.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a MuleContext using a ConfigurationBuilder with defaults needed for a feasible/startable MuleContext
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(String resource)
Creates a new
MuleContext instance from the resource provided. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(String configResources,
Properties properties)
Creates a new
MuleContext instance from the resource provided. |
protected MuleContext |
DefaultMuleContextFactory.doCreateMuleContext(MuleContextBuilder muleContextBuilder,
org.mule.runtime.core.context.DefaultMuleContextFactory.ContextConfigurator configurator) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultMuleContextBuilder.injectMuleContextIfRequired(T object,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleContextNotification.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationHelper.fireNotification(ServerNotification notification,
MuleContext muleContext)
Fires the given
notification using the ServerNotificationHandler that corresponds to the given event |
boolean |
NotificationHelper.isNotificationEnabled(MuleContext muleContext)
Checks if the
ServerNotificationHandler associated to the given event is enabled to fire instances of
NotificationHelper.notificationClass |
void |
MessageProcessingFlowTraceManager.setMuleContext(MuleContext context) |
void |
ServerNotificationManager.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
MuleContextNotification(MuleContext context,
int action) |
MuleContextNotification(MuleContext context,
String action) |
| Constructor and Description |
|---|
DataWeaveExpressionLanguageAdaptor(MuleContext muleContext) |
DefaultExpressionManager(MuleContext muleContext,
StreamingManager streamingManager) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AppContext.muleContext |
| Constructor and Description |
|---|
AppContext(MuleContext muleContext) |
MessageContext(Event event,
Event.Builder eventBuilder,
MuleContext muleContext) |
MuleInstanceContext(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
MessageVariableResolverFactory.muleContext |
protected MuleContext |
MVELExpressionLanguage.muleContext |
protected MuleContext |
MVELExpressionLanguageContext.muleContext |
| Constructor and Description |
|---|
EventVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct) |
EventVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.mvel2.integration.VariableResolverFactory next)
Convenience constructor to allow for more concise creation of VariableResolverFactory chains without and performance overhead
incurred by using a builder.
|
GlobalVariableResolverFactory(Map<String,String> aliases,
Map<String,org.mule.mvel2.ast.Function> functions,
org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext) |
MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder) |
MessageVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
org.mule.mvel2.integration.VariableResolverFactory next)
Convenience constructor to allow for more concise creation of VariableResolverFactory chains without and performance overhead
incurred by using a builder.
|
MVELExpressionLanguage(MuleContext muleContext) |
MVELExpressionLanguageContext(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext) |
StaticVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext) |
VariableVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExceptionListener.doInitialise(MuleContext context) |
protected void |
AbstractSystemExceptionStrategy.doInitialise(MuleContext context) |
protected void |
TemplateOnErrorHandler.doInitialise(MuleContext muleContext) |
protected void |
OnErrorPropagateHandler.doInitialise(MuleContext muleContext) |
protected String |
MessagingException.generateMessage(org.mule.runtime.api.i18n.I18nMessage message,
MuleContext muleContext) |
void |
MessagingExceptionLocationProvider.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
AbstractMessagingExceptionStrategy(MuleContext muleContext) |
MessagingException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.message.Message muleMessage,
MuleContext context)
Deprecated.
use MessagingException(Message, MuleEvent)
|
MessagingException(org.mule.runtime.api.i18n.I18nMessage message,
org.mule.runtime.api.message.Message muleMessage,
MuleContext context,
Throwable cause)
Deprecated.
use MessagingException(Message, MuleEvent, Throwable)
|
MessagingExceptionHandlerToSystemAdapter(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
NotificationFiringProcessingPhase.muleContext |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandlingExecutionTemplate |
ErrorHandlingExecutionTemplate.createErrorHandlingExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
MessagingExceptionHandler messagingExceptionHandler)
Creates a ErrorHandlingExecutionTemplate to be used as the main enthat will route any MessagingException thrown to an
exception listener
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no transaction
configuration
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
TransactionConfig transactionConfig)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no particular
exception listener.
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createScopeExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate for inner scopes within a flow
|
static <T> TransactionalExecutionTemplate<T> |
TransactionalExecutionTemplate.createTransactionalExecutionTemplate(MuleContext muleContext,
TransactionConfig transactionConfig)
Creates a ExecutionTemplate that will manage transactional context according to configured TransactionConfig
|
void |
MuleMessageProcessingManager.setMuleContext(MuleContext context) |
void |
ExceptionToMessagingExceptionExecutionInterceptor.setMuleContext(MuleContext context) |
void |
NotificationFiringProcessingPhase.setMuleContext(MuleContext context) |
void |
MessageProcessorExecutionTemplate.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionArgument.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
DefaultLocalMuleClient.muleContext |
| Constructor and Description |
|---|
DefaultLocalMuleClient(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
ConnectionProviderWrapper.muleContext |
| Constructor and Description |
|---|
DefaultConnectionManager(MuleContext muleContext)
Creates a new instance
|
ErrorTypeHandlerConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> connectionProvider,
MuleContext muleContext,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
RetryPolicyTemplate retryPolicyTemplate) |
LifecycleAwareConnectionProviderWrapper(org.mule.runtime.api.connection.ConnectionProvider<C> delegate,
MuleContext muleContext)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultConnectivityTestingService.setMuleContext(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleConnectorOperationLocator.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
FlowConstructLifecycleManager.muleContext |
protected MuleContext |
AbstractFlowConstruct.muleContext |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
AbstractFlowConstruct.getMuleContext() |
| Constructor and Description |
|---|
AbstractFlowConstruct(String name,
MuleContext muleContext) |
AbstractPipeline(String name,
MuleContext muleContext) |
DefaultFlow(String name,
MuleContext muleContext) |
DefaultFlowBuilder(String name,
MuleContext muleContext)
Creates a new builder
|
FlowConstructLifecycleManager(FlowConstruct flowConstruct,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionMuleEventKeyGenerator.setMuleContext(MuleContext muleContext) |
void |
SHA256MuleEventKeyGenerator.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleLockFactory.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
DefaultLifecycleEnabledObjectPool(ObjectFactory objectFactory,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeBasedTransformerResolver.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
DynamicDataTypeConversionResolver(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
SerializationUtils.deserialize(byte[] objectData,
MuleContext muleContext) |
static Object |
SerializationUtils.deserialize(InputStream inputStream,
ClassLoader cl,
MuleContext muleContext)
Deserializes an
Object from the specified stream. |
static Object |
SerializationUtils.deserialize(InputStream inputStream,
MuleContext muleContext) |
void |
DefaultStreamCloserService.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
LazyLookup(Class<T> type,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
static JournalEntrySerializer<Integer,LocalQueueTxJournalEntry> |
LocalTxQueueTransactionJournal.createLocalTxQueueJournalEntrySerializer(MuleContext muleContext) |
void |
AbstractQueueTxJournalEntry.write(DataOutputStream outputStream,
MuleContext muleContext) |
| Constructor and Description |
|---|
AbstractQueueTxJournalEntry(DataInputStream inputStream,
MuleContext muleContext) |
LocalQueueTxJournalEntry(DataInputStream inputStream,
MuleContext muleContext) |
LocalTxQueueTransactionJournal(String logFilesDirectory,
MuleContext muleContext) |
LocalTxQueueTransactionJournal(String logFilesDirectory,
MuleContext muleContext,
int maximumFileSizeInMegabytes) |
XaQueueTxJournalEntry(DataInputStream inputStream,
MuleContext muleContext) |
XaTxQueueTransactionJournal(String logFilesDirectory,
MuleContext muleContext) |
XaTxQueueTransactionJournal(String logFilesDirectory,
MuleContext muleContext,
Integer maximumFileSizeInMegabytes) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
CommonsPoolObjectPool.muleContext |
| Constructor and Description |
|---|
CommonsPoolObjectPool(ObjectFactory objectFactory,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
MuleContext muleContext)
Creates a new pool and an Object factory with the ServiceDescriptor
|
| Constructor and Description |
|---|
TransactionalQueueSession(QueueProvider queueProvider,
QueueXaResourceManager xaResourceManager,
AbstractResourceManager resourceManager,
XaTransactionRecoverer xaTransactionRecoverer,
LocalTxQueueTransactionJournal localTxTransactionJournal,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApplicationStartupSplashScreen.doFooter(MuleContext context) |
protected void |
ServerStartupSplashScreen.doFooter(MuleContext context) |
protected void |
SplashScreen.doFooter(MuleContext context) |
protected void |
ApplicationStartupSplashScreen.doHeader(MuleContext context) |
protected void |
ServerStartupSplashScreen.doHeader(MuleContext context) |
protected void |
SplashScreen.doHeader(MuleContext context) |
protected void |
ApplicationShutdownSplashScreen.doHeader(MuleContext context) |
protected void |
ServerShutdownSplashScreen.doHeader(MuleContext context) |
void |
SplashScreen.setFooter(MuleContext context) |
void |
SplashScreen.setHeader(MuleContext context)
Setting the header clears body and footer assuming a new splash-screen is built.
|
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
RegistryLifecycleManager.muleContext |
| Modifier and Type | Method and Description |
|---|---|
protected ServerNotification |
NotificationLifecycleObject.createNotification(MuleContext context,
String action) |
void |
LifecycleObject.firePostNotification(MuleContext context) |
void |
NotificationLifecycleObject.firePostNotification(MuleContext context) |
void |
LifecycleObject.firePreNotification(MuleContext context) |
void |
NotificationLifecycleObject.firePreNotification(MuleContext context) |
void |
MuleContextLifecycleManager.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
RegistryBrokerLifecycleManager(String id,
Registry object,
MuleContext muleContext)
Deprecated.
|
RegistryLifecycleManager(String id,
Registry object,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProcessingTimeWatcher.setMuleContext(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultEventBuilder.EventImplementation.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DefaultEventBuilder.EventImplementation.getMessageAsBytes(MuleContext muleContext) |
String |
DefaultEventBuilder.EventImplementation.getMessageAsString(Charset encoding,
MuleContext muleContext)
Returns the message contents for logging
|
String |
DefaultEventBuilder.EventImplementation.getMessageAsString(MuleContext muleContext) |
MuleSession |
SessionHandler.retrieveSessionInfoFromMessage(org.mule.runtime.api.message.Message message,
MuleContext muleContext) |
org.mule.runtime.api.message.Message |
SessionHandler.storeSessionInfoToMessage(MuleSession session,
org.mule.runtime.api.message.Message message,
MuleContext context) |
<T> T |
DefaultEventBuilder.EventImplementation.transformMessage(Class<T> outputType,
MuleContext muleContext) |
Object |
DefaultEventBuilder.EventImplementation.transformMessage(org.mule.runtime.api.metadata.DataType outputType,
MuleContext muleContext) |
String |
DefaultEventBuilder.EventImplementation.transformMessageToString(MuleContext muleContext)
Returns the message transformed into it's recognised or expected format and then into a String.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
JndiObjectFactory.getInstance(MuleContext muleContext) |
Object |
SingletonObjectFactory.getInstance(MuleContext muleContext)
Always returns the same instance of the object.
|
Object |
AbstractObjectFactory.getInstance(MuleContext muleContext)
Creates an initialized object instance based on the class and sets any properties.
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultPolicyInstance.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPolicyManager.setMuleContext(MuleContext muleContext) |
void |
DefaultPolicyInstance.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractInterceptingMessageProcessorBase.muleContext |
protected MuleContext |
InvokerMessageProcessor.muleContext |
protected MuleContext |
AbstractMuleObjectOwner.muleContext |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
AbstractInterceptingMessageProcessorBase.getMuleContext() |
MuleContext |
AbstractMuleObjectOwner.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
DelegateTransactionFactory.beginTransaction(MuleContext muleContext) |
void |
ReferenceProcessor.setMuleContext(MuleContext context) |
void |
ResponseMessageProcessorAdapter.setMuleContext(MuleContext muleContext) |
void |
AbstractInterceptingMessageProcessorBase.setMuleContext(MuleContext context) |
void |
InvokerMessageProcessor.setMuleContext(MuleContext context) |
void |
AbstractRedeliveryPolicy.setMuleContext(MuleContext context) |
void |
AbstractMuleObjectOwner.setMuleContext(MuleContext muleContext) |
| Constructor and Description |
|---|
DelegateTransaction(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractMessageProcessorChain.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageProcessorChain.setMuleContext(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
SimpleMessageProcessor.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleMessageProcessor.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStrategy |
ReactorProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
DirectProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
BlockingProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
WorkQueueStreamProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
DirectStreamPerThreadProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
WorkQueueProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
ReactorStreamProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
TransactionAwareWorkQueueProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
ProactorStreamProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
ProcessingStrategy |
TransactionAwareProactorStreamProcessingStrategyFactory.create(MuleContext muleContext,
String schedulersNamePrefix) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractRegistry.muleContext |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
MuleRegistryHelper.getMuleContext() |
| Constructor and Description |
|---|
AbstractRegistry(String id,
MuleContext muleContext) |
AbstractRegistryBroker(MuleContext muleContext)
Deprecated.
|
DefaultRegistryBroker(MuleContext context)
Deprecated.
|
MuleContextProcessor(MuleContext context)
Deprecated.
|
MuleRegistryHelper(DefaultRegistryBroker registry,
MuleContext muleContext) |
SimpleRegistry(MuleContext muleContext) |
TransientRegistry(MuleContext muleContext)
Deprecated.
|
TransientRegistry(String id,
MuleContext muleContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
DefaultRetryContext.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRetryContext.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
FutureRetryContext.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPolicyTemplate.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractUntilSuccessfulProcessingStrategy.muleContext |
protected MuleContext |
AbstractAggregator.muleContext |
protected MuleContext |
IdempotentMessageValidator.muleContext |
| Modifier and Type | Method and Description |
|---|---|
protected MuleContext |
AbstractRoutingStrategy.getMuleContext() |
MuleContext |
UntilSuccessfulConfiguration.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
AsynchronousUntilSuccessfulProcessingStrategy.buildQueueKey(Event muleEvent,
FlowConstruct flow,
MuleContext muleContext) |
protected EventCorrelatorCallback |
Resequencer.getCorrelatorCallback(MuleContext muleContext) |
protected EventCorrelatorCallback |
AbstractCorrelationAggregator.getCorrelatorCallback(MuleContext muleContext) |
protected abstract EventCorrelatorCallback |
AbstractAggregator.getCorrelatorCallback(MuleContext muleContext) |
protected EventCorrelatorCallback |
MessageChunkAggregator.getCorrelatorCallback(MuleContext muleContext) |
protected EventCorrelatorCallback |
SimpleCollectionAggregator.getCorrelatorCallback(MuleContext muleContext) |
void |
EventGroup.initAfterDeserialisation(MuleContext context) |
void |
AbstractSelectiveRouter.setMuleContext(MuleContext context) |
void |
AbstractUntilSuccessfulProcessingStrategy.setMuleContext(MuleContext muleContext) |
void |
MessageProcessorFilterPair.setMuleContext(MuleContext context) |
void |
AbstractAggregator.setMuleContext(MuleContext context) |
void |
IdempotentMessageValidator.setMuleContext(MuleContext context) |
void |
MessageFilter.setMuleContext(MuleContext context) |
void |
IdempotentSecureHashMessageValidator.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
AbstractRoutingStrategy(MuleContext muleContext) |
EventGroup(Object groupId,
MuleContext muleContext) |
EventGroup(Object groupId,
MuleContext muleContext,
Optional<Integer> expectedSize,
String storePrefix) |
FirstSuccessfulRoutingStrategy(MuleContext muleContext,
String failureExpression,
org.mule.runtime.core.routing.FirstSuccessfulRoutingStrategy.RouteProcessor processor) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
ResequenceMessagesCorrelatorCallback.muleContext |
protected MuleContext |
CollectionCorrelatorCallback.muleContext |
| Constructor and Description |
|---|
CollectionCorrelatorCallback(MuleContext muleContext,
String storePrefix) |
EventCorrelator(EventCorrelatorCallback callback,
Processor timeoutMessageProcessor,
MuleContext muleContext,
FlowConstruct flowConstruct,
PartitionableObjectStore correlatorStore,
String storePrefix,
org.mule.runtime.api.store.ObjectStore<Long> processedGroups) |
ResequenceCorrelatorCallback(Comparator<Event> eventComparator,
MuleContext muleContext,
String storePrefix) |
ResequenceMessagesCorrelatorCallback(Comparator eventComparator,
MuleContext muleContext,
String storePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionFilter.setMuleContext(MuleContext context) |
void |
WildcardFilter.setMuleContext(MuleContext context) |
void |
RegExFilter.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
MuleContext |
AbstractOutboundRouter.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOutboundRouter.setMuleContext(MuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAsyncRequestReplyRequester.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractSecurityFilter.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSecurityFilter.setMuleContext(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
StartableCompositeMessageSource.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterizableMessageSourceWrapper.setMuleContext(MuleContext context) |
void |
StartableCompositeMessageSource.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
ClusterizableMessageSourceWrapper(MuleContext muleContext,
ClusterizableMessageSource messageSource,
FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSchedulerMessageSource.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
DefaultSchedulerMessageSource(MuleContext muleContext,
PeriodicScheduler scheduler) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractTransaction.muleContext |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
XaTransactionFactory.beginTransaction(MuleContext muleContext) |
Transaction |
XaTransactionFactory.joinExternalTransaction(MuleContext muleContext)
Create a Mule transaction that represents a transaction started outside of Mule
|
void |
MuleTransactionConfig.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
AbstractSingleResourceTransaction(MuleContext muleContext) |
AbstractTransaction(MuleContext muleContext) |
ExternalXaTransaction(MuleContext muleContext) |
XaTransaction(MuleContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
AbstractTransformer.muleContext |
| Modifier and Type | Method and Description |
|---|---|
static List<Transformer> |
TransformerUtils.getTransformers(String names,
MuleContext muleContext)
Builds a list of Transformers.
|
void |
CompositeConverter.setMuleContext(MuleContext context) |
void |
AbstractTransformer.setMuleContext(MuleContext context) |
void |
TransformerChain.setMuleContext(MuleContext muleContext) |
static <T> Object |
TransformerUtils.transformToAny(T input,
MuleContext muleContext,
org.mule.runtime.api.metadata.DataType... supportedTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
CopyPropertiesProcessor.setMuleContext(MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
TransformerPairWireFormat.muleContext |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformerPairWireFormat.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
ExpiryMonitor(MuleContext muleContext,
boolean onPollingNodeOnly) |
ExpiryMonitor(String name,
long monitorFrequency,
MuleContext muleContext,
boolean onPollingNodeOnly) |
| Modifier and Type | Method and Description |
|---|---|
protected MuleContext |
AbstractQueueManager.getMuleContext() |
protected MuleContext |
AbstractQueueSession.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueueManager.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
AbstractQueueSession(QueueProvider queueProvider,
MuleContext muleContext) |
DefaultQueueStore(String name,
MuleContext muleContext,
QueueConfiguration config) |
DualRandomAccessFileQueueStoreDelegate(String queueName,
String workingDirectory,
MuleContext muleContext,
int capacity) |
TransactionAwareQueueStore(QueueStore queue,
TransactionContextProvider transactionContextProvider,
MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleContext |
MonitoredObjectStoreWrapper.context |
protected MuleContext |
AbstractMonitoredObjectStore.context |
| Modifier and Type | Method and Description |
|---|---|
protected MuleContext |
AbstractMonitoredObjectStore.getMuleContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DeserializationPostInitialisable.Implementation.init(Object object,
MuleContext muleContext) |
void |
MuleObjectStoreManager.setMuleContext(MuleContext context) |
void |
MonitoredObjectStoreWrapper.setMuleContext(MuleContext context) |
void |
AbstractMonitoredObjectStore.setMuleContext(MuleContext context) |
void |
PartitionedPersistentObjectStore.setMuleContext(MuleContext context) |
| Constructor and Description |
|---|
PartitionedObjectStoreWrapper(String name,
MuleContext context,
ListableObjectStore<T> store) |
PartitionedPersistentObjectStore(MuleContext context) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.