Package | Description |
---|---|
org.apache.camel.component.dns.processor.remote |
Modifier and Type | Method and Description |
---|---|
protected DnsConfiguration |
DnsServiceCallProcessorFactory.createConfiguration(org.apache.camel.spi.RouteContext routeContext) |
protected DnsConfiguration |
DnsServiceCallServerListStrategy.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected Optional<org.apache.camel.spi.ServiceCallServerListStrategy> |
DnsServiceCallProcessorFactory.builtInServerListStrategy(DnsConfiguration conf,
String name) |
protected org.apache.camel.spi.ServiceCallServerListStrategy<org.apache.camel.spi.ServiceCallServer> |
DnsServiceCallProcessorFactory.createDefaultServerListStrategy(DnsConfiguration conf) |
protected org.apache.camel.impl.remote.DefaultServiceCallProcessor |
DnsServiceCallProcessorFactory.createProcessor(String name,
String component,
String uri,
org.apache.camel.ExchangePattern mep,
DnsConfiguration conf,
Map<String,String> properties) |
static DnsServiceCallServerListStrategy |
DnsServiceCallServerListStrategies.onDemand(DnsConfiguration configuration) |
Constructor and Description |
---|
DnsServiceCallProcessor(String name,
String scheme,
String uri,
org.apache.camel.ExchangePattern exchangePattern,
DnsConfiguration conf) |
DnsServiceCallServerListStrategy(DnsConfiguration configuration) |
DnsServiceLookupFactory(DnsConfiguration configuration) |
OnDemand(DnsConfiguration configuration) |
Apache Camel