public class UBL21NamespacePrefixMapper
extends com.sun.xml.bind.marshaller.NamespacePrefixMapper
A special namespace prefix mapper for the Sun JAXB2 implementation. It
ensures that the cac and cbc namespace prefixes are used in generated code.
Important note: this class works only, if the com.sun.xml.bind:jaxb-impl
artifact is in your classpath, because this class extends
com.sun.xml.bind.marshaller.NamespacePrefixMapper which is not
available in the runtime JAXB, where the class is called
com.sun.xml.internal.bind.marshaller.NamespacePrefixMapper
- Author:
- Philip Helger