public interface XmlNamespaceInfo
Relates a namespace identifier to a XML namespace URI prefix.
The namespace identifier must be unique.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionA mule extension may support different xml versions.
-
Method Details
-
getNamespaceUriPrefix
String getNamespaceUriPrefix()A mule extension may support different xml versions. Each version must always have the same prefix and no other extension can have that prefix. Mule core has http://www.mulesoft.org/schema/mule/core/ as prefix for all the possible versions of the namespace.- Returns:
- the xml namespace uri prefix for the xml extensions configuration.
-
getNamespace
String getNamespace()- Returns:
- the namespace of the extension. This namespace must be unique across every extension.
-