Uses of Class
org.mule.impl.MuleDescriptor

Packages that use MuleDescriptor
org.mule.config.pool A Mule pooling implementation using Jakarta commons-pool. 
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.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. 
 

Uses of MuleDescriptor in org.mule.config.pool
 

Fields in org.mule.config.pool declared as MuleDescriptor
protected  MuleDescriptor AbstractProxyFactory.descriptor
          The UMODescriptor used to create new components in the pool
 

Constructors in org.mule.config.pool with parameters of type MuleDescriptor
CommonsPoolProxyPool(MuleDescriptor descriptor)
          Creates a new pool and an Object factory with the UMODescriptor
CommonsPoolProxyPool(MuleDescriptor descriptor, GenericObjectPool.Config config)
           
CommonsPoolProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
          Creates a pool factory using the descriptor as the basis for creating its objects
AbstractProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
          Creates a pool factory using the descriptor as the basis for creating its objects
 

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

Methods in org.mule.extras.spring.events with parameters of type MuleDescriptor
protected  void MuleEventMulticaster.setSubscriptionsOnDescriptor(MuleDescriptor descriptor)
           
 

Uses of MuleDescriptor in org.mule.impl
 

Constructors in org.mule.impl with parameters of type MuleDescriptor
MuleProxy(java.lang.Object component, MuleDescriptor descriptor, ObjectPool proxyPool)
          Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself
MuleDescriptor(MuleDescriptor descriptor)
           
MuleComponent(MuleDescriptor descriptor)
          Default constructor
InterceptorsInvoker(java.util.List interceptors, MuleDescriptor descriptor, UMOMessage message)
           
 

Uses of MuleDescriptor in org.mule.ra
 

Constructors in org.mule.ra with parameters of type MuleDescriptor
JcaComponent(MuleDescriptor descriptor)
           
 

Uses of MuleDescriptor in org.mule.tck
 

Methods in org.mule.tck that return MuleDescriptor
static MuleDescriptor AbstractMuleTestCase.getTestDescriptor(java.lang.String name, java.lang.String implementation)
           
 

Methods in org.mule.tck with parameters of type MuleDescriptor
static UMOEvent AbstractMuleTestCase.getTestEvent(java.lang.Object data, MuleDescriptor descriptor)
           
static UMOEvent AbstractMuleTestCase.getTestEvent(java.lang.Object data, MuleDescriptor descriptor, UMOEndpoint endpoint)
           
static MuleComponent AbstractMuleTestCase.getTestComponent(MuleDescriptor descriptor)
           
 

Uses of MuleDescriptor in org.mule.tck.functional
 

Fields in org.mule.tck.functional declared as MuleDescriptor
protected  MuleDescriptor AbstractProviderFunctionalTestCase.descriptor
           
 

Methods in org.mule.tck.functional that return MuleDescriptor
static MuleDescriptor AbstractProviderFunctionalTestCase.getTestDescriptor(java.lang.String name, java.lang.String implementation)
           
 

Uses of MuleDescriptor in org.mule.tck.model
 

Methods in org.mule.tck.model with parameters of type MuleDescriptor
abstract  ObjectFactory AbstractProxyPoolFactoryTestCase.getProxyFactory(MuleDescriptor descriptor, ObjectPool pool)
           
abstract  ObjectPool AbstractPoolTestCase.createPool(MuleDescriptor descriptor, byte action)
           
 

Uses of MuleDescriptor in org.mule.tck.providers
 

Fields in org.mule.tck.providers declared as MuleDescriptor
protected  MuleDescriptor AbstractConnectorTestCase.descriptor
           
 



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