Uses of Package
org.mule.api.context

Packages that use org.mule.api.context
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.agent Admin components and Agents used to control and Monitor Mule 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.config   
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.api.context.notification   
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
org.mule.api.processor   
org.mule.api.retry   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.transformer Contains the interfaces for transformers and exceptions for the Transformer API. 
org.mule.api.transformer.wire   
org.mule.api.util   
org.mule.component   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.bootstrap   
org.mule.config.dsl.routers   
org.mule.config.pool   
org.mule.config.support   
org.mule.construct   
org.mule.context   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.el   
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.endpoint.outbound   
org.mule.enricher   
org.mule.exception   
org.mule.execution   
org.mule.expression   
org.mule.expression.transformers   
org.mule.interceptor   
org.mule.lifecycle   
org.mule.lifecycle.phases   
org.mule.lifecycle.processor   
org.mule.management.stats Jmx statistics support used to monitor messaging status for various Mule components. 
org.mule.model   
org.mule.model.seda   
org.mule.processor   
org.mule.processor.chain   
org.mule.registry   
org.mule.retry   
org.mule.retry.async   
org.mule.retry.policies   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.requestreply   
org.mule.security Core security implementation including the mule security manager and encryption types 
org.mule.security.filters Core sercurity filter types. 
org.mule.service   
org.mule.service.processor   
org.mule.source   
org.mule.transaction Contains the core transaction support classes and exception types. 
org.mule.transformer Provides the default transformer base implementations for Mule including compression and encryption support. 
org.mule.transformer.codec Transformers for Base64, UC and UU encoding/decoding. 
org.mule.transformer.compression Transformers for compressing and uncompressing message payloads. 
org.mule.transformer.encryption Transformers for encrypting and decrypting message payloads. 
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transformer.wire   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.service Provides SPI support for building mule connectors and providers using service descriptors. 
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
org.mule.util.lock   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
org.mule.util.store   
org.mule.work A javax.resource.spi.WorkManager implementation. 
 

Classes in org.mule.api.context used by org.mule
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.agent
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.api.config
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.api.context
MuleContextBuilder
          Builder that is used to build instances of MuleContext.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.api.context.notification
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.endpoint
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.model
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.processor
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.retry
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.api.routing
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.transformer
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.transformer.wire
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.api.util
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.component
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.component.simple
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.config
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.config.bootstrap
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.config.dsl.routers
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.config.pool
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.config.support
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.construct
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.context
MuleContextBuilder
          Builder that is used to build instances of MuleContext.
MuleContextFactory
          A MuleContextFactory is used to create instances of MuleContext.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.context.notification
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.el
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.endpoint
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.endpoint.outbound
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.enricher
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.exception
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.execution
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.expression
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.expression.transformers
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.interceptor
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.lifecycle
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.lifecycle.phases
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.lifecycle.processor
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.management.stats
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.model
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.model.seda
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.processor
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
WorkManagerSource
           
 

Classes in org.mule.api.context used by org.mule.processor.chain
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.registry
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.retry
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.retry.async
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.retry.policies
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.routing
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.routing.filters
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.routing.outbound
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.routing.requestreply
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.security
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.security.filters
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.service
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.service.processor
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.source
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transaction
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transformer
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transformer.codec
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transformer.compression
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transformer.encryption
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transformer.simple
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transformer.wire
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.transport
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

Classes in org.mule.api.context used by org.mule.transport.service
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.util
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.util.lock
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.util.queue
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.util.store
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.work
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 



Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.