Package | Description |
---|---|
javax.xml.rpc |
This package contains the core JAX-RPC APIs for the client
programming model.
|
javax.xml.rpc.server |
This package defines APIs for the servlet based JAX-RPC endpoint model.
|
Class and Description |
---|
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. |
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 . |
Class and Description |
---|
ServiceException
The
javax.xml.rpc.ServiceException is thrown from the
methods in the javax.xml.rpc.Service interface and
ServiceFactory class. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.