|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UMOComponent | |
| org.mule.config.builders | Various configuration builders for configuring a Mule Instance. |
| 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.providers | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.providers.dq | |
| 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.gs | Allows Mule to send and receive events the GigaSpaces Jini JavaSpace implementation. |
| org.mule.providers.http | Provides http transport including proxy support. |
| org.mule.providers.http.jetty | |
| 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.quartz | |
| org.mule.providers.rmi | |
| org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| org.mule.providers.soap | |
| org.mule.providers.soap.axis | Provides an Axis soap transport for Mule. |
| org.mule.providers.soap.glue | Provides an Glue soap transport for Mule. |
| org.mule.providers.soap.xfire | |
| org.mule.providers.space | Allows Mule to send and receive events via the Mule Space API. |
| org.mule.providers.ssl | Provides tcp connectivity over Ssl for Mule. |
| org.mule.providers.stream | |
| 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.providers | Test suite for testing custom provider implementations. |
| org.mule.tck.testmodels.mule | |
| 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.model | Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc. |
| org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
| org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
| Uses of UMOComponent in org.mule.config.builders |
| Methods in org.mule.config.builders that return UMOComponent | |
UMOComponent |
QuickConfigurationBuilder.registerComponent(String implementation,
String name,
String inboundEndpoint,
String outboundEndpoint,
Map properties)
|
UMOComponent |
QuickConfigurationBuilder.registerComponent(String implementation,
String name,
UMOEndpoint inEndpoint,
UMOEndpoint outEndpoint,
Map properties)
|
UMOComponent |
QuickConfigurationBuilder.registerComponent(UMODescriptor descriptor)
Registers a user configured MuleDescriptor of a components to the server. |
UMOComponent |
QuickConfigurationBuilder.registerComponent(String implementation,
String name,
UMOEndpointURI inboundEndpointUri)
Registers a java object as a Umo pcomponent that listens for events on the given url. |
UMOComponent |
QuickConfigurationBuilder.registerComponent(String implementation,
String name,
UMOEndpointURI inboundEndpointUri,
Map properties)
Registers a java object as a Umo pcomponent that listens for events on the given url. |
UMOComponent |
QuickConfigurationBuilder.registerComponent(String implementation,
String name,
UMOEndpointURI inboundEndpointUri,
UMOEndpointURI outboundEndpointUri)
Registers a java object as a Umo pcomponent that listens for and sends events on the given urls. |
UMOComponent |
QuickConfigurationBuilder.registerComponent(String implementation,
String name,
UMOEndpointURI inboundEndpointUri,
UMOEndpointURI outboundEndpointUri,
Map properties)
Registers a java object as a Umo pcomponent that listens for and sends events on the given urls. |
| Uses of UMOComponent in org.mule.extras.spring.events |
| Fields in org.mule.extras.spring.events declared as UMOComponent | |
protected UMOComponent |
MuleEventMulticaster.component
The mule instance compoennt for the Multicaster |
| Uses of UMOComponent in org.mule.impl |
| Fields in org.mule.impl declared as UMOComponent | |
protected UMOComponent |
DefaultComponentExceptionStrategy.component
The component to which the Exception handler belongs |
| Methods in org.mule.impl that return UMOComponent | |
UMOComponent |
MuleEvent.getComponent()
Gets the recipient component of this event |
UMOComponent |
MuleSession.getComponent()
|
UMOComponent |
DefaultComponentExceptionStrategy.getComponent()
|
| Methods in org.mule.impl with parameters of type UMOComponent | |
void |
DefaultComponentExceptionStrategy.setComponent(UMOComponent component)
|
| Constructors in org.mule.impl with parameters of type UMOComponent | |
MuleEvent(UMOMessage message,
UMOImmutableEndpoint endpoint,
UMOComponent component,
UMOEvent previousEvent)
Properties cache that only reads properties once from the inbound message and merges them with any properties on the endpoint. |
|
FailedToQueueEventException(Message message,
UMOMessage umoMessage,
UMOComponent component)
|
|
FailedToQueueEventException(Message message,
UMOMessage umoMessage,
UMOComponent component,
Throwable cause)
|
|
FailedToQueueEventException(UMOMessage umoMessage,
UMOComponent component,
Throwable cause)
|
|
MuleSession(UMOComponent component)
|
|
MuleSession(UMOMessage message,
UMOSessionHandler requestSessionHandler,
UMOComponent component)
|
|
DefaultComponentExceptionStrategy(UMOComponent component)
Constructor |
|
| Uses of UMOComponent in org.mule.impl.model |
| Classes in org.mule.impl.model that implement UMOComponent | |
class |
AbstractComponent
A base implementation for all UMOComponents in Mule |
| Methods in org.mule.impl.model that return UMOComponent | |
UMOComponent |
AbstractModel.registerComponent(UMODescriptor descriptor)
|
UMOComponent |
AbstractModel.getComponent(String name)
|
protected abstract UMOComponent |
AbstractModel.createComponent(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.impl.model.direct |
| Classes in org.mule.impl.model.direct that implement UMOComponent | |
class |
DirectComponent
A direct component invokes the service component directly without any threading or pooling, even when the nvocation is asynchronous |
| Methods in org.mule.impl.model.direct that return UMOComponent | |
protected UMOComponent |
DirectModel.createComponent(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.impl.model.pipeline |
| Classes in org.mule.impl.model.pipeline that implement UMOComponent | |
class |
PipelineComponent
todo document |
| Methods in org.mule.impl.model.pipeline that return UMOComponent | |
protected UMOComponent |
PipelineModel.createComponent(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.impl.model.seda |
| Classes in org.mule.impl.model.seda that implement UMOComponent | |
class |
SedaComponent
A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component. |
| Methods in org.mule.impl.model.seda that return UMOComponent | |
protected UMOComponent |
SedaModel.createComponent(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.impl.model.seda.optimised |
| Classes in org.mule.impl.model.seda.optimised that implement UMOComponent | |
class |
OptimisedSedaComponent
A Seda component runs inside a Seda Model and is responsible for managing a Seda Queue and thread pool for a Mule sevice component. |
| Methods in org.mule.impl.model.seda.optimised that return UMOComponent | |
protected UMOComponent |
OptimisedSedaModel.createComponent(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.providers |
| Fields in org.mule.providers declared as UMOComponent | |
protected UMOComponent |
AbstractMessageReceiver.component
The Component with which this receiver is associated with |
| Methods in org.mule.providers that return UMOComponent | |
UMOComponent |
AbstractMessageReceiver.getComponent()
|
| Methods in org.mule.providers with parameters of type UMOComponent | |
UMOMessageReceiver |
AbstractServiceEnabledConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
UMOMessageReceiver |
AbstractConnector.registerListener(UMOComponent component,
UMOEndpoint endpoint)
|
protected Object |
AbstractConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
void |
AbstractConnector.unregisterListener(UMOComponent component,
UMOEndpoint endpoint)
|
abstract UMOMessageReceiver |
AbstractConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
AbstractMessageReceiver |
AbstractConnector.getReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
void |
AbstractMessageReceiver.setComponent(UMOComponent component)
|
| Constructors in org.mule.providers with parameters of type UMOComponent | |
TransactedPollingMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
AbstractMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
Creates the Message Receiver |
|
PollingMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
| Uses of UMOComponent in org.mule.providers.dq |
| Methods in org.mule.providers.dq with parameters of type UMOComponent | |
UMOMessageReceiver |
DQConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.dq with parameters of type UMOComponent | |
DQMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency,
DataQueue pDq,
AS400 pAs400)
|
|
| Uses of UMOComponent in org.mule.providers.ejb |
| Constructors in org.mule.providers.ejb with parameters of type UMOComponent | |
EjbMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
| Uses of UMOComponent in org.mule.providers.email |
| Methods in org.mule.providers.email with parameters of type UMOComponent | |
UMOMessageReceiver |
Pop3Connector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
UMOMessageReceiver |
SmtpConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.email with parameters of type UMOComponent | |
Pop3MessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long checkFrequency,
String backupFolder)
|
|
| Uses of UMOComponent in org.mule.providers.file |
| Methods in org.mule.providers.file with parameters of type UMOComponent | |
protected Object |
FileConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
|
UMOMessageReceiver |
FileConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
Registers a listener for a particular directory The following properties can be overriden in the endpoint declaration moveToDirectory filterPatterns filterClass pollingFrequency |
| Constructors in org.mule.providers.file with parameters of type UMOComponent | |
FileMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
String readDir,
String moveDir,
String moveToPattern,
Long frequency)
|
|
| Uses of UMOComponent in org.mule.providers.ftp |
| Methods in org.mule.providers.ftp with parameters of type UMOComponent | |
UMOMessageReceiver |
FtpConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.ftp with parameters of type UMOComponent | |
FtpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
| Uses of UMOComponent in org.mule.providers.gs |
| Methods in org.mule.providers.gs with parameters of type UMOComponent | |
protected Object |
GSConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
| Uses of UMOComponent in org.mule.providers.http |
| Methods in org.mule.providers.http with parameters of type UMOComponent | |
UMOMessageReceiver |
HttpConnector.registerListener(UMOComponent component,
UMOEndpoint endpoint)
|
protected Object |
HttpConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
| Constructors in org.mule.providers.http with parameters of type UMOComponent | |
HttpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
PollingHttpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
PollingHttpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
HttpsMessageReceiver(AbstractConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.http.jetty |
| Constructors in org.mule.providers.http.jetty with parameters of type UMOComponent | |
JettyHttpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.http.servlet |
| Constructors in org.mule.providers.http.servlet with parameters of type UMOComponent | |
ServletMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.jbi |
| Constructors in org.mule.providers.jbi with parameters of type UMOComponent | |
JbiMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.jdbc |
| Methods in org.mule.providers.jdbc with parameters of type UMOComponent | |
UMOMessageReceiver |
JdbcConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.jdbc with parameters of type UMOComponent | |
JdbcMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
String readStmt,
String ackStmt)
|
|
| Uses of UMOComponent in org.mule.providers.jms |
| Methods in org.mule.providers.jms with parameters of type UMOComponent | |
protected Object |
JmsConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.jms with parameters of type UMOComponent | |
TransactedSingleResourceJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
JmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TransactedJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
SingleJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.multicast |
| Constructors in org.mule.providers.multicast with parameters of type UMOComponent | |
MulticastMessageReceiver(AbstractConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.oracle.jms |
| Constructors in org.mule.providers.oracle.jms with parameters of type UMOComponent | |
OracleJmsMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.quartz |
| Constructors in org.mule.providers.quartz with parameters of type UMOComponent | |
QuartzMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.rmi |
| Methods in org.mule.providers.rmi with parameters of type UMOComponent | |
UMOMessageReceiver |
RmiConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.rmi with parameters of type UMOComponent | |
RmiMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long frequency)
|
|
RmiCallbackMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.service |
| Methods in org.mule.providers.service with parameters of type UMOComponent | |
UMOMessageReceiver |
ConnectorServiceDescriptor.createMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
UMOMessageReceiver |
ConnectorServiceDescriptor.createMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Object[] args)
|
| Uses of UMOComponent in org.mule.providers.soap |
| Methods in org.mule.providers.soap with parameters of type UMOComponent | |
static Class[] |
ServiceProxy.getInterfacesForComponent(UMOComponent component)
|
| Uses of UMOComponent in org.mule.providers.soap.axis |
| Methods in org.mule.providers.soap.axis with parameters of type UMOComponent | |
protected Object |
AxisConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
UMOMessageReceiver |
AxisConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.soap.axis with parameters of type UMOComponent | |
AxisMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.soap.glue |
| Methods in org.mule.providers.soap.glue with parameters of type UMOComponent | |
UMOMessageReceiver |
GlueConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
protected Object |
GlueConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.soap.glue with parameters of type UMOComponent | |
GlueMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Boolean createServer)
|
|
| Uses of UMOComponent in org.mule.providers.soap.xfire |
| Methods in org.mule.providers.soap.xfire with parameters of type UMOComponent | |
protected Object |
XFireConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
| Constructors in org.mule.providers.soap.xfire with parameters of type UMOComponent | |
XFireMessageReceiver(UMOConnector umoConnector,
UMOComponent component,
UMOEndpoint umoEndpoint)
|
|
| Uses of UMOComponent in org.mule.providers.space |
| Methods in org.mule.providers.space with parameters of type UMOComponent | |
protected Object |
SpaceConnector.getReceiverKey(UMOComponent component,
UMOEndpoint endpoint)
The method determines the key used to store the receiver against. |
| Constructors in org.mule.providers.space with parameters of type UMOComponent | |
SpaceMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TransactedSpaceMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.ssl |
| Constructors in org.mule.providers.ssl with parameters of type UMOComponent | |
SslMessageReceiver(AbstractConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.stream |
| Methods in org.mule.providers.stream with parameters of type UMOComponent | |
UMOMessageReceiver |
StreamConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
UMOMessageReceiver |
SystemStreamConnector.registerListener(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.stream with parameters of type UMOComponent | |
StreamMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint,
Long checkFrequency)
|
|
| Uses of UMOComponent in org.mule.providers.tcp |
| Constructors in org.mule.providers.tcp with parameters of type UMOComponent | |
TcpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
TcpStreamingMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.udp |
| Constructors in org.mule.providers.udp with parameters of type UMOComponent | |
UdpMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.vm |
| Methods in org.mule.providers.vm with parameters of type UMOComponent | |
UMOMessageReceiver |
VMConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Constructors in org.mule.providers.vm with parameters of type UMOComponent | |
VMMessageReceiver(UMOConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.providers.xmpp |
| Constructors in org.mule.providers.xmpp with parameters of type UMOComponent | |
XmppMessageReceiver(AbstractConnector connector,
UMOComponent component,
UMOEndpoint endpoint)
|
|
| Uses of UMOComponent in org.mule.ra |
| Classes in org.mule.ra that implement UMOComponent | |
class |
JcaComponent
JcaComponent Is the type of component used in Mule when embedded
inside an app server using JCA. |
| Methods in org.mule.ra that return UMOComponent | |
protected UMOComponent |
JcaModel.createComponent(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.tck |
| Methods in org.mule.tck that return UMOComponent | |
static UMOComponent |
AbstractMuleTestCase.getTestComponent(MuleDescriptor descriptor)
|
static UMOComponent |
MuleTestUtils.getTestComponent(MuleDescriptor descriptor)
|
| Methods in org.mule.tck with parameters of type UMOComponent | |
static UMOSession |
AbstractMuleTestCase.getTestSession(UMOComponent component)
|
static UMOSession |
MuleTestUtils.getTestSession(UMOComponent component)
|
| Uses of UMOComponent in org.mule.tck.functional |
| Methods in org.mule.tck.functional that return UMOComponent | |
UMOComponent |
AbstractProviderFunctionalTestCase.initialiseComponent(UMODescriptor descriptor,
EventCallback callback)
|
| Uses of UMOComponent in org.mule.tck.providers |
| Fields in org.mule.tck.providers declared as UMOComponent | |
protected UMOComponent |
AbstractMessageReceiverTestCase.component
|
| Uses of UMOComponent in org.mule.tck.testmodels.mule |
| Methods in org.mule.tck.testmodels.mule with parameters of type UMOComponent | |
UMOMessageReceiver |
TestConnector.createReceiver(UMOComponent component,
UMOEndpoint endpoint)
|
| Uses of UMOComponent in org.mule.umo |
| Methods in org.mule.umo that return UMOComponent | |
UMOComponent |
UMOEvent.getComponent()
Retrieves the component for the current event |
UMOComponent |
UMOSession.getComponent()
Returns the UMOComponent associated with the session in its current execution |
UMOComponent |
ComponentException.getComponent()
|
| Constructors in org.mule.umo with parameters of type UMOComponent | |
ComponentException(Message message,
UMOMessage umoMessage,
UMOComponent component)
|
|
ComponentException(Message message,
UMOMessage umoMessage,
UMOComponent component,
Throwable cause)
|
|
ComponentException(UMOMessage umoMessage,
UMOComponent component,
Throwable cause)
|
|
| Uses of UMOComponent in org.mule.umo.model |
| Methods in org.mule.umo.model that return UMOComponent | |
UMOComponent |
UMOModel.registerComponent(UMODescriptor descriptor)
Registers a UMODescriptor with the MuleManager. |
UMOComponent |
UMOModel.getComponent(String name)
Returns the UMOComponent object for the given component name |
UMOComponent |
UMOComponentFactory.create(UMODescriptor descriptor)
|
| Uses of UMOComponent in org.mule.umo.provider |
| Methods in org.mule.umo.provider that return UMOComponent | |
UMOComponent |
UMOMessageReceiver.getComponent()
|
| Methods in org.mule.umo.provider with parameters of type UMOComponent | |
UMOMessageReceiver |
UMOConnector.registerListener(UMOComponent component,
UMOEndpoint endpoint)
This creates a UMOMessageReceiver associated with this endpoint
and registers it with the connector |
void |
UMOConnector.unregisterListener(UMOComponent component,
UMOEndpoint endpoint)
|
void |
UMOMessageReceiver.setComponent(UMOComponent component)
|
| Uses of UMOComponent in org.mule.umo.routing |
| Methods in org.mule.umo.routing that return UMOComponent | |
UMOComponent |
ComponentRoutingException.getComponent()
|
| Constructors in org.mule.umo.routing with parameters of type UMOComponent | |
ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component)
|
|
ComponentRoutingException(Message message,
UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component,
Throwable cause)
|
|
ComponentRoutingException(UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component)
|
|
ComponentRoutingException(UMOMessage umoMessage,
UMOImmutableEndpoint endpoint,
UMOComponent component,
Throwable cause)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||