Maven Repository - POM file for XML jaxws-rt 2.1.4 2.1.4

Summary

JAX-WS (JSR-224) Reference Implementation.

Open source Reference Implementation of JSR-224: Java API for XML Web Services.

Declaration

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

<dependency>
   <groupId>com.sun.xml.ws</groupId>
   <artifactId>jaxws-rt</artifactId>
   <version>2.1.4</version>
</dependency>

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

License

Name:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: http://www.opensource.org/licenses/cddl1.phpName:GPLv2 with classpath exception
URL: http://www.gnu.org/software/classpath/license.html.





Depends on

The jaxws-rt-2.1.4 has 8 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
XML Parserstax-ex 1.2
Extensions to JSR-173 StAX API.
28

Depended by

The following table lists the most popular artifacts which are depending on jaxws-rt-2.1.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XMLjaxws-tools 2.1.4
Open source Reference Implementation of JSR-224: Java API for XML Web Services
5

Packages

The following packages are defined in the jaxws-rt-2.1.4.jar

com.sun.xml.ws
com.sun.xml.ws.addressing
com.sun.xml.ws.addressing.model
com.sun.xml.ws.addressing.v200408
com.sun.xml.ws.api
com.sun.xml.ws.api.addressing
com.sun.xml.ws.api.client
com.sun.xml.ws.api.fastinfoset
com.sun.xml.ws.api.handler
com.sun.xml.ws.api.message
com.sun.xml.ws.api.message.stream
com.sun.xml.ws.api.model
com.sun.xml.ws.api.model.soap
com.sun.xml.ws.api.model.wsdl
com.sun.xml.ws.api.pipe
com.sun.xml.ws.api.pipe.helper
com.sun.xml.ws.api.server
com.sun.xml.ws.api.streaming
com.sun.xml.ws.api.wsdl.parser
com.sun.xml.ws.api.wsdl.writer
com.sun.xml.ws.binding
com.sun.xml.ws.client
com.sun.xml.ws.client.dispatch
com.sun.xml.ws.client.sei
com.sun.xml.ws.developer
com.sun.xml.ws.developer.servlet
com.sun.xml.ws.encoding
com.sun.xml.ws.encoding.fastinfoset
com.sun.xml.ws.encoding.soap
com.sun.xml.ws.encoding.soap.streaming
com.sun.xml.ws.encoding.xml
com.sun.xml.ws.fault
com.sun.xml.ws.handler
com.sun.xml.ws.message
com.sun.xml.ws.message.jaxb
com.sun.xml.ws.message.saaj
com.sun.xml.ws.message.source
com.sun.xml.ws.message.stream
com.sun.xml.ws.model
com.sun.xml.ws.model.soap
com.sun.xml.ws.model.wsdl
com.sun.xml.ws.org.objectweb.asm
com.sun.xml.ws.protocol.soap
com.sun.xml.ws.protocol.xml
com.sun.xml.ws.resources
com.sun.xml.ws.server
com.sun.xml.ws.server.provider
com.sun.xml.ws.server.sei
com.sun.xml.ws.server.servlet
com.sun.xml.ws.spi
com.sun.xml.ws.streaming
com.sun.xml.ws.transport
com.sun.xml.ws.transport.http
com.sun.xml.ws.transport.http.client
com.sun.xml.ws.transport.http.server
com.sun.xml.ws.transport.http.servlet
com.sun.xml.ws.util
com.sun.xml.ws.util.exception
com.sun.xml.ws.util.localization
com.sun.xml.ws.util.pipe
com.sun.xml.ws.util.xml
com.sun.xml.ws.wsdl.parser
com.sun.xml.ws.wsdl.writer
com.sun.xml.ws.wsdl.writer.document
com.sun.xml.ws.wsdl.writer.document.http
com.sun.xml.ws.wsdl.writer.document.soap
com.sun.xml.ws.wsdl.writer.document.soap12
com.sun.xml.ws.wsdl.writer.document.xsd




POM File Source

Here is the content of the POM file.

<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>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>jaxws-rt</artifactId>
  <version>2.1.4</version>
  <url>https://jax-ws.dev.java.net//</url>
  <name>JAX-WS (JSR-224) Reference Implementation</name>
  <description>
        Open source Reference Implementation of JSR-224: Java API for XML Web Services
  </description>
  <organization>
        <name>Sun Microsystems, Inc</name>
        <url>http://www.sun.com/</url>
  </organization>
  <scm>
        <connection>scm:cvs:pserver:cvs.dev.java.net:/cvs:jax-ws-sources</connection>
        <developerConnection>scm:cvs:pserver:cvs.dev.java.net:/cvs:jax-ws-sources</developerConnection>
        <url>https://jax-ws-sources.dev.java.net/source/browse/jax-ws-sources/jaxws-ri/</url>
  </scm>
  <issueManagement>
    <system>issueZilla</system>
    <url>https://jax-ws.dev.java.net/servlets/ProjectIssues</url>
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>JAX-WS RI Users List</name>
      <post>users@jax-ws.dev.java.net</post>
      <archive>https://jax-ws.dev.java.net/servlets/SummarizeList?listName=users</archive>
    </mailingList>
    <mailingList>
      <name>JAX-WS Implementation Dev List</name>
      <post>dev@jax-ws.dev.java.net</post>
      <archive>https://jax-ws.dev.java.net/servlets/SummarizeList?listName=dev</archive>
    </mailingList>
  </mailingLists>
  <licenses>
        <license>
            <name>
                COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
            </name>
            <url>http://www.opensource.org/licenses/cddl1.php</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>
                GPLv2 with classpath exception
            </name>
            <url>http://www.gnu.org/software/classpath/license.html</url>
            <distribution>repo</distribution>
        </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>javax.xml.ws</groupId>
      <artifactId>jaxws-api</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>2.1.7</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.messaging.saaj</groupId>
      <artifactId>saaj-impl</artifactId>
      <version>1.3.1</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.stream.buffer</groupId>
      <artifactId>streambuffer</artifactId>
      <version>0.7</version>
    </dependency>
<!-- If you want to use woodstox StAX parser, uncomment this and comment
     sjsxp
    <dependency>
      <groupId>woodstox</groupId>
      <artifactId>wstx-asl</artifactId>
      <version>3.2.3</version>
    </dependency>
-->
    <dependency>
      <groupId>com.sun.xml.stream</groupId>
      <artifactId>sjsxp</artifactId>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet.staxex</groupId>
      <artifactId>stax-ex</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>com.sun.org.apache.xml.internal</groupId>
      <artifactId>resolver</artifactId>
      <version>20050927</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet</groupId>
      <artifactId>mimepull</artifactId>
      <version>1.2</version>
    </dependency>
  </dependencies>
</project>