Package javax.xml.rpc

Interface Summary
Binding The interface javax.xml.rpc.Binding defines a Java representation for a protocol binding.
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.
Stub The interface javax.xml.rpc.Stub is the common base interface for the stub classes.
 

Exception Summary
JAXRPCException The javax.xml.rpc.JAXRPCException is thrown from the core JAX-RPC APIs to indicate exceptions related to the JAX-RPC runtime mechanisms.