public class DnsComponent
extends org.apache.camel.impl.UriEndpointComponent
dns:///ip
dns:///lookup This endpoint accepts three parameters.
org.xbill.dns.Type
. Optional.org.xbill.dns.DClass
. Optional.dns:///dig This endpoint takes a few parameters, most of them optional :
org.xbill.dns.Type
. Optional.org.xbill.dns.DClass
. Optional.dns:///wikipedia This endpoint takes one paramter :
Constructor and Description |
---|
DnsComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
Apache Camel