Uses of Package
javax.xml.rpc

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

Classes in javax.xml.rpc used by javax.xml.rpc
Call
          The javax.xml.rpc.Call interface provides support for dynamic invocation of a service port.
ParameterMode
          This class is a type safe enumeration for parameter modes: in, inout, out.
Service
          A service class acts as a factory of the following objects: Dynamic proxy for a service port.
ServiceException
          The javax.xml.rpc.ServiceException is thrown from the core JAX-RPC APIs to indicate exceptions related to Service and ServiceFactory calls.
 

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

Classes in javax.xml.rpc used by javax.xml.rpc.server
ServiceException
          The javax.xml.rpc.ServiceException is thrown from the core JAX-RPC APIs to indicate exceptions related to Service and ServiceFactory calls.
 

Classes in javax.xml.rpc used by org.apache.axis.client
Call
          The javax.xml.rpc.Call interface provides support for dynamic invocation of a service port.
Service
          A service class acts as a factory of the following objects: Dynamic proxy for a service port.
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
          Interface for Web Service stubs generated from WSDL.
 

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 exceptions 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 exceptions related to the JAX-RPC runtime mechanisms.
 

Classes in javax.xml.rpc used by org.apache.axis.wsdl
ParameterMode
          This class is a type safe enumeration for parameter modes: in, inout, out.
 

Classes in javax.xml.rpc used by org.apache.axis.wsdl.fromJava
ParameterMode
          This class is a type safe enumeration for parameter modes: in, inout, out.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.