Maven Repository - POM file for Web Service mule-transport-axis 2.0.0-RC1 2.0.0-RC1

Summary

SOAP Transport: Axis.

A Mule transport for Soap Connectivity using Axis..

Declaration

Here is the list of declaration for mule-transport-axis. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.mule.transports</groupId>
   <artifactId>mule-transport-axis</artifactId>
   <version>2.0.0-RC1</version>
</dependency>

If you think this Maven repository POM file listing for mule-transport-axis is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The mule-transport-axis-2.0.0-RC1 has 13 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Web Servicemule-transport-soap 2.0.0-RC1
A Mule transport for SOAP connectivity. The transport will use Axis, Glue or XFire depending on which is on the classpath.
5
Web Servicemule-transport-soap 2.0.0-RC1
A Mule transport for SOAP connectivity. The transport will use Axis, Glue or XFire depending on which is on the classpath.
5
Web Serviceaxis 1.4
POM was created from deploy:deploy-file
98
Web Serviceaxis-jaxrpc 1.4
POM was created from deploy:deploy-file
11
Web Serviceaxis-saaj 1.4
POM was created from deploy:deploy-file
9
Springmule-module-spring 2.0.0-RC1
Non-core functionality provided by Spring such as transactions, remoting, data sources, etc.
9
Datamule-transport-vm 2.0.0-RC1
A Mule transport that enables event sending and receiving over VM or embedded memory queues. These queues can be persistent or transient.
24
XML Parsermule-transport-xfire 2.0.0-RC1
A Mule transport for SOAP connectivity using XFire, a STaX-based SOAP stack.
6




Packages

The following packages are defined in the mule-transport-axis-2.0.0-RC1.jar

org.mule.providers.soap.axis
org.mule.providers.soap.axis.config
org.mule.providers.soap.axis.extensions
org.mule.providers.soap.axis.extras
org.mule.providers.soap.axis.i18n
org.mule.providers.soap.axis.transport
org.mule.providers.soap.axis.transport.jms
org.mule.providers.soap.axis.transport.pop3
org.mule.providers.soap.axis.transport.smtp
org.mule.providers.soap.axis.transport.vm
org.mule.providers.soap.axis.wsdl




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mule.transports</groupId>
        <artifactId>mule-transports</artifactId>
        <version>2.0.0-RC1</version>
    </parent>
    <artifactId>mule-transport-axis</artifactId>
    <!--<packaging>bundle</packaging>-->
    <name>SOAP Transport: Axis</name>
    <description>A Mule transport for Soap Connectivity using Axis.</description>

    <profiles>
        <profile>
            <id>tests-external</id>
            <dependencies>
                <dependency>
                    <groupId>org.mule.tests</groupId>
                    <artifactId>mule-tests-external-axis</artifactId>
                    <version>${version}</version>
                    <type>war</type>
                </dependency>
                <dependency>
                    <groupId>org.mule.tests</groupId>
                    <artifactId>mule-tests-external-common</artifactId>
                    <version>${version}</version>
                    <type>jar</type>
                </dependency>
            </dependencies>
        </profile>
        <profile>
            <id>osgi</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>maven-bundle-plugin</artifactId>
                        <configuration>
                            <instructions>
                                <Export-Package>
                                    org.mule.providers.soap.axis.*
                                </Export-Package>
                            </instructions>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

    <dependencies>
        <dependency>
            <groupId>org.mule.transports</groupId>
            <artifactId>mule-transport-soap</artifactId>
            <version>${version}</version>
        </dependency>

        <!-- Needed for common SOAP test classes -->
        <dependency>
            <groupId>org.mule.transports</groupId>
            <artifactId>mule-transport-soap</artifactId>
            <version>${version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.axis</groupId>
            <artifactId>axis</artifactId>
            <version>1.4</version>
            <exclusions>
                <!-- we like slf4j -->
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- 
             org.apache.axis:axis does not declare its dependencies properly. The
             alternative is to use axis:axis but that has dependencies with missing
             POMs. The duplication here seems to be the lesser evil.
             -->
        <dependency>
            <groupId>org.apache.axis</groupId>
            <artifactId>axis-jaxrpc</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>org.apache.axis</groupId>
            <artifactId>axis-saaj</artifactId>
            <version>1.4</version>
        </dependency>
        <!-- In Axis 1.4, this is a runtime dependency so we need to pull
             it in explicitly -->
        <dependency>
            <groupId>axis</groupId>
            <artifactId>axis-wsdl4j</artifactId>
            <version>1.5.1</version>
        </dependency>
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <scope>test</scope>
            <exclusions>
                <!-- we like slf4j -->
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- needed by the Axis Service component -->
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-client</artifactId>
            <version>${version}</version>
        </dependency>
        <!-- need to explicitly mark javax.mail as provided -->
        <dependency>
            <groupId>javax.mail</groupId>
            <artifactId>mail</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-spring</artifactId>
            <version>${version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.transports</groupId>
            <artifactId>mule-transport-jms</artifactId>
            <version>${version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.transports</groupId>
            <artifactId>mule-transport-vm</artifactId>
            <version>${version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.transports</groupId>
            <artifactId>mule-transport-xfire</artifactId>
            <version>${version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.modules</groupId>
            <artifactId>mule-module-acegi</artifactId>
            <version>${version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.activemq</groupId>
            <artifactId>activemq-core</artifactId>
            <version>4.1.0-incubator</version>
            <scope>test</scope>
            <!-- see transport-jms -->
            <exclusions>
                <exclusion>
                  <groupId>org.apache.geronimo.specs</groupId>
                  <artifactId>geronimo-jms_1.1_spec</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>org.apache.activemq</groupId>
                  <artifactId>activemq-jaas</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>commons-pool</groupId>
                  <artifactId>commons-pool</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>org.apache.derby</groupId>
                  <artifactId>derby</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>activemq</groupId>
                  <artifactId>jmdns</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>xalan</groupId>
                  <artifactId>xalan</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>org.apache.xbean</groupId>
                  <artifactId>xbean-spring</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>org.springframework</groupId>
                  <artifactId>spring</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>org.apache.geronimo.specs</groupId>
                  <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>org.apache.geronimo.specs</groupId>
                  <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>backport-util-concurrent</groupId>
                  <artifactId>backport-util-concurrent</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>commons-logging</groupId>
                  <artifactId>commons-logging</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>howl</groupId>
                  <artifactId>howl-logger</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>log4j</groupId>
                  <artifactId>log4j</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>geronimo</groupId>
                  <artifactId>geronimo-kernel</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>geronimo</groupId>
                  <artifactId>geronimo-j2ee</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>activesoap</groupId>
                  <artifactId>jaxp-api</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>mx4j</groupId>
                  <artifactId>mx4j-jmx</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>mx4j</groupId>
                  <artifactId>mx4j-remote</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>mx4j</groupId>
                  <artifactId>mx4j-tools</artifactId>
                </exclusion>
                <exclusion>
                  <groupId>mx4j</groupId>
                  <artifactId>mx4j-impl</artifactId>
                </exclusion>
           </exclusions>
        </dependency>
    </dependencies>
</project>