Uses of Package
javax.xml.rpc

Packages that use javax.xml.rpc
javax.xml.rpc   
javax.xml.rpc.server   
org.apache.axis.client   
org.apache.axis.encoding   
org.apache.axis.encoding.ser   
org.apache.axis.wsdl   
 

Classes in javax.xml.rpc used by javax.xml.rpc
Call
          The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint.
ParameterMode
          The javax.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
          The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
 

Classes in javax.xml.rpc used by javax.xml.rpc.server
ServiceException
          The javax.xml.rpc.ServiceException is thrown from the methods in the javax.xml.rpc.Service interface and ServiceFactory class.
 

Classes in javax.xml.rpc used by org.apache.axis.client
Call
          The javax.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.
ServiceFactory
          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.
Stub
          The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
 

Classes in javax.xml.rpc used by org.apache.axis.encoding
JAXRPCException
          The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
 

Classes in javax.xml.rpc used by org.apache.axis.encoding.ser
JAXRPCException
          The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate an exception related to the JAX-RPC runtime mechanisms.
 

Classes in javax.xml.rpc used by org.apache.axis.wsdl
ParameterMode
          The javax.xml.rpc.ParameterMode is a type-safe enumeration for parameter mode.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.