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.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.retry   
org.mule.api.service   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
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.spring Support claases for Load Mule from Spring. 
org.mule.config.spring.factories   
org.mule.config.spring.processors   
org.mule.config.support   
org.mule.context   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
org.mule.example.loanbroker.routers   
org.mule.expression   
org.mule.expression.transformers   
org.mule.model   
org.mule.model.direct   
org.mule.model.pipeline   
org.mule.model.seda   
org.mule.module.client.remoting   
org.mule.module.jaas.filters   
org.mule.module.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.module.pgp.filters   
org.mule.module.scripting.component Base classes for script based components such as BeanShell or Groovy. 
org.mule.module.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.module.spring.security.filters.http   
org.mule.module.sxc   
org.mule.module.xml.expression   
org.mule.module.xml.filters Filters that apply specifically to xml using xml querying mechanisms. 
org.mule.module.xml.routing   
org.mule.module.xml.transformer Xml and Xslt Transformer implementations. 
org.mule.retry.policies   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.binding   
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
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.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.testmodels.services   
org.mule.transformer.simple Basic transformer implementations. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.bpm   
org.mule.transport.cxf   
org.mule.transport.cxf.component   
org.mule.transport.cxf.wsdl   
org.mule.transport.ejb   
org.mule.transport.email Provides pop3, smtp and imap connectivity for Mule
org.mule.transport.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.transport.ftp   
org.mule.transport.http Provides http transport including proxy support. 
org.mule.transport.http.components   
org.mule.transport.http.transformers   
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.jms.activemq Provides Jms connectivity with ActiveMQ-specific workarounds and improvements. 
org.mule.transport.jms.weblogic Provides Jms connectivity with Weblogic-specific workarounds and improvements. 
org.mule.transport.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
org.mule.transport.jnp   
org.mule.transport.multicast IP multicast connectivity for Mule
org.mule.transport.quartz   
org.mule.transport.quartz.config   
org.mule.transport.quartz.jobs   
org.mule.transport.rmi   
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
org.mule.transport.soap.axis.wsdl   
org.mule.transport.soap.component   
org.mule.transport.ssl Provides tcp connectivity over Ssl for Mule
org.mule.transport.stdio   
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.transport.xmpp   
org.mule.util Common helper classes for reading/writing files setting bean properties and SPI helpers. 
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
org.mule.util.store   
 

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
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.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.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.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.api.transport
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
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.spring
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.spring.factories
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.spring.processors
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.context
MuleContextBuilder
          Builder that is used to build instances of MuleContext.
MuleContextFactory
          A CopyOfMuleContextFactory 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
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

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.example.loanbroker.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.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.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.direct
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.pipeline
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.
WorkManager
          WorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.
 

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

Classes in org.mule.api.context used by org.mule.module.jaas.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.module.jca
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.module.management.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.module.pgp.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.module.scripting.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.module.spring.events
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

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

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

Classes in org.mule.api.context used by org.mule.module.xml.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.module.xml.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.module.xml.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.module.xml.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.retry.policies
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.binding
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.inbound
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.response
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.tck.functional
MuleContextAware
          Objects who want to be aware of the MuleContext should implement this interface.
 

Classes in org.mule.api.context used by org.mule.tck.testmodels.services
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.transport
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.transport.bpm
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.cxf
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.cxf.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.transport.cxf.wsdl
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.ejb
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.email
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.file
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.ftp
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.http
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.http.components
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.http.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.transport.jdbc
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.jms
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.jms.activemq
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.jms.weblogic
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.jms.websphere
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.jnp
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.multicast
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.quartz
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.quartz.config
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.quartz.jobs
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.rmi
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.servlet
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.servlet.jetty
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.soap.axis
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.soap.axis.wsdl
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.soap.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.transport.ssl
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.stdio
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.tcp
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.udp
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.vm
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.xmpp
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.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.
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.