aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/egiz/moazs/Marshaller.java
AgeCommit message (Collapse)AuthorFilesLines
2019-05-08Refactor: Consolidate Schema-Related ComponentsChristof Rabensteiner1-33/+0
2019-05-08Fix Namespace Prefixes in Marshaled Messages (msg: instead of ns#:)Christof Rabensteiner1-5/+5
- Implement own NamespacePrefixMapper that maps prefixes depending on whether a msg or a mzs object is being marshaled. - Namespaces are not hardcoded but extracted from jaxb's generated sources (somewhat indirect, can be considered a hack, but there's no public API to extract namespaces)
2019-04-16Add Getter for Repository + Refactor MarshallingChristof Rabensteiner1-0/+33
- mv MyMarshaller Marshaller - Remove jaxbcontext bean - Move Marshaller config to MarshallerConfig class