Serialized Form


Package javax.xml.rpc

Class javax.xml.rpc.JAXRPCException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
The cause of this error.

Class javax.xml.rpc.ServiceException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause
The cause of this exception.


Package javax.xml.rpc.encoding

Package javax.xml.rpc.handler

Class javax.xml.rpc.handler.HandlerInfo extends Object implements Serializable

Serialized Fields

handlerClass

Class handlerClass
Handler Class.


config

Map config
Configuration Map.


headers

QName[] headers
Headers.


Package javax.xml.rpc.soap

Class javax.xml.rpc.soap.SOAPFaultException extends RuntimeException implements Serializable

Serialized Fields

faultcode

QName faultcode
Qualified name of the faultcode.


faultstring

String faultstring
The faultstring element of the SOAP fault.


faultactor

String faultactor
Faultactor element of the SOAP fault.


detail

Detail detail
Detail element of the SOAP fault.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.