Package javax.xml.rpc
This package contains the core Jakarta XML RPC for the client
programming model.
-
Interface Summary Interface Description Call Thejavax.xml.rpc.Callinterface provides support for the dynamic invocation of a service endpoint.Service Serviceclass acts as a factory of the following: Dynamic proxy for the target service endpoint.Stub The interfacejavax.xml.rpc.Stubis the common base interface for the stub classes. -
Class Summary Class Description NamespaceConstants Constants used in Jakarta XML RPC for namespace prefixes and URIsParameterMode Thejavax.xml.rpc.ParameterModeis a type-safe enumeration for parameter mode.ServiceFactory Thejavax.xml.rpc.ServiceFactoryis 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.JAXRPCExceptionis thrown from the core Jakarta XML RPC APIs to indicate an exception related to the Jakarta XML RPC runtime mechanisms.ServiceException Thejavax.xml.rpc.ServiceExceptionis thrown from the methods in thejavax.xml.rpc.Serviceinterface andServiceFactoryclass.