Registry / networking / jaxrpc-api

jaxrpc-api

JSON →
library1.1javamavenunverified

Java API for XML-based RPC (JAX-RPC) from the Java Web Services Developer Pack.

<dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc-api</artifactId> <version>1.1</version> </dependency>
INSTALL
IMPORT
SIG · JAXRPC-API
J
jaxrpc-api
networkingjavav1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Service
javax.xml.rpc.Service

Creates a JAX-RPC service instance.

import javax.xml.rpc.Service; import javax.xml.rpc.ServiceFactory; ServiceFactory factory = ServiceFactory.newInstance(); Service service = factory.createService(null);
Debug
Known issues
breakingJAX-RPC is deprecated in favor of JAX-WS.
fix
Use javax.xml.ws.Service from JAX-WS instead.
affects: >=1.1
Upgrade
Version history
1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
jaxrpc-api — mvn dependency:get jaxrpc-api · libregistry