#1636: Fix ReplyChannel Validation
requested to merge refactor/1636-reply-channel-validation into feature/654-bidirectional-communication
Since the ReplyChannels moved to the destination services, the validation was refactored so we are taking multiple services configuration with reply channels into consideration in all checks.
- find matching service on destination
- check matching reply channel
- check matching processing standards for FIT-Connect reply channel within data guard
On top, the MR changes all static ReplyChannel methods from "fromXYZ(...)" to a more fitting "ReplyChannel.ofXYZ(...)"
Closes planning#1636 (closed)
Edited by Martin Vogel