Uses of Interface
org.mule.umo.UMOComponent

Packages that use UMOComponent
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
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 Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.providers.bpm   
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.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.jms.websphere Provides Jms connectivity with Websphere-specific workarounds and improvements. 
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.xfire   
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(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.
 UMOComponent QuickConfigurationBuilder.registerComponent(UMODescriptor descriptor)
          Registers a user configured MuleDescriptor of a components to the server.
 

Uses of UMOComponent in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type UMOComponent
static Message CoreMessages.routingFailedOnEndpoint(UMOComponent component, UMOImmutableEndpoint endpoint)
           
 

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 MuleSession.getComponent()
           
 UMOComponent DefaultComponentExceptionStrategy.getComponent()
           
 UMOComponent MuleEvent.getComponent()
          Gets the recipient component of this event
 

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
DefaultComponentExceptionStrategy(UMOComponent component)
          Constructor
FailedToQueueEventException(Message message, UMOMessage umoMessage, UMOComponent component)
           
FailedToQueueEventException(Message message, UMOMessage umoMessage, UMOComponent component, Throwable cause)
           
FailedToQueueEventException(UMOMessage umoMessage, UMOComponent component, Throwable cause)
           
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.
MuleSession(UMOComponent component)
           
MuleSession(UMOMessage message, UMOSessionHandler requestSessionHandler, UMOComponent component)
           
 

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
protected abstract  UMOComponent AbstractModel.createComponent(UMODescriptor descriptor)
           
static UMOComponent ModelHelper.getComponent(String name)
          Deprecated.  
 UMOComponent AbstractModel.getComponent(String name)
           
 UMOComponent AbstractModel.registerComponent(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 invocation 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
           
 

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
          Same as SedaComponent except that it assumes that components implement the Callable interface and therefore does away with the reflection and introspection on objects.
 

Methods in org.mule.impl.model.seda.optimised that return UMOComponent
protected  UMOComponent OptimisedSedaModel.createComponent(UMODescriptor descriptor)
           
 

Uses of UMOComponent in org.mule.impl.model.streaming
 

Classes in org.mule.impl.model.streaming that implement UMOComponent
 class StreamingComponent
          TODO
 

Methods in org.mule.impl.model.streaming that return UMOComponent
protected  UMOComponent StreamingModel.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
protected  UMOMessageReceiver AbstractConnector.createReceiver(UMOComponent component, UMOEndpoint endpoint)
          Create a Message receiver for this connector
 UMOMessageReceiver AbstractConnector.getReceiver(UMOComponent component, UMOEndpoint endpoint)
           
protected  Object AbstractConnector.getReceiverKey(UMOComponent component, UMOEndpoint endpoint)
          The method determines the key used to store the receiver against.
 UMOMessageReceiver AbstractConnector.registerListener(UMOComponent component, UMOEndpoint endpoint)
          This creates a UMOMessageReceiver associated with this endpoint and registers it with the connector.
 void AbstractMessageReceiver.setComponent(UMOComponent component)
           
 void AbstractConnector.unregisterListener(UMOComponent component, UMOEndpoint endpoint)
          
 

Constructors in org.mule.providers with parameters of type UMOComponent
AbstractMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
          Creates the Message Receiver
AbstractPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
TransactedPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
TransactedPollingMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long frequency)
          Deprecated. please use #TransactedPollingMessageReceiver(UMOConnector, UMOComponent, UMOEndpoint, long, TimeUnit) instead
 

Uses of UMOComponent in org.mule.providers.bpm
 

Constructors in org.mule.providers.bpm with parameters of type UMOComponent
ProcessMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 

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 SmtpConnector.createReceiver(UMOComponent component, UMOEndpoint endpoint)
           
 UMOMessageReceiver AbstractRetrieveMailConnector.createReceiver(UMOComponent component, UMOEndpoint endpoint)
           
 

Constructors in org.mule.providers.email with parameters of type UMOComponent
RetrieveMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long checkFrequency, boolean backupEnabled, String backupFolder)
           
 

Uses of UMOComponent in org.mule.providers.file
 

Methods in org.mule.providers.file with parameters of type UMOComponent
 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
protected  Object FileConnector.getReceiverKey(UMOComponent component, UMOEndpoint endpoint)
           
 

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.http
 

Methods in org.mule.providers.http with parameters of type UMOComponent
protected  Object HttpConnector.getReceiverKey(UMOComponent component, UMOEndpoint endpoint)
          The method determines the key used to store the receiver against.
 UMOMessageReceiver HttpConnector.registerListener(UMOComponent component, UMOEndpoint endpoint)
           
 

Constructors in org.mule.providers.http with parameters of type UMOComponent
HttpMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
HttpsMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
PollingHttpMessageReceiver(UMOConnector 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
JmsMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
MultiConsumerJmsMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
SingleJmsMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
TransactedSingleResourceJmsMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
XaTransactedJmsMessageReceiver(UMOConnector umoConnector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of UMOComponent in org.mule.providers.jms.websphere
 

Constructors in org.mule.providers.jms.websphere with parameters of type UMOComponent
WebsphereTransactedJmsMessageReceiver(UMOConnector umoConnector, UMOComponent component, UMOEndpoint endpoint)
           
 

Uses of UMOComponent in org.mule.providers.multicast
 

Methods in org.mule.providers.multicast with parameters of type UMOComponent
protected  Object MulticastConnector.getReceiverKey(UMOComponent component, UMOEndpoint endpoint)
           
 

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
RmiCallbackMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
RmiMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint, long frequency)
           
 

Uses of UMOComponent in org.mule.providers.service
 

Methods in org.mule.providers.service with parameters of type UMOComponent
 UMOMessageReceiver TransportServiceDescriptor.createMessageReceiver(UMOConnector connector, UMOComponent component, UMOEndpoint endpoint)
           
 UMOMessageReceiver TransportServiceDescriptor.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
 UMOMessageReceiver AxisConnector.createReceiver(UMOComponent component, UMOEndpoint endpoint)
           
protected  Object AxisConnector.getReceiverKey(UMOComponent component, UMOEndpoint endpoint)
          The method determines the key used to store the receiver against.
 

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.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.ssl
 

Constructors in org.mule.providers.ssl with parameters of type UMOComponent
SslMessageReceiver(UMOConnector 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
 

Methods in org.mule.providers.udp with parameters of type UMOComponent
protected  Object UdpConnector.getReceiverKey(UMOComponent component, UMOEndpoint endpoint)
           
 

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 MuleTestUtils.getTestComponent(MuleDescriptor descriptor)
           
static UMOComponent AbstractMuleTestCase.getTestComponent(MuleDescriptor descriptor)
           
 

Methods in org.mule.tck with parameters of type UMOComponent
static UMOSession MuleTestUtils.getTestSession(UMOComponent component)
           
static UMOSession AbstractMuleTestCase.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)
          Deprecated.  
 

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 UMOSession.getComponent()
          Returns the UMOComponent associated with the session in its current execution
 UMOComponent ComponentException.getComponent()
           
 UMOComponent UMOEvent.getComponent()
          Retrieves the component for the current event
 

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 UMOComponentFactory.create(UMODescriptor descriptor)
           
 UMOComponent UMOModel.getComponent(String name)
          Returns the UMOComponent object for the given component name
 UMOComponent UMOModel.registerComponent(UMODescriptor descriptor)
          Registers a UMODescriptor with the MuleManager.
 

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 UMOMessageReceiver.setComponent(UMOComponent component)
           
 void UMOConnector.unregisterListener(UMOComponent component, UMOEndpoint endpoint)
           
 

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)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.