Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Create custom handler for validation errors #3

Closed
phax opened this issue May 20, 2019 · 2 comments
Closed

Create custom handler for validation errors #3

phax opened this issue May 20, 2019 · 2 comments
Assignees

Comments

@phax
Copy link
Owner

phax commented May 20, 2019

Currently

    if (aValidationResult.containsAtLeastOneError ())
      throw new AS2ClientBuilderValidationException (aValidationResult);

-> add consumer

@phax phax self-assigned this May 20, 2019
phax added a commit that referenced this issue May 23, 2019
@phax
Copy link
Owner Author

phax commented May 23, 2019

v3.0.7

@phax phax closed this as completed May 23, 2019
@phax
Copy link
Owner Author

phax commented May 23, 2019

The new interface IAS2ClientBuilderValidatonResultHandler can be set into the AS2ClientBuilder using the method setValidatonResultHandler

phax added a commit that referenced this issue May 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant