Serialized Form


Package javax.xml.rpc

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

Serialized Fields

cause

java.lang.Throwable cause
The cause of this error.

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

Serialized Fields

cause

java.lang.Throwable cause
The cause of this exception.


Package javax.xml.rpc.encoding

Package javax.xml.rpc.handler

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

Serialized Fields

handlerClass

java.lang.Class<T> handlerClass
Handler Class.


config

java.util.Map<K,V> config
Configuration Map.


headers

javax.xml.namespace.QName[] headers
Headers.


Package javax.xml.rpc.soap

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

Serialized Fields

faultcode

javax.xml.namespace.QName faultcode
Qualified name of the faultcode.


faultstring

java.lang.String faultstring
The faultstring element of the SOAP fault.


faultactor

java.lang.String faultactor
Faultactor element of the SOAP fault.


detail

javax.xml.soap.Detail detail
Detail element of the SOAP fault.



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.