Class SoapErrorMessageFormatter
java.lang.Object
org.frankframework.errormessageformatters.ErrorMessageFormatter
org.frankframework.errormessageformatters.SoapErrorMessageFormatter
- All Implemented Interfaces:
IErrorMessageFormatter
,IScopeProvider
- Direct Known Subclasses:
SoapErrorMessage
ErrorMessageFormatter that returns a soap fault message.
- Author:
- Peter Leeuwenburgh
-
Field Summary
Fields inherited from class org.frankframework.errormessageformatters.ErrorMessageFormatter
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.errormessageformatters.ErrorMessageFormatter
getConfigurationClassLoader, getErrorMessage
-
Constructor Details
-
SoapErrorMessageFormatter
public SoapErrorMessageFormatter()
-
-
Method Details
-
format
public Message format(String errorMessage, Throwable t, INamedObject location, Message originalMessage, String messageId, long receivedTime) Description copied from class:ErrorMessageFormatter
Format the available parameters into a XML-message. Override this method in descender-classes to obtain the required behaviour.- Specified by:
format
in interfaceIErrorMessageFormatter
- Overrides:
format
in classErrorMessageFormatter
-