Uses of Interface
org.mule.umo.UMODescriptor

Packages that use UMODescriptor
org.mule.components.script Base classes for script based components such as BeanShell or Groovy. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
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.internal.admin Admin compoennts and Agents used to control and Monitor Mule 
org.mule.management.mbeans   
org.mule.model Implementation of the Mule model and supporting configuration classes such as Reference resolvers and EntryPoint resolvers. 
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.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
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.umo 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.umo.lifecycle Lifecycle interfaces for all UMOcomponents. 
org.mule.umo.model Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. 
 

Uses of UMODescriptor in org.mule.components.script
 

Fields in org.mule.components.script declared as UMODescriptor
protected  UMODescriptor AbstractScriptComponent.descriptor
           
 

Methods in org.mule.components.script with parameters of type UMODescriptor
 void AbstractScriptComponent.setDescriptor(UMODescriptor descriptor)
           
 

Uses of UMODescriptor in org.mule.config.builders
 

Methods in org.mule.config.builders that return UMODescriptor
 UMODescriptor QuickConfigurationBuilder.registerComponentInstance(java.lang.Object component, java.lang.String name, UMOEndpointURI listenerEndpointUri)
          Registers a java object as a Umo pcomponent that listens for events on the given url.
 UMODescriptor QuickConfigurationBuilder.registerComponentInstance(java.lang.Object component, java.lang.String name, UMOEndpointURI listenerEndpointUri, UMOEndpointURI sendEndpointUri)
          Registers a java object as a Umo pcomponent that listens for and sends events on the given urls.
 UMODescriptor QuickConfigurationBuilder.createDescriptor(java.lang.String implementation, java.lang.String name, java.lang.String inboundEndpointUri, java.lang.String outboundEndpointUri, java.util.Map properties)
          Creates a Mule Descriptor that can be further maniputalted by the calling class before registering it with the UMOModel
 UMODescriptor QuickConfigurationBuilder.createDescriptor(java.lang.String implementation, java.lang.String name, UMOEndpointURI inboundEndpointUri, UMOEndpointURI outboundEndpointUri, java.util.Map properties)
          Creates a Mule Descriptor that can be further maniputalted by the calling class before registering it with the UMOModel
 UMODescriptor QuickConfigurationBuilder.createDescriptor(java.lang.String implementation, java.lang.String name, UMOEndpoint inboundEndpoint, UMOEndpoint outboundEndpoint, java.util.Map properties)
          Creates a Mule Descriptor that can be further maniputalted by the calling class before registering it with the UMOModel
 

Methods in org.mule.config.builders with parameters of type UMODescriptor
 UMOComponent QuickConfigurationBuilder.registerComponent(UMODescriptor descriptor)
          Registers a user configured MuleDescriptor of a components to the server.
 

Uses of UMODescriptor in org.mule.config.pool
 

Methods in org.mule.config.pool with parameters of type UMODescriptor
 ObjectPool CommonsPoolFactory.createPool(UMODescriptor descriptor)
           
 

Uses of UMODescriptor in org.mule.extras.client
 

Methods in org.mule.extras.client with parameters of type UMODescriptor
protected  UMOEndpoint MuleClient.getDefaultClientEndpoint(UMODescriptor descriptor, java.lang.Object payload)
           
 void MuleClient.registerComponent(UMODescriptor descriptor)
          Registers a user configured MuleDescriptor of a components to the server.
 

Uses of UMODescriptor in org.mule.extras.spring.events
 

Methods in org.mule.extras.spring.events that return UMODescriptor
protected  UMODescriptor MuleEventMulticaster.getDefaultDescriptor()
           
 

Uses of UMODescriptor in org.mule.impl
 

Classes in org.mule.impl that implement UMODescriptor
 class MuleDescriptor
          MuleDescriptor describes all the properties for a Mule UMO.
 

Methods in org.mule.impl that return UMODescriptor
 UMODescriptor MuleModel.getDescriptor(java.lang.String name)
           
 UMODescriptor MuleEventContext.getComponentDescriptor()
           
 UMODescriptor MuleComponent.getDescriptor()
           
 UMODescriptor DefaultLifecycleAdapter.getDescriptor()
           
 

