@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DnsEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsEndpointBuilderFactory.AdvancedDnsEndpointBuilder
Advanced builder for endpoint for the DNS component.
|
static interface |
DnsEndpointBuilderFactory.DnsBuilders |
static interface |
DnsEndpointBuilderFactory.DnsEndpointBuilder
Builder for endpoint for the DNS component.
|
| Modifier and Type | Method and Description |
|---|---|
static DnsEndpointBuilderFactory.DnsEndpointBuilder |
dns(String path)
DNS (camel-dns)
To lookup domain information and run DNS queries using DNSJava.
|
static DnsEndpointBuilderFactory.DnsEndpointBuilder dns(String path)
dns:dnsType
Path parameter: dnsType (required)
The type of the lookup.
The value can be one of: dig, ip, lookup, wikipediaApache Camel