Package javax.xml.rpc
See: Description
-
Interface Summary Interface Description Call Thejavax.xml.rpc.Call
interface provides support for the dynamic invocation of a service endpoint.Service Service
class acts as a factory of the following: Dynamic proxy for the target service endpoint.Stub The interfacejavax.xml.rpc.Stub
is the common base interface for the stub classes. -
Class Summary Class Description NamespaceConstants Constants used in JAX-RPC for namespace prefixes and URIsParameterMode Thejavax.xml.rpc.ParameterMode
is a type-safe enumeration for parameter mode.ServiceFactory Thejavax.xml.rpc.ServiceFactory
is an abstract class that provides a factory for the creation of instances of the typejavax.xml.rpc.Service
. -
Exception Summary Exception Description JAXRPCException Thejavax.xml.rpc.JAXRPCException
is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.ServiceException Thejavax.xml.rpc.ServiceException
is thrown from the methods in thejavax.xml.rpc.Service
interface andServiceFactory
class.
Package javax.xml.rpc Description
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/xml/rpc/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.