Class NamespacePrefixMapper

  • Direct Known Subclasses:
    MapNamespacePrefixMapper, NamespacePrefixMapperWrapper

    public abstract class NamespacePrefixMapper
    extends NamespacePrefixMapper

    Purpose:Provides a means to customise the namespace prefixes used while marshalling An implementation of this class can be set on an instance of XMLMarshaller to allow for each instance of XMLMarshaller to use different namespace prefixes.

    • Constructor Detail

      • NamespacePrefixMapper

        public NamespacePrefixMapper()
    • Method Detail

      • supportsMediaType

        public boolean supportsMediaType​(MediaType mediaType)
        Return true if this prefix mapper applies to the media type provided.