Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule.umo.impl: Javadoc index of package org.mule.umo.impl.


Package Samples:

org.mule.umo.impl

Classes:

MuleEvent: MuleEvent represents any data event occuring in the Mule environment. All data sent or received within the mule environment will be passed between components as an UMOEvent. The UMOEvent holds some data and provides helper methods for obtaining the data in a format that the receiving Mule UMO understands. The event can also maintain any number of properties that can be set and retrieved by Mule UMO components.
MuleFactorySupport: MuleFactorySupport is a factory for creating UniversalMessageObject instances. The MuleFactorySupport class performs all the common functions necessary to create and initialise a MuleUMO. Specific MuleUMO instances must have a factory class that should extend this hsupport class.
DefaultExceptionStrategy: DefaultExceptionStrategy Provides a default exception handling strategy. The class final thus to change exception handling behaviour the user must reimplemented the ExceptionListener Interface
SimpleMuleChain: SimpleMuleChain encapsulates the lowest execution object for a Universal Message Object By implementing this interface an objects can be linked together into an execution chain.
ProviderList: ProviderList encapsulates two lists of ProviderDescriptors; send providers and receive providers. It also provides helper methods to query manipulate and maintain state of the lists.
MuleProxyFactory: MuleProxyFactory is a factory class that creates MuleProxy objects. This class extends PoolableObjectFactory which is part of the jakarta-commons-pool project.
MuleProviderDescriptor: MuleProviderDescriptor describes a Provider in the Mule Server. A provider is a grouping of a connector, an endpoint and a transformer.
MuleUMO: MuleUMO is a basis for all Mule UMOs. It provides and simplifies the logic necessary to send and receive Messages via Mule providers
MuleDescriptor: MuleDescriptor describes all the properties for a Mule UMO. New Mule UMOs can be initialised as needed from their descriptor.
MuleSessionManager: MuleSessionManager Is responsible managing MuleSession instances and any state that may be shared among them.
MuleProxy: MuleProxy is a proxy to a MuleUMO. It is a poolable object that that can be executed in it's own thread.
SessionException: SessionException is thrown when errors occur in the MuleSession or Seession Manager
MuleSession: MuleSession manages the interaction and distribution of events for Mule UMOs.
MuleProxyPool: MuleProxyPool is a pool of Mule proxy objects.
ReceiverProxy: ReceiverProxy TODO (document class)

Home | Contact Us | Privacy Policy | Terms of Service