Maven Repository - POM file for XML jaxrpc-api 1.1 1.1

Summary

Java API for XML Based RPC.

Part of the Java Web Services Developer Pack 1.6.

Declaration

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

<dependency>
   <groupId>javax.xml</groupId>
   <artifactId>jaxrpc-api</artifactId>
   <version>1.1</version>
</dependency>

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

Depended by

The following table lists the most popular artifacts which are depending on jaxrpc-api-1.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-context 2.5.2
Spring Framework: Context
5
Inversion of Controlguiceyloops 0.28
GuiceyLoops: Guice EE testing support to Guicey-fruit
6
EJBjboss-ejb-api_3.1_spec 1.0.0.CR2
The Java EJB 3.1 API classes
8
Springspring-web 3.2.0.RELEASE
Spring Web
7
Springspring-web 3.2.1.RELEASE
Spring Web
10
Springspring-web 3.2.3.RELEASE
Spring Web
15
Springspring-web 3.2.6.RELEASE
Spring Web
8
Springspring-remoting 2.0.6
Spring Framework: Remoting
6
Springspring-web 3.2.5.RELEASE
Spring Web
5
Springspring-context 2.5.3
Spring Framework: Context
5
Springspring-context 2.5.6
Spring Framework: Context
42
Springspring-context 2.5
Spring Framework: Context
20
Springspring 2.5.5
Spring Framework
11
Springspring-web 3.2.7.RELEASE
Spring Web
6
Springspring-web 3.2.8.RELEASE
Spring Web
24
Web Serviceads-lib 1.0.0
Java client library for accessing ads APIs including AdWords, DFA, and DFP. If you want to use this library, you must also include another Maven artifact to specify which framework you would like to use it with. For example, to use AdWords with Axis, you should include the "adwords-axis...
5
Springspring-web 3.2.9.RELEASE
Spring Web
10
Springspring 2.5.2
Spring Framework
8
Springspring 2.5.6.SEC03
Spring Framework
12
Springspring 2.5.4
Spring Framework
8
Springspring 2.5.6
Spring Framework
51
Springspring 2.0
Spring Framework
11
Springspring 1.2.9
Spring Framework
27
Springspring-context 2.5.6.SEC01
Spring Framework: Context
14
Springspring-web 3.2.4.RELEASE
Spring Web
13
Springspring-context 2.5.5
Spring Framework: Context
13
Springspring 2.5.6.SEC01
Spring Framework
5
Springspring-context 2.5.4
Spring Framework: Context
9




Packages

The following packages are defined in the jaxrpc-api-1.1.jar

javax.xml.rpc
javax.xml.rpc.encoding
javax.xml.rpc.handler
javax.xml.rpc.handler.soap
javax.xml.rpc.holders
javax.xml.rpc.server
javax.xml.rpc.soap

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.xml</groupId>
  <artifactId>jaxrpc-api</artifactId>
  <version>1.1</version>
  <name>Java API for XML Based RPC</name>
  <description>
    Part of the Java Web Services Developer Pack 1.6
  </description>
  <url>http://java.sun.com/webservices/jaxrpc/index.jsp</url>
  <distributionManagement>
    <downloadUrl>http://java.sun.com/webservices/downloads/webservicespack.html</downloadUrl>
  </distributionManagement>
</project>