Create custom handler for validation errors
phax opened this issue · 2 comments
phax commented
Currently
if (aValidationResult.containsAtLeastOneError ())
throw new AS2ClientBuilderValidationException (aValidationResult);
-> add consumer
phax commented
v3.0.7
phax commented
The new interface IAS2ClientBuilderValidatonResultHandler
can be set into the AS2ClientBuilder
using the method setValidatonResultHandler