Package javax.xml.rpc
-
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 FactoryFinder This code is designed to implement the pluggability feature and is designed to both compile and run on JDK version 1.1 and later.NamespaceConstants Constants used in JAX-RPC for namespace prefixes and URIs.ParameterMode 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. -
Error Summary Error Description FactoryFinder.ConfigurationError