Add netconf.api.NamespaceURN
[netconf.git] / protocol / netconf-api / src / main / java / org / opendaylight / netconf / api / xml / XmlNetconfConstants.java
index 726d1913419c73dc0e67d6d1a2303b797bc0c00b..12558ffe0b0881b89709eb6dacb8c6cc3b7999d8 100644 (file)
@@ -30,11 +30,6 @@ public final class XmlNetconfConstants {
 
     public static final String RPC_REPLY_KEY = "rpc-reply";
 
-    public static final String URN_IETF_PARAMS_XML_NS_NETCONF_BASE_1_0 = "urn:ietf:params:xml:ns:netconf:base:1.0";
-    public static final String URN_IETF_PARAMS_XML_NS_NETCONF_EXI_1_0 = "urn:ietf:params:xml:ns:netconf:exi:1.0";
-    public static final String URN_IETF_PARAMS_XML_NS_NETCONF_NOTIFICATION_1_0 =
-        "urn:ietf:params:xml:ns:netconf:notification:1.0";
-
     private XmlNetconfConstants() {
         // Hidden on purpose
     }