Package javax.xml.rpc


package javax.xml.rpc
This package contains the core Jakarta XML RPC for the client programming model.
  • Class
    Description
    The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
    The javax.xml.rpc.JAXRPCException is thrown from the core Jakarta XML RPC APIs to indicate an exception related to the Jakarta XML RPC runtime mechanisms.
    Constants used in Jakarta XML RPC for namespace prefixes and URIs
    The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
    Service class acts as a factory of the following: Dynamic proxy for the target service endpoint.
    The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
    The javax.xml.rpc.ServiceFactory is an abstract class that provides a factory for the creation of instances of the type javax.xml.rpc.Service.
    The interface javax.xml.rpc.Stub is the common base interface for the stub classes.