Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
org.mule.transportsmule-transport-axis1.4.3-jar
org.mule.transportsmule-transport-file1.4.3-jar
org.mule.transportsmule-transport-stream1.4.3-jar
org.mule.transportsmule-transport-vm1.4.3-jar
org.mule.transportsmule-transport-xfire1.4.3-jar

test

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:

GroupIdArtifactIdVersionClassifierTypeOptional
xmlunitxmlunit1.0-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
axisaxis1.4-jar
axisaxis-jaxrpc1.4-jar
axisaxis-saaj1.4-jar
axisaxis-wsdl4j1.5.1-jar
backport-util-concurrentbackport-util-concurrent3.0-jar
com.thoughtworks.xstreamxstream1.2.1-jar
commons-attributescommons-attributes-api2.1-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-clicommons-cli1.0-jar
commons-codeccommons-codec1.3-jar
commons-collectionscommons-collections3.2-jar
commons-digestercommons-digester1.7-jar
commons-discoverycommons-discovery0.2-jar
commons-httpclientcommons-httpclient3.0-jar
commons-iocommons-io1.3.1-jar
commons-jxpathcommons-jxpath1.2-jar
commons-langcommons-lang2.3-jar
commons-loggingcommons-logging1.0.4-jar
commons-poolcommons-pool1.3-jar
dom4jdom4j1.4-jar
javax.mailmail1.4-jar
jaxenjaxen1.1.1-jar
jdomjdom1.0-jar
jettyorg.mortbay.jetty5.1.12-jar
junitjunit3.8.2-jar
log4jlog4j1.2.14-jar
mockobjectsmockobjects-core0.09-jar
net.java.dev.stax-utilsstax-utils20040917-jar
org.apache.geronimo.specsgeronimo-j2ee-connector_1.5_spec1.0.1-jar
org.apache.geronimo.specsgeronimo-jaxrpc_1.1_spec1.0.1-jar
org.apache.geronimo.specsgeronimo-jta_1.0.1B_spec1.0.1-jar
org.apache.geronimo.specsgeronimo-qname_1.1_spec1.0.1-jar
org.apache.geronimo.specsgeronimo-saaj_1.1_spec1.0.1-jar
org.apache.geronimo.specsgeronimo-servlet_2.4_spec1.0.1-jar
org.apache.ws.commonsXmlSchema1.1-jar
org.codehaus.woodstoxwstx-asl3.2.1-jar
org.codehaus.xfirexfire-aegis1.2.6-jar
org.codehaus.xfirexfire-annotations1.2.6-jar
org.codehaus.xfirexfire-core1.2.6-jar
org.codehaus.xfirexfire-java51.2.6-jar
org.mulemule-core1.4.3-jar
org.mule.modulesmule-module-builders1.4.3-jar
org.mule.modulesmule-module-client1.4.3-jar
org.mule.modulesmule-module-xml1.4.3-jar
org.mule.transportsmule-transport-http1.4.3-jar
org.mule.transportsmule-transport-soap1.4.3-jar
org.mule.transportsmule-transport-ssl1.4.3-jar
org.mule.transportsmule-transport-tcp1.4.3-jar
org.safehaus.jugjug2.0.0asljar
org.slf4jjcl104-over-slf4j1.4.1-jar
org.slf4jslf4j-api1.4.1-jar
org.slf4jslf4j-log4j121.4.1-jar
staxstax-api1.0.1-jar
wsdl4jwsdl4j1.6.1-jar
xercesxercesImpl2.8.1-jar
xfirexfire-jsr181-api1.0-M1-jar
xml-apisxml-apis1.3.03-jar
xpp3xpp3_min1.1.3.4.O-jar

test

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:

GroupIdArtifactIdVersionClassifierTypeOptional
org.mule.testsmule-tests-functional1.4.3-jar

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.activationactivation1.1-jar

Project Dependency Graph

Dependency Listings

Echo Example

Is a simple component example that demostrates how to expose a component over multiple transports (soap and stream).

http://mule.mulesource.org/mule-examples/mule-example-echo

System I/O Transport

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

VM Transport

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

File Transport

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

SOAP Transport: Axis

A Mule transport for Soap Connectivity using Axis.

http://mule.mulesource.org/mule-transports/mule-transport-axis

Axis Web Services

An implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.

http://ws.apache.org/axis

Unnamed - axis:axis-jaxrpc:pom:1.4

Unnamed - axis:axis-saaj:pom:1.4

Discovery

Commons Discovery

Unnamed - axis:axis-wsdl4j:jar:1.5.1

Mule Client

MuleClient is a simple interface for Mule clients to send and receive events from local or remote Mule Servers.

http://mule.mulesource.org/mule-modules/mule-module-client

SOAP Transport: XFire

A Mule transport for SOAP connectivity using XFire, a STaX-based SOAP stack.

http://mule.mulesource.org/mule-transports/mule-transport-xfire

Mule Core

Mule server and core classes

http://mule.mulesource.org/mule-core

SOAP Transport

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

XFire Java 5 Module

A Java SOAP framework.

XFire Aegis Binding

A Java - XML Data Binding framework. Aegis = Shield

XFire Annotations

Annotation support for XFire

XFire Core

A Java SOAP framework.

jaxen

Jaxen is a universal Java XPath engine.

http://jaxen.codehaus.org/

Unnamed - dom4j:dom4j:jar:1.4

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

Xerces2 Java Parser

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 - jdom:jdom:jar:1.0

Woodstox

Woodstox is a high-performance XML processor that implements Stax (JSR-173) API

http://woodstox.codehaus.org

StAX API

StAX API is the standard java XML processing API defined by JSR-173

http://stax.codehaus.org/

Unnamed - xmlunit:xmlunit:jar:1.0