Uses of Package
javax.xml.rpc
-
Packages that use javax.xml.rpc Package Description javax.xml.rpc This package contains the core Jakarta XML RPC for the client programming model.javax.xml.rpc.server This package defines APIs for the servlet based Jakarta XML RPC endpoint model. -
Classes in javax.xml.rpc used by javax.xml.rpc Class Description Call Thejavax.xml.rpc.Call
interface provides support for the dynamic invocation of a service endpoint.ParameterMode Thejavax.xml.rpc.ParameterMode
is a type-safe enumeration for parameter mode.Service Service
class acts as a factory of the following: Dynamic proxy for the target service endpoint.ServiceException Thejavax.xml.rpc.ServiceException
is thrown from the methods in thejavax.xml.rpc.Service
interface andServiceFactory
class.ServiceFactory Thejavax.xml.rpc.ServiceFactory
is an abstract class that provides a factory for the creation of instances of the typejavax.xml.rpc.Service
. -
Classes in javax.xml.rpc used by javax.xml.rpc.server Class Description ServiceException Thejavax.xml.rpc.ServiceException
is thrown from the methods in thejavax.xml.rpc.Service
interface andServiceFactory
class.