Java API for XML Based RPC.
Part of the Java Web Services Developer Pack 1.6.
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.
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.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-context 2.5.2 Spring Framework: Context | 5 |
Inversion of Control | guiceyloops 0.28 GuiceyLoops: Guice EE testing support to Guicey-fruit | 6 |
EJB | jboss-ejb-api_3.1_spec 1.0.0.CR2 The Java EJB 3.1 API classes | 8 |
Spring | spring-web 3.2.0.RELEASE Spring Web | 7 |
Spring | spring-web 3.2.1.RELEASE Spring Web | 10 |
Spring | spring-web 3.2.3.RELEASE Spring Web | 15 |
Spring | spring-web 3.2.6.RELEASE Spring Web | 8 |
Spring | spring-remoting 2.0.6 Spring Framework: Remoting | 6 |
Spring | spring-web 3.2.5.RELEASE Spring Web | 5 |
Spring | spring-context 2.5.3 Spring Framework: Context | 5 |
Spring | spring-context 2.5.6 Spring Framework: Context | 42 |
Spring | spring-context 2.5 Spring Framework: Context | 20 |
Spring | spring 2.5.5 Spring Framework | 11 |
Spring | spring-web 3.2.7.RELEASE Spring Web | 6 |
Spring | spring-web 3.2.8.RELEASE Spring Web | 24 |
Web Service | ads-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 |
Spring | spring-web 3.2.9.RELEASE Spring Web | 10 |
Spring | spring 2.5.2 Spring Framework | 8 |
Spring | spring 2.5.6.SEC03 Spring Framework | 12 |
Spring | spring 2.5.4 Spring Framework | 8 |
Spring | spring 2.5.6 Spring Framework | 51 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring 1.2.9 Spring Framework | 27 |
Spring | spring-context 2.5.6.SEC01 Spring Framework: Context | 14 |
Spring | spring-web 3.2.4.RELEASE Spring Web | 13 |
Spring | spring-context 2.5.5 Spring Framework: Context | 13 |
Spring | spring 2.5.6.SEC01 Spring Framework | 5 |
Spring | spring-context 2.5.4 Spring Framework: Context | 9 |
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
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>