Name
Package javax.xml.rpc
Synopsis
The javax.xml.rpc
package contains the client-side API
for the
Java API for XML-based RPC
(JAX-RPC). Applications use the classes and interfaces in this
package to invoke the methods of a web service, the definition for
which may be obtained in the form of either a WSDL document or a Java
interface. A simple JAX-RPC application uses stub classes generated
from either of these sources by a tool such as
wscompile and may have to only deal directly with
the Service and Stubs
interfaces. A more advanced application may choose to build its own
method calls without involving a code generator by making use of the
Call interface, which provides the JAX-RPC Dynamic
Invocation Interface (DII) feature.
Interfaces
public interfaceCall; public interfaceService; public interfaceStub;
Classes
public classNamespaceConstants; public classParameterMode; public abstract classServiceFactory;
Exceptions
public classJAXRPCExceptionextends RuntimeException; public classServiceExceptionextends Exception;
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access