|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.DenicConstants
public class DenicConstants
this class contains various constants used in the context of RRI requests
Field Summary | |
---|---|
static java.lang.String |
NS_CONTACT
the "contact" XML namespace |
static java.lang.String |
NS_DNS_ENTRY
the "dnsentry" XML namespace |
static java.lang.String |
NS_DOMAIN
the "domain" XML namespace |
static java.lang.String |
NS_GLOBAL
the "global" XML namespace |
static java.lang.String |
NS_MESSAGE
the "message" XML namespace |
static java.lang.String |
NS_TXN
the "transaction" XML namespace |
static java.lang.String |
NS_XSI
the XML Schema Instance namespace |
static java.lang.String |
PREFIX_CONTACT
the typical prefix for the "contact" XML namespace |
static java.lang.String |
PREFIX_DNS_ENTRY
the typical prefix for the "dnsentry" namespace |
static java.lang.String |
PREFIX_DOMAIN
the typical prefix for the "domain" XML namespace |
static java.lang.String |
PREFIX_GLOBAL
the typical prefix for the "global" XML namespace |
static java.lang.String |
PREFIX_MESSAGE
the typical prefix for the "message" namespace |
static java.lang.String |
PREFIX_TXN
the typical prefix for the "transaction" namespace |
static java.lang.String |
PREFIX_XSI
the typical prefix for the XML Schema Instance namespace |
static java.lang.String |
RRI_VERSION
the protocol version for the KV representation |
Constructor Summary | |
---|---|
private |
DenicConstants()
private constructor to prevent instantiation |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RRI_VERSION
public static final java.lang.String NS_GLOBAL
public static final java.lang.String PREFIX_GLOBAL
public static final java.lang.String NS_DOMAIN
public static final java.lang.String PREFIX_DOMAIN
public static final java.lang.String NS_CONTACT
public static final java.lang.String PREFIX_CONTACT
public static final java.lang.String NS_TXN
public static final java.lang.String PREFIX_TXN
public static final java.lang.String NS_DNS_ENTRY
public static final java.lang.String PREFIX_DNS_ENTRY
public static final java.lang.String NS_MESSAGE
public static final java.lang.String PREFIX_MESSAGE
public static final java.lang.String NS_XSI
public static final java.lang.String PREFIX_XSI
Constructor Detail |
---|
private DenicConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |