Previous section   Next section
Package javax.xml.rpc.soap

JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4

This package contains classes from the client-side JAX-RPC API that are specific to the use of this API when SOAP is used as the underlying message transport (which, at the time of this writing, is exclusively the case). In JAX-RPC 1.0, there is only one class in this package.

Exceptions

public class SOAPFaultException extends RuntimeException;

  Previous section   Next section