|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.soap.axis | Provides an Axis soap transport for Mule. |
org.mule.providers.soap.xfire | |
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 | |
---|---|
AbstractProxyFactory(MuleDescriptor descriptor,
UMOModel model)
Creates a pool factory using the descriptor as the basis for creating its objects |
|
CommonsPoolProxyFactory(MuleDescriptor descriptor,
UMOModel model)
Creates a pool factory using the descriptor as the basis for creating its objects |
|
CommonsPoolProxyPool(MuleDescriptor descriptor,
UMOModel model,
GenericObjectPool.Config config)
|
|
CommonsPoolProxyPool(MuleDescriptor descriptor,
UMOModel model,
ObjectFactory factory,
PoolingProfile pp)
Creates a new pool and an Object factory with the UMODescriptor |
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 | |
---|---|
InterceptorsInvoker(List interceptors,
MuleDescriptor descriptor,
UMOMessage message)
|
|
MuleDescriptor(MuleDescriptor descriptor)
|
Uses of MuleDescriptor in org.mule.impl.model |
---|
Fields in org.mule.impl.model declared as MuleDescriptor | |
---|---|
protected MuleDescriptor |
AbstractComponent.descriptor
The Mule descriptor associated with the component |
Constructors in org.mule.impl.model with parameters of type MuleDescriptor | |
---|---|
AbstractComponent(MuleDescriptor descriptor,
UMOModel model)
Default constructor |
|
DefaultMuleProxy(Object component,
MuleDescriptor descriptor,
UMOModel model)
Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself |
Uses of MuleDescriptor in org.mule.impl.model.direct |
---|
Constructors in org.mule.impl.model.direct with parameters of type MuleDescriptor | |
---|---|
DirectComponent(MuleDescriptor descriptor,
UMOModel model)
|
Uses of MuleDescriptor in org.mule.impl.model.pipeline |
---|
Constructors in org.mule.impl.model.pipeline with parameters of type MuleDescriptor | |
---|---|
PipelineComponent(MuleDescriptor descriptor,
UMOModel model)
|
Uses of MuleDescriptor in org.mule.impl.model.seda |
---|
Constructors in org.mule.impl.model.seda with parameters of type MuleDescriptor | |
---|---|
SedaComponent(MuleDescriptor descriptor,
SedaModel model)
Creates a new SEDA component. |
Uses of MuleDescriptor in org.mule.impl.model.seda.optimised |
---|
Constructors in org.mule.impl.model.seda.optimised with parameters of type MuleDescriptor | |
---|---|
OptimisedMuleProxy(Callable component,
MuleDescriptor descriptor,
ObjectPool proxyPool)
Constructs a Proxy using the UMO's AbstractMessageDispatcher and the UMO itself |
|
OptimisedProxyFactory(MuleDescriptor descriptor,
UMOModel model)
|
|
OptimisedSedaComponent(MuleDescriptor descriptor,
OptimisedSedaModel model)
Default constructor |
Uses of MuleDescriptor in org.mule.impl.model.streaming |
---|
Constructors in org.mule.impl.model.streaming with parameters of type MuleDescriptor | |
---|---|
StreamingComponent(MuleDescriptor descriptor,
UMOModel model)
|
Uses of MuleDescriptor in org.mule.providers.soap.axis |
---|
Methods in org.mule.providers.soap.axis that return MuleDescriptor | |
---|---|
protected MuleDescriptor |
AxisConnector.createAxisDescriptor()
|
Uses of MuleDescriptor in org.mule.providers.soap.xfire |
---|
Fields in org.mule.providers.soap.xfire declared as MuleDescriptor | |
---|---|
protected MuleDescriptor |
XFireConnector.xfireDescriptor
|
Methods in org.mule.providers.soap.xfire that return MuleDescriptor | |
---|---|
protected MuleDescriptor |
XFireConnector.createxfireDescriptor()
|
Uses of MuleDescriptor in org.mule.ra |
---|
Methods in org.mule.ra that return MuleDescriptor | |
---|---|
protected MuleDescriptor |
MuleResourceAdapter.createJcaComponent(javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
JcaModel model,
UMOEndpoint endpoint)
|
Constructors in org.mule.ra with parameters of type MuleDescriptor | |
---|---|
JcaComponent(MuleDescriptor descriptor,
UMOWorkManager workManager)
|
Uses of MuleDescriptor in org.mule.tck |
---|
Methods in org.mule.tck that return MuleDescriptor | |
---|---|
static MuleDescriptor |
MuleTestUtils.getTestDescriptor(String name,
String implementation)
|
static MuleDescriptor |
AbstractMuleTestCase.getTestDescriptor(String name,
String implementation)
|
Methods in org.mule.tck with parameters of type MuleDescriptor | |
---|---|
static UMOComponent |
MuleTestUtils.getTestComponent(MuleDescriptor descriptor)
|
static UMOComponent |
AbstractMuleTestCase.getTestComponent(MuleDescriptor descriptor)
|
static UMOEvent |
MuleTestUtils.getTestEvent(Object data,
MuleDescriptor descriptor)
|
static UMOEvent |
AbstractMuleTestCase.getTestEvent(Object data,
MuleDescriptor descriptor)
|
static UMOEvent |
MuleTestUtils.getTestEvent(Object data,
MuleDescriptor descriptor,
UMOImmutableEndpoint endpoint)
|
static UMOEvent |
AbstractMuleTestCase.getTestEvent(Object data,
MuleDescriptor descriptor,
UMOImmutableEndpoint endpoint)
|
Uses of MuleDescriptor in org.mule.tck.functional |
---|
Fields in org.mule.tck.functional declared as MuleDescriptor | |
---|---|
protected MuleDescriptor |
AbstractProviderFunctionalTestCase.descriptor
Deprecated. |
Methods in org.mule.tck.functional that return MuleDescriptor | |
---|---|
static MuleDescriptor |
AbstractProviderFunctionalTestCase.getTestDescriptor(String name,
String implementation)
Deprecated. |
Uses of MuleDescriptor in org.mule.tck.model |
---|
Methods in org.mule.tck.model with parameters of type MuleDescriptor | |
---|---|
abstract ObjectPool |
AbstractPoolTestCase.createPool(MuleDescriptor descriptor,
byte action)
|
abstract ObjectFactory |
AbstractProxyPoolFactoryTestCase.getProxyFactory(MuleDescriptor descriptor,
ObjectPool pool)
|
Uses of MuleDescriptor in org.mule.tck.providers |
---|
Methods in org.mule.tck.providers that return MuleDescriptor | |
---|---|
MuleDescriptor |
AbstractConnectorTestCase.getDescriptor()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |