Class Ebms3NamespaceHandler

java.lang.Object
com.helger.xml.namespace.AbstractNamespaceContext
com.helger.xml.namespace.MapBasedNamespaceContext
com.helger.phase4.marshaller.Ebms3NamespaceHandler
All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.xml.namespace.MapBasedNamespaceContext>, com.helger.xml.namespace.IIterableNamespaceContext, NamespaceContext

public class Ebms3NamespaceHandler extends com.helger.xml.namespace.MapBasedNamespaceContext
A special XML namespace context that contains all default Ebms3 mappings.
Author:
Philip Helger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.helger.xml.namespace.MapBasedNamespaceContext

    addDefaultNamespaceURI, addMapping, addMappings, addMappings, clear, equals, getClone, getCustomNamespaceURI, getCustomPrefix, getCustomPrefixes, getDefaultNamespaceURI, getMappingCount, getPrefixToNamespaceURIMap, hasAnyMapping, hashCode, isNamespaceURIMapped, isPrefixMapped, removeMapping, setDefaultNamespaceURI, setMapping, setMappings, setMappings, toString

    Methods inherited from class com.helger.xml.namespace.AbstractNamespaceContext

    getNamespaceURI, getPrefix, getPrefixes

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Ebms3NamespaceHandler

      public Ebms3NamespaceHandler()
  • Method Details

    • getInstance

      @Nonnull public static Ebms3NamespaceHandler getInstance()
      Returns:
      The global instance of the namespace handler. Never null. Don't modify it! To modify it, please clone it and go from there.
      Since:
      1.3.3