Class XmlNamespacePrefixMapper

java.lang.Object
org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
org.jboss.resteasy.plugins.providers.jaxb.XmlNamespacePrefixMapper

@Deprecated public class XmlNamespacePrefixMapper extends org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
Deprecated.
This should no longer be used as it's quite simple to implement and is tied to the implementation
A XmlNamespacePrefixMapper.
Version:
$Revision:$
Author:
Ryan J. McDonough
  • Constructor Summary

    Constructors
    Constructor
    Description
    XmlNamespacePrefixMapper(jakarta.xml.bind.annotation.XmlNs... namespaces)
    Deprecated.
    Create a new XmlNamespecePrefixMapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
    Deprecated.
     

    Methods inherited from class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper

    getContextualNamespaceDecls, getPreDeclaredNamespaceUris, getPreDeclaredNamespaceUris2

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XmlNamespacePrefixMapper

      public XmlNamespacePrefixMapper(jakarta.xml.bind.annotation.XmlNs... namespaces)
      Deprecated.
      Create a new XmlNamespecePrefixMapper.
      Parameters:
      namespaces - xml namespaces
  • Method Details

    • getPreferredPrefix

      public String getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
      Deprecated.
      Specified by:
      getPreferredPrefix in class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper