Serialized Form
-
Package org.apache.cxf.binding.soap
-
Class org.apache.cxf.binding.soap.SoapFault extends org.apache.cxf.interceptor.Fault implements Serializable
- serialVersionUID:
- 5775857720028582429L
-
Serialized Fields
-
namespaces
Map<String,String> namespaces
-
node
String node
-
role
String role
-
subCodes
List<QName> subCodes
A SOAP 1.2 only fault code. "The message could not be processed for reasons attributable to the processing of the message rather than to the contents of the message itself." -- SOAP 1.2 Spec If this message is used in a SOAP 1.1 Fault it will most likely (depending on the FaultHandler) be mapped to "Sender" instead.
-
-
Class org.apache.cxf.binding.soap.SoapMessage extends org.apache.cxf.message.MessageImpl implements Serializable
- serialVersionUID:
- 6310906412722265578L
-
Serialized Fields
-
version
SoapVersion version
-
-
-
Package org.apache.cxf.binding.soap.jms.interceptor
-
Class org.apache.cxf.binding.soap.jms.interceptor.JMSFault extends Exception implements Serializable
- serialVersionUID:
- 8567771013189842711L
-
Serialized Fields
-
detail
Object detail
-
jmsFaultType
JMSFaultType jmsFaultType
-
sender
boolean sender
-
-
-
Package org.apache.cxf.binding.soap.wsdl.extensions