Uses of Enum Class
org.apache.camel.component.dns.DnsType
Packages that use DnsType
-
Uses of DnsType in org.apache.camel.component.dns
Methods in org.apache.camel.component.dns that return DnsTypeModifier and TypeMethodDescriptionDnsEndpoint.getDnsType()static DnsTypeReturns the enum constant of this class with the specified name.static DnsType[]DnsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.dns with parameters of type DnsTypeModifier and TypeMethodDescriptionvoidDnsEndpoint.setDnsType(DnsType dnsType) The type of the lookup.