Uses of Package
org.mule.impl

Packages that use org.mule.impl
org.mule.components.builder   
org.mule.components.script Base classes for script based components such as BeanShell or Groovy. 
org.mule.components.script.jsr223   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.examples.loanbroker.bank   
org.mule.extras.spring.events A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.impl.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.model   
org.mule.impl.model.direct   
org.mule.impl.model.pipeline   
org.mule.impl.model.seda   
org.mule.impl.model.seda.optimised   
org.mule.impl.model.streaming   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.ejb   
org.mule.providers.email Provides pop3, smtp and imap connectivity for Mule
org.mule.providers.file Provides file transport in the form of a directory listeners and file dispatchers. 
org.mule.providers.ftp   
org.mule.providers.http Provides http transport including proxy support. 
org.mule.providers.http.servlet   
org.mule.providers.jbi Allows JBI components to interact with Mule. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.multicast IP multicast connectivity for Mule
org.mule.providers.oracle.jms   
org.mule.providers.rmi   
org.mule.providers.soap   
org.mule.providers.soap.axis Provides an Axis soap transport for Mule
org.mule.providers.soap.xfire   
org.mule.providers.ssl Provides tcp connectivity over Ssl for Mule
org.mule.providers.streaming   
org.mule.providers.tcp Provides tcp connectivity for Mule
org.mule.providers.udp Provides Udp connectivity for Mule
org.mule.providers.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.providers.xmpp   
org.mule.ra 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.tck Provides a suite of abstract test cases that can be used to test you custom Mule extensions. 
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
org.mule.tck.model Test suite for testing Model releated extensions. 
org.mule.tck.providers Test suite for testing custom provider implementations. 
org.mule.tck.testmodels.mule   
org.mule.tools.visualizer.service   
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Classes in org.mule.impl used by org.mule.components.builder
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.components.script
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.components.script.jsr223
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.components.simple
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.config.pool
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.examples.loanbroker.bank
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.extras.spring.events
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.impl
AbstractExceptionListener
          AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
DefaultExceptionStrategy
          DefaultExceptionStrategy provides a default exception handling strategy.
ImmutableMuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
InitialisationCallback
          InitialisationCallback is used to provide customised initialiation for more complex components.
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
ResponseOutputStream
          ResponseOutputStream is an output stream associated with the currently received event.
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
VoidResult
           
 

Classes in org.mule.impl used by org.mule.impl.endpoint
ImmutableMuleEndpoint
          ImmutableMuleEndpoint describes a Provider in the Mule Server.
 

Classes in org.mule.impl used by org.mule.impl.model
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.impl.model.direct
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.impl.model.pipeline
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.impl.model.seda
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.impl.model.seda.optimised
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.impl.model.streaming
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.providers
MuleMessage
          MuleMessage is a wrapper that contains a payload and properties associated with the payload.
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.ejb
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.email
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.file
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.ftp
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.http
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.http.servlet
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.jbi
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.jdbc
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.jms
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.multicast
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.oracle.jms
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.rmi
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.soap
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.providers.soap.axis
InitialisationCallback
          InitialisationCallback is used to provide customised initialiation for more complex components.
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.soap.xfire
AbstractExceptionListener
          AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
DefaultComponentExceptionStrategy
          DefaultComponentExceptionStrategy is the default exception handler for components.
DefaultExceptionStrategy
          DefaultExceptionStrategy provides a default exception handling strategy.
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.providers.ssl
MuleMessage
          MuleMessage is a wrapper that contains a payload and properties associated with the payload.
 

Classes in org.mule.impl used by org.mule.providers.streaming
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.tcp
MuleMessage
          MuleMessage is a wrapper that contains a payload and properties associated with the payload.
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.udp
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.vm
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.providers.xmpp
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.ra
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.tck
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.tck.functional
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.tck.model
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.tck.providers
MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Classes in org.mule.impl used by org.mule.tck.testmodels.mule
AbstractExceptionListener
          AbstractExceptionListener is a base implementation that custom Exception Listeners can override.
DefaultExceptionStrategy
          DefaultExceptionStrategy provides a default exception handling strategy.
DefaultLifecycleAdapter
          DefaultLifecycleAdapter provides lifecycle methods for all Mule managed components.
ThreadSafeAccess
          Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies.
 

Classes in org.mule.impl used by org.mule.tools.visualizer.service
UMODescriptorAware
          UMODescriptorAware is an injector interface that will supply a UMODescriptor to the object.
 

Classes in org.mule.impl used by org.mule.umo.model
NoSatisfiableMethodsException
          NoSatisfiableMethodsException is thrown by EntryPointResolvers when the component passed has no methods that meet the criteria of the configured EntryPointResolver.
TooManySatisfiableMethodsException
          TooManySatisfiableMethodsException is thrown by EntryPointResolvers when the component passed has more than one method that meets the criteria of the configured EntryPointResolver.
 



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