Methods in org.mule.impl with parameters of type UMODescriptor
 void UMODescriptorAware.setDescriptor(UMODescriptor descriptor)
           
 UMOComponent MuleModel.registerComponent(UMODescriptor descriptor)
           
 void MuleModel.unregisterComponent(UMODescriptor descriptor)
           
 UMOComponent MuleComponentFactory.create(UMODescriptor descriptor)
           
 UMOLifecycleAdapter DefaultLifecycleAdapterFactory.create(java.lang.Object component, UMODescriptor descriptor, UMOEntryPointResolver resolver)
           
protected  void DefaultLifecycleAdapter.initialise(java.lang.Object component, UMODescriptor descriptor, UMOEntryPointResolver epDiscovery)
           
 

Constructors in org.mule.impl with parameters of type UMODescriptor
DefaultLifecycleAdapter(java.lang.Object component, UMODescriptor descriptor)
           
DefaultLifecycleAdapter(java.lang.Object component, UMODescriptor descriptor, UMOEntryPointResolver epResolver)
           
 

Uses of UMODescriptor in org.mule.impl.internal.admin
 

Methods in org.mule.impl.internal.admin that return UMODescriptor
static UMODescriptor MuleManagerComponent.getDescriptor(UMOConnector connector, UMOEndpointURI endpointUri)
           
 

Uses of UMODescriptor in org.mule.management.mbeans
 

Methods in org.mule.management.mbeans that return UMODescriptor
 UMODescriptor ModelServiceMBean.getComponentDescriptor(java.lang.String name)
           
 UMODescriptor ModelService.getComponentDescriptor(java.lang.String name)
           
 

Uses of UMODescriptor in org.mule.model
 

Methods in org.mule.model with parameters of type UMODescriptor
 UMOEntryPoint DynamicEntryPointResolver.resolveEntryPoint(UMODescriptor descriptor)
           
 

Uses of UMODescriptor in org.mule.ra
 

Methods in org.mule.ra that return UMODescriptor
 UMODescriptor JcaComponent.getDescriptor()
           
 

Methods in org.mule.ra with parameters of type UMODescriptor
 UMOComponent JcaComponentFactory.create(UMODescriptor descriptor)
           
 

Uses of UMODescriptor in org.mule.routing.outbound
 

Constructors in org.mule.routing.outbound with parameters of type UMODescriptor
OutboundPassThroughRouter(UMODescriptor descriptor)
           
 

Uses of UMODescriptor in org.mule.tck.functional
 

Methods in org.mule.tck.functional with parameters of type UMODescriptor
 UMOComponent AbstractProviderFunctionalTestCase.initialiseComponent(UMODescriptor descriptor, byte txBeginAction, byte txCommitAction, EventCallback callback)
           
 

Uses of UMODescriptor in org.mule.tck.model
 

Methods in org.mule.tck.model that return UMODescriptor
 UMODescriptor AbstractEntryPointDiscoveryTestCase.getDescriptorToResolve(java.lang.String className)
           
 

Uses of UMODescriptor in org.mule.umo
 

Methods in org.mule.umo that return UMODescriptor
 UMODescriptor UMOEventContext.getComponentDescriptor()
           
 UMODescriptor UMOComponent.getDescriptor()
           
 

Uses of UMODescriptor in org.mule.umo.lifecycle
 

Methods in org.mule.umo.lifecycle that return UMODescriptor
 UMODescriptor UMOLifecycleAdapter.getDescriptor()
           
 

Methods in org.mule.umo.lifecycle with parameters of type UMODescriptor
 UMOLifecycleAdapter UMOLifecycleAdapterFactory.create(java.lang.Object component, UMODescriptor descriptor, UMOEntryPointResolver resolver)
           
 

Uses of UMODescriptor in org.mule.umo.model
 

Methods in org.mule.umo.model that return UMODescriptor
 UMODescriptor UMOModel.getDescriptor(java.lang.String name)
          Returns a descriptor for the given component name
 

Methods in org.mule.umo.model with parameters of type UMODescriptor
 ObjectPool UMOPoolFactory.createPool(UMODescriptor descriptor)
           
 UMOComponent UMOModel.registerComponent(UMODescriptor descriptor)
          Registers a UMODescriptor with the MuleManager.
 void UMOModel.unregisterComponent(UMODescriptor descriptor)
          Unregisters a component From the model
 UMOEntryPoint UMOEntryPointResolver.resolveEntryPoint(UMODescriptor componentDescriptor)
           
 UMOComponent UMOComponentFactory.create(UMODescriptor descriptor)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.