Package | Description |
---|---|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
Modifier and Type | Method and Description |
---|---|
static org.apache.camel.Component |
ResolverHelper.lookupComponentInRegistryWithFallback(org.apache.camel.CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
static org.apache.camel.spi.DataFormatFactory |
ResolverHelper.lookupDataFormatFactoryInRegistryWithFallback(org.apache.camel.CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
static org.apache.camel.spi.DataFormat |
ResolverHelper.lookupDataFormatInRegistryWithFallback(org.apache.camel.CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
static org.apache.camel.spi.Language |
ResolverHelper.lookupLanguageInRegistryWithFallback(org.apache.camel.CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
Apache Camel