| javax.xml.rpc.encoding | |
| javax.xml.rpc.handler | |
| javax.xml.rpc.handler.soap | |
| javax.xml.rpc.holders | |
| javax.xml.rpc.server | |
| javax.xml.rpc.soap |
| Call | The javax.xml.rpc.Call interface provides support for the dynamic invocation of a service endpoint. | code | html |
| Service | Service class acts as a factory for:
|
code | html |
| Stub | The interface javax.xml.rpc.Stub is the common base interface for the stub classes. | code | html |
| 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. | code | html |
| FactoryFinder | This code is designed to implement the pluggability feature and is designed to both compile and run on JDK version 1.1 and later. | code | html |
| FactoryFinder.ConfigurationError | code | html | |
| JAXRPCException | code | html | |
| NamespaceConstants | Constants used in JAX-RPC for namespace prefixes and URIs | code | html |
| ParameterMode | A type-safe enumeration for parameter passing modes. | code | html |
| ServiceException | code | html | |
| ServiceFactory.PropertyAccessAction | code | html |