aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/egiz/moazs/App2MzsService.java
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Move Services / Clients To Dedicated PackagesChristof Rabensteiner1-99/+0
2019-05-15WIP: Generate Map of Config Profiles from Spring EnvironmentChristof Rabensteiner1-0/+1
2019-05-14Minor Fixes: Remove Unused Imports; Fix of Error Message; Add TODOChristof Rabensteiner1-1/+2
2019-05-13Refactor + Fix: Replace MessageFormat.format with String.formatChristof Rabensteiner1-4/+3
2019-05-13Refactor: Remove 'throws RuntimeException' From SignatureChristof Rabensteiner1-1/+1
2019-05-13Refactor: Autowire All Parameters Once Instead of IndividuallyChristof Rabensteiner1-2/+3
2019-05-10Refactor Exception Handling in App2MzsChristof Rabensteiner1-5/+7
2019-05-10Refactor: Rename DeliveryPreprocessor to AugmenterChristof Rabensteiner1-5/+5
2019-05-10Remove TargetNamespace Declaration in App2MzsServiceChristof Rabensteiner1-4/+1
2019-05-09Reactivate and Fix Unit TestsChristof Rabensteiner1-1/+1
2019-05-09Fix: Enable ApacheCXF's Automated Schema ValidationChristof Rabensteiner1-4/+6
2019-05-06Change Package Namespaces of JAXB Generated SourcesChristof Rabensteiner1-9/+6
2019-04-30Generate SoapFault instead of DRStatus/Error MessageChristof Rabensteiner1-22/+7
2019-04-30Refactor: Reduce Vertical Space Bewteen Method Def. and Invoc.Christof Rabensteiner1-13/+13
2019-04-30Add Optional mzs:DeliveryRequest/Config & Validate / Augment ItChristof Rabensteiner1-17/+11
2019-04-29Make JAXB Objects Immutable and Add Builder UtilityChristof Rabensteiner1-19/+24
2019-04-18Change App2mzs Interface and Init Delivery PipelineChristof Rabensteiner1-28/+61
2019-04-16Store incoming delivery request on redis serverChristof Rabensteiner1-4/+10
2019-04-08Update Codebase to Match MZS Schema ChangesChristof Rabensteiner1-1/+3
2019-04-08Update Namespace Package References to Schema filesChristof Rabensteiner1-2/+2
2019-04-03Init: Add Timeout to Delivery Request HandlerChristof Rabensteiner1-12/+54
2019-03-19Add Unit Test Stub for App2MzsServiceChristof Rabensteiner1-0/+32