Package com.helger.phase4.marshaller
Class Soap11NamespaceHandler
java.lang.Object
com.helger.xml.namespace.AbstractNamespaceContext
com.helger.xml.namespace.MapBasedNamespaceContext
com.helger.phase4.marshaller.Soap11NamespaceHandler
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<com.helger.xml.namespace.MapBasedNamespaceContext>,com.helger.xml.namespace.IIterableNamespaceContext,NamespaceContext
public class Soap11NamespaceHandler
extends com.helger.xml.namespace.MapBasedNamespaceContext
A special XML namespace context that contains all default SOAP 1.1 mappings.
- Since:
- 2.0.0
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
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, toStringMethods inherited from class com.helger.xml.namespace.AbstractNamespaceContext
getNamespaceURI, getPrefix, getPrefixes
-
Constructor Details
-
Soap11NamespaceHandler
public Soap11NamespaceHandler()
-
-
Method Details
-
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.
-