- All Implemented Interfaces:
- org.apache.camel.Processor
public class SoapFaultProcessor
extends java.lang.Object
implements org.apache.camel.Processor
This class handles a SOAP fault and sends a JSON-RPC error response to client.
Since the table at http://www.jsonrpc.org/specification#error_object is
not enough for our case, the error code is taken from
http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php and
message is extended for an easier distinction from other
JSON-RPC-specific errors.