The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.mule.transports | mule-transport-axis | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-file | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-stream | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-vm | 1.4.3 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
javax.activation | activation | 1.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
axis | axis | 1.4 | - | jar | |
axis | axis-jaxrpc | 1.4 | - | jar | |
axis | axis-saaj | 1.4 | - | jar | |
axis | axis-wsdl4j | 1.5.1 | - | jar | |
backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
com.thoughtworks.xstream | xstream | 1.2.1 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-cli | commons-cli | 1.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-digester | commons-digester | 1.7 | - | jar | |
commons-discovery | commons-discovery | 0.2 | - | jar | |
commons-httpclient | commons-httpclient | 3.0.1 | - | jar | |
commons-io | commons-io | 1.3.1 | - | jar | |
commons-jxpath | commons-jxpath | 1.2 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
dom4j | dom4j | 1.4 | - | jar | |
jetty | org.mortbay.jetty | 5.1.12 | - | jar | |
junit | junit | 3.8.2 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
mockobjects | mockobjects-core | 0.09 | - | jar | |
org.apache.geronimo.specs | geronimo-j2ee-connector_1.5_spec | 1.0.1 | - | jar | |
org.apache.geronimo.specs | geronimo-jaxrpc_1.1_spec | 1.0.1 | - | jar | |
org.apache.geronimo.specs | geronimo-jta_1.0.1B_spec | 1.0.1 | - | jar | |
org.apache.geronimo.specs | geronimo-qname_1.1_spec | 1.0.1 | - | jar | |
org.apache.geronimo.specs | geronimo-saaj_1.1_spec | 1.0.1 | - | jar | |
org.apache.geronimo.specs | geronimo-servlet_2.4_spec | 1.0.1 | - | jar | |
org.codehaus.woodstox | wstx-asl | 3.2.1 | - | jar | |
org.mule | mule-core | 1.4.3 | - | jar | |
org.mule.modules | mule-module-builders | 1.4.3 | - | jar | |
org.mule.modules | mule-module-client | 1.4.3 | - | jar | |
org.mule.modules | mule-module-xml | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-http | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-soap | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-ssl | 1.4.3 | - | jar | |
org.mule.transports | mule-transport-tcp | 1.4.3 | - | jar | |
org.safehaus.jug | jug | 2.0.0 | asl | jar | |
org.slf4j | jcl104-over-slf4j | 1.4.1 | - | jar | |
org.slf4j | slf4j-api | 1.4.1 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.1 | - | jar | |
stax | stax-api | 1.0.1 | - | jar | |
xerces | xercesImpl | 2.8.1 | - | jar | |
xml-apis | xml-apis | 1.3.03 | - | jar | |
xpp3 | xpp3_min | 1.1.3.4.O | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.mule.tests | mule-tests-functional | 1.4.3 | - | jar |
The Voip Service example is taken from a Java.net featured article, Provisioning Services Through ESB (http://today.java.net/pub/a/today/2005/10/18/service-provisioning-through-esb.html) describes how to orchestrate services through abstraction, providing a VOIP provisioning example developed using Mule.
http://mule.mulesource.org/mule-examples/mule-example-voipservice
A Mule transport used as the interface to Java's System.out and System.in objects, typically for testing purposes.
http://mule.mulesource.org/mule-transports/mule-transport-stream
A Mule transport that enables event sending and receiving over VM or embedded memory queues. These queues can be persistent or transient.
http://mule.mulesource.org/mule-transports/mule-transport-vm
A Mule transport for File Connectivity. This transport allows files to be read and written to directories on the local file system. The transport 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.
http://mule.mulesource.org/mule-transports/mule-transport-file
Unnamed - javax.activation:activation:jar:1.1
A Mule transport for Soap Connectivity using Axis.
http://mule.mulesource.org/mule-transports/mule-transport-axis
A Mule transport for SOAP connectivity. The transport will use Axis, Glue or XFire depending on which is on the classpath.
http://mule.mulesource.org/mule-transports/mule-transport-soap
Mule Functional Test Framework (TCK)
Mule functional test framework (TCK)
http://mule.mulesource.org/mule-tests/mule-tests-functional
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j/
Unnamed - xml-apis:xml-apis:jar:1.3.03
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
http://xml.apache.org/commons/#external
Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.
http://geronimo.apache.org/geronimo-jaxrpc_1.1_spec
Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.
http://geronimo.apache.org/geronimo-saaj_1.1_spec
Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.
http://geronimo.apache.org/geronimo-qname_1.1_spec
A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation.
http://mule.mulesource.org/mule-transports/mule-transport-http
A Mule transport for Socket connectivity using SSL authentication. This transport supplies a tcp Server and client implementation over SSL.
http://mule.mulesource.org/mule-transports/mule-transport-ssl
Mule server and core classes
http://mule.mulesource.org/mule-core
A Mule transport for Tcp Connectivity. This transport supplies a tcp Server and client implementation.
http://mule.mulesource.org/mule-transports/mule-transport-tcp
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
Unnamed - jetty:org.mortbay.jetty:pom:5.1.12
Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.
http://geronimo.apache.org/geronimo-servlet_2.4_spec
An implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
Unnamed - axis:axis-jaxrpc:pom:1.4
Unnamed - axis:axis-saaj:pom:1.4
Commons Discovery
Unnamed - axis:axis-wsdl4j:jar:1.5.1
MuleClient is a simple interface for Mule clients to send and receive events from local or remote Mule Servers.