JAX-WS (JSR-224) Reference Implementation.
Open source Reference Implementation of JSR-224: Java API for XML Web Services.
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.7</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.
Name:Dual license consisting of the CDDL v1.0 and GPL v2
URL: https://glassfish.dev.java.net/public/CDDL+GPL.html.
The jaxws-rt-2.1.7 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML Parser | wstx-asl 3.2.3 Woodstox is a high-performance XML processor that implements Stax (JSR-173) API | 11 |
XML Parser | stax-ex 1.2 Extensions to JSR-173 StAX API. | 28 |
The following packages are defined in the jaxws-rt-2.1.7.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
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.7</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> Dual license consisting of the CDDL v1.0 and GPL v2 </name> <url>https://glassfish.dev.java.net/public/CDDL+GPL.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.11</version> </dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> <version>1.3.3</version> </dependency> <dependency> <groupId>com.sun.xml.stream.buffer</groupId> <artifactId>streambuffer</artifactId> <version>0.9</version> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> <version>3.2.3</version> </dependency> <!-- If you want to use SJSXP StAX parser, uncomment this and comment woodstox one <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.3</version> </dependency> </dependencies> </project>