@NoExtend @NoInstantiate public final class StaticXmlNamespaceInfo extends Object implements org.mule.runtime.dsl.api.xml.XmlNamespaceInfo
XmlNamespaceInfo which returns fix values obtained through the constructor| Constructor and Description |
|---|
StaticXmlNamespaceInfo(String namespaceUriPrefix,
String namespace)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
String |
getNamespaceUriPrefix() |
public StaticXmlNamespaceInfo(String namespaceUriPrefix, String namespace)
namespaceUriPrefix - the value to be returned by getNamespaceUriPrefix()namespace - the value to be returned by getNamespace()Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.