Uses of Interface
org.mule.umo.endpoint.UMOEndpointURI

Packages that use UMOEndpointURI
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
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.endpoint Implemtation of Mule endpoint uris. 
org.mule.impl.internal.admin Admin compoennts and Agents used to control and Monitor Mule 
org.mule.impl.message   
org.mule.providers Contains Abstract classes providing common functionality for all Mule providers. 
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.http Provides http transport including proxy support. 
org.mule.providers.jdbc Provides jdbc transport. 
org.mule.providers.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.providers.service Provides SPI support for building mule connectors and providers using service descriptors. 
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.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.functional Helper classes and interfaces used by Mule fnctional tests. 
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.endpoint Endpoint interfaces. 
org.mule.umo.provider Contains the interfaces that comprise a provider implementation. 
 

Uses of UMOEndpointURI in org.mule.config.builders
 

Methods in org.mule.config.builders with parameters of type UMOEndpointURI
 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.
 UMOComponent QuickConfigurationBuilder.registerComponent(java.lang.String implementation, java.lang.String name, UMOEndpointURI inboundEndpointUri)
          Registers a java object as a Umo pcomponent that listens for events on the given url.
 UMOComponent QuickConfigurationBuilder.registerComponent(java.lang.String implementation, java.lang.String name, UMOEndpointURI inboundEndpointUri, java.util.Map properties)
          Registers a java object as a Umo pcomponent that listens for events on the given url.
 UMOComponent QuickConfigurationBuilder.registerComponent(java.lang.String implementation, java.lang.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(java.lang.String implementation, java.lang.String name, UMOEndpointURI inboundEndpointUri, UMOEndpointURI outboundEndpointUri, java.util.Map properties)
          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, 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
 

Uses of UMOEndpointURI in org.mule.extras.client
 

Methods in org.mule.extras.client with parameters of type UMOEndpointURI
protected  UMOEvent MuleClient.getEvent(UMOMessage message, UMOEndpointURI uri, boolean synchronous)
          Packages a mule event for the current request
 

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

Methods in org.mule.extras.spring.events that return UMOEndpointURI
 UMOEndpointURI MuleApplicationEvent.getEndpoint()
           
 

Methods in org.mule.extras.spring.events with parameters of type UMOEndpointURI
protected  void MuleApplicationEvent.setEndpoint(UMOEndpointURI endpointUri)
           
 

Uses of UMOEndpointURI in org.mule.impl
 

Fields in org.mule.impl declared as UMOEndpointURI
protected  UMOEndpointURI ImmutableMuleEndpoint.endpointUri
          The endpointUri on which to send or receive information
 

Methods in org.mule.impl that return UMOEndpointURI
 UMOEndpointURI MuleEventContext.getEndpointURI()
           
 UMOEndpointURI ImmutableMuleEndpoint.getEndpointURI()
           
 

Methods in org.mule.impl with parameters of type UMOEndpointURI
 UMOMessage MuleEventContext.sendEvent(UMOMessage message, UMOEndpointURI endpointUri)
          Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpointUri configured for the event
 FutureMessageResult MuleEventContext.sendEventAsync(UMOMessage message, UMOEndpointURI endpointUri, int timeout)
          sends an event request via the configured outbound router for this component.
 void MuleEventContext.dispatchEvent(UMOMessage message, UMOEndpointURI endpointUri)
          Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpointUri configured for the event
 UMOMessage MuleEventContext.receiveEvent(UMOEndpointURI endpointUri, long timeout)
          Requests a synchronous receive of an event on the component
static UMOEndpoint ImmutableMuleEndpoint.createEndpointFromUri(UMOEndpointURI uri, java.lang.String type)
           
static UMOEndpoint ImmutableMuleEndpoint.getEndpointFromUri(UMOEndpointURI uri)
           
static UMOEndpoint ImmutableMuleEndpoint.getOrCreateEndpointForUri(UMOEndpointURI uri, java.lang.String type)
           
 

Constructors in org.mule.impl with parameters of type UMOEndpointURI
ImmutableMuleEndpoint(java.lang.String name, UMOEndpointURI endpointUri, UMOConnector connector, UMOTransformer transformer, java.lang.String type, int createConnector, java.util.Map properties)
          Default constructor
 

Uses of UMOEndpointURI in org.mule.impl.endpoint
 

Classes in org.mule.impl.endpoint that implement UMOEndpointURI
 class MuleEndpointURI
          MuleEndpointURI is used to determine how a message is sent of received.
 

Methods in org.mule.impl.endpoint that return UMOEndpointURI
 UMOEndpointURI EndpointBuilder.build(java.net.URI uri)
           
 UMOEndpointURI AbstractEndpointBuilder.build(java.net.URI uri)
           
 

Methods in org.mule.impl.endpoint with parameters of type UMOEndpointURI
 void MuleEndpoint.setEndpointURI(UMOEndpointURI endpointUri)
           
 

Constructors in org.mule.impl.endpoint with parameters of type UMOEndpointURI
MuleEndpointURI(UMOEndpointURI endpointUri)
           
MuleEndpointURI(UMOEndpointURI endpointUri, java.lang.String filterAddress)
           
MuleEndpoint(java.lang.String name, UMOEndpointURI endpointUri, UMOConnector connector, UMOTransformer transformer, java.lang.String type, int createConnector, java.util.Map properties)
           
 

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

Methods in org.mule.impl.internal.admin with parameters of type UMOEndpointURI
static UMODescriptor MuleManagerComponent.getDescriptor(UMOConnector connector, UMOEndpointURI endpointUri)
           
 

Uses of UMOEndpointURI in org.mule.impl.message
 

Methods in org.mule.impl.message that return UMOEndpointURI
 UMOEndpointURI ExceptionMessage.getEndpoint()
           
 

Uses of UMOEndpointURI in org.mule.providers
 

Methods in org.mule.providers that return UMOEndpointURI
 UMOEndpointURI AbstractMessageReceiver.getEndpointURI()
           
 

Methods in org.mule.providers with parameters of type UMOEndpointURI
 void AbstractServiceEnabledConnector.initialiseFromUrl(UMOEndpointURI endpointUri)
           
 

Uses of UMOEndpointURI in org.mule.providers.email
 

Methods in org.mule.providers.email with parameters of type UMOEndpointURI
 UMOMessage SmtpMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 UMOMessage Pop3MessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
          Endpoint can be in the form of pop3://username:password@pop3.muleumo.org
 UMOMessage MailMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.file
 

Methods in org.mule.providers.file with parameters of type UMOEndpointURI
 UMOMessage FileMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
          Will attempt to do a receive from a directory, if the endpointUri resolves to a file name the file will be returned, otherwise the first file in the directory according to the filename filter configured on the connector.
 

Uses of UMOEndpointURI in org.mule.providers.http
 

Methods in org.mule.providers.http with parameters of type UMOEndpointURI
 UMOMessage HttpClientMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.jdbc
 

Methods in org.mule.providers.jdbc with parameters of type UMOEndpointURI
static java.lang.Object[] JdbcUtils.getParams(UMOEndpointURI uri, java.util.List paramNames, java.lang.Object root)
           
 UMOMessage JdbcMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 java.lang.String[] JdbcConnector.getReadAndAckStatements(UMOEndpointURI endpointUri, UMOEndpoint endpoint)
           
 

Uses of UMOEndpointURI in org.mule.providers.jms
 

Methods in org.mule.providers.jms with parameters of type UMOEndpointURI
 UMOMessage JmsMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.service
 

Methods in org.mule.providers.service with parameters of type UMOEndpointURI
static UMOEndpoint ConnectorFactory.createEndpoint(UMOEndpointURI uri, java.lang.String type)
           
static UMOConnector ConnectorFactory.createConnector(UMOEndpointURI url)
          Creates an uninitialied connector from the provided MuleEndpointURI.
static UMOConnector ConnectorFactory.getOrCreateConnectorByProtocol(UMOEndpointURI uri)
           
 

Uses of UMOEndpointURI in org.mule.providers.soap.axis
 

Methods in org.mule.providers.soap.axis with parameters of type UMOEndpointURI
protected  void AxisServiceComponent.processMethodRequest(MessageContext msgContext, UMOEventContext context, WriterMessageAdapter response, UMOEndpointURI endpointUri)
           
protected  java.lang.String AxisServiceComponent.getServiceName(UMOEventContext context, UMOEndpointURI endpointUri)
           
 UMOMessage AxisMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
protected  void AxisConnector.registerReceiverWithMuleService(UMOMessageReceiver receiver, UMOEndpointURI ep)
           
 

Uses of UMOEndpointURI in org.mule.providers.soap.glue
 

Methods in org.mule.providers.soap.glue with parameters of type UMOEndpointURI
 UMOMessage GlueMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.stream
 

Methods in org.mule.providers.stream with parameters of type UMOEndpointURI
 UMOMessage StreamMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.tcp
 

Methods in org.mule.providers.tcp with parameters of type UMOEndpointURI
 UMOMessage TcpMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.udp
 

Methods in org.mule.providers.udp with parameters of type UMOEndpointURI
 UMOMessage UdpMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Uses of UMOEndpointURI in org.mule.providers.vm
 

Methods in org.mule.providers.vm with parameters of type UMOEndpointURI
 UMOMessage VMMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
protected  UMOMessageReceiver VMConnector.getRecieverByEndpoint(UMOEndpointURI endpointUri)
           
 

Uses of UMOEndpointURI in org.mule.providers.xmpp
 

Methods in org.mule.providers.xmpp with parameters of type UMOEndpointURI
protected  void XmppMessageDispatcher.initialize(UMOEndpointURI uri)
           
 UMOMessage XmppMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 XMPPConnection XmppConnector.findOrCreateXmppConnection(UMOEndpointURI endpointURI)
           
 

Uses of UMOEndpointURI in org.mule.ra
 

Methods in org.mule.ra with parameters of type UMOEndpointURI
protected  UMOEvent DefaultMuleConnection.getEvent(UMOMessage message, UMOEndpointURI uri, boolean synchronous)
          Packages a mule event for the current request
 

Uses of UMOEndpointURI in org.mule.tck.functional
 

Methods in org.mule.tck.functional that return UMOEndpointURI
protected abstract  UMOEndpointURI AbstractProviderFunctionalTestCase.getInDest()
           
protected abstract  UMOEndpointURI AbstractProviderFunctionalTestCase.getOutDest()
           
 

Uses of UMOEndpointURI in org.mule.umo
 

Methods in org.mule.umo that return UMOEndpointURI
 UMOEndpointURI UMOEventContext.getEndpointURI()
          Returns a reference to the Endpoint Uri for this context This is the endpoint on which the event was received
 

Methods in org.mule.umo with parameters of type UMOEndpointURI
 UMOMessage UMOEventContext.sendEvent(UMOMessage message, UMOEndpointURI endpoint)
          Depending on the session state this methods either Passes an event synchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
 FutureMessageResult UMOEventContext.sendEventAsync(UMOMessage message, UMOEndpointURI endpoint, int timeout)
          sends an event request via the configured outbound router for this component.
 void UMOEventContext.dispatchEvent(UMOMessage message, UMOEndpointURI endpoint)
          Depending on the session state this methods either Passes an event asynchronously to the next available Mule UMO in the pool or via the endpoint configured for the event
 UMOMessage UMOEventContext.receiveEvent(UMOEndpointURI endpoint, long timeout)
          Requests a synchronous receive of an event on the component
 

Uses of UMOEndpointURI in org.mule.umo.endpoint
 

Methods in org.mule.umo.endpoint that return UMOEndpointURI
 UMOEndpointURI UMOImmutableEndpoint.getEndpointURI()
          This specifes the communication endpointUri.
 

Methods in org.mule.umo.endpoint with parameters of type UMOEndpointURI
 void UMOEndpoint.setEndpointURI(UMOEndpointURI endpointUri)
          This specifes the communication endpointUri.
 

Uses of UMOEndpointURI in org.mule.umo.provider
 

Methods in org.mule.umo.provider that return UMOEndpointURI
 UMOEndpointURI UMOMessageReceiver.getEndpointURI()
          The endpointUri that this receiver listens on
 

Methods in org.mule.umo.provider with parameters of type UMOEndpointURI
 UMOMessage UMOMessageDispatcher.receive(UMOEndpointURI endpointUri, long timeout)
           
 

Constructors in org.mule.umo.provider with parameters of type UMOEndpointURI
ReceiveException(Message message, UMOEndpointURI endpointUri, long timeout)
           
ReceiveException(Message message, UMOEndpointURI endpointUri, long timeout, java.lang.Throwable cause)
           
ReceiveException(UMOEndpointURI endpointUri, long timeout, java.lang.Throwable cause)
           
 



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