org.apache.camel.component.dns
Class DnsConstants

java.lang.Object
  extended by org.apache.camel.component.dns.DnsConstants

public class DnsConstants
extends Object


Field Summary
static String DNS_CLASS
           
static String DNS_DOMAIN
           
static String DNS_NAME
           
static String DNS_SERVER
           
static String DNS_TYPE
           
static String OPERATION_DIG
           
static String OPERATION_IP
           
static String OPERATION_LOOKUP
           
static String OPERATION_WIKIPEDIA
           
static String TERM
           
 
Constructor Summary
protected DnsConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_DIG

public static final String OPERATION_DIG
See Also:
Constant Field Values

OPERATION_IP

public static final String OPERATION_IP
See Also:
Constant Field Values

OPERATION_LOOKUP

public static final String OPERATION_LOOKUP
See Also:
Constant Field Values

OPERATION_WIKIPEDIA

public static final String OPERATION_WIKIPEDIA
See Also:
Constant Field Values

DNS_CLASS

public static final String DNS_CLASS
See Also:
Constant Field Values

DNS_NAME

public static final String DNS_NAME
See Also:
Constant Field Values

DNS_DOMAIN

public static final String DNS_DOMAIN
See Also:
Constant Field Values

DNS_SERVER

public static final String DNS_SERVER
See Also:
Constant Field Values

DNS_TYPE

public static final String DNS_TYPE
See Also:
Constant Field Values

TERM

public static final String TERM
See Also:
Constant Field Values
Constructor Detail

DnsConstants

protected DnsConstants()


Apache CAMEL