The Mule AJAX connector allows Mule events to be sent and received asynchronously to and from the web browser
Available Transports
Following is a list of known transports (also called "providers") for Mule. Some functionality is contained within modules instead of transports—see Modules Reference. For more information on transports, see the following topics:
If you have created a transport for Mule and would like to share it with the Mule community, discuss it in the MuleSoft Forums.
The following list includes some prominent transports (also known as connectors) that are listed in Anypoint Exchange.
Note that in Mule 3, CXF and Jersey are no longer classed as transports. They are now modules that use an underlying transport (for instance HTTP or HTTPS) to communicate between client and service.
Mule Transports
Transport | Description |
---|---|
Allows EJB invocations to be made using outbound endpoints. |
|
This transport supplies various email connectivity options. |
|
This transport allows files to be read and written to directories on the local file system. The connector can be configured to filter the file it reads and the way files are written, such as whether binary output is used or the file is appended to. |
|
Allows files to be read / written to a remote FTP server. |
|
This transport supplies HTTP transport of Mule messages between applications and other Mule servers. |
|
A secure version of the HTTP transport. |
|
Connectivity to IMAP mail folders. |
|
A secure version of the IMAP transport. |
|
A transport for JDBC connectivity. Some of its features are available only in Mule Enterprise. |
|
Provides support for exposing services over HTTP by embedding a light-weight Jetty server. For inbound endpoints only. |
|
A secure version of the Jetty transport. |
|
A Mule transport for JMS connectivity. Mule itself is not a JMS server but can use the services of any JMS 1.1 or 1.02b compliant server such as ActiveMQ and OpenJms, and commercial vendors such as WebLogic, SonicMQ, and more. |
|
Allows you to send and receive Mule Messages to/from an LDAP directory. |
|
A secure version of the POP3 transport. |
|
Provides scheduling facilities with cron / interval definitions and allows Mule events to be scheduled/rescheduled. |
|
Enables events to be sent and received over RMI via JRMP. |
|
Provides facilities for Mule components to listen for events received via a servlet request. There is also a servlet implementation that uses the Servlet transport to enable REST style services access. This transport is now bundled with the HTTP transport. |
|
Connectivity to SMTP servers. |
|
A secure version of the SMTP transport. |
|
Provides secure socket-based communication using SSL or TLS. |
|
This transport provides connectivity to streams such as |
|
Enables events to be sent and received over TCP sockets. |
|
Provides secure socket-based communication using SSL or TLS. |
|
Enables events to be sent and received as datagram packets. |
|
Enables event sending and receiving over VM, embedded memory, or persistent queues. |
|
A Mule transport for WebSphere MQ. This transport is available with Mule Enterprise version 1.6 and later. |
|
The CXF Module allows remote web services to be invoked using their WSDL contract. |
|
Provides connectivity over the XMPP (Jabber) instant messaging protocol. |