public final class ResolverHelper extends Object
ComponentResolver
, DataFormatResolver
, etc.).Modifier and Type | Class and Description |
---|---|
static class |
ResolverHelper.LookupExceptionHandler |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FALLBACK_SUFFIX |
static String |
DATA_FORMAT_FALLBACK_SUFFIX |
static String |
LANGUAGE_FALLBACK_SUFFIX |
Modifier and Type | Method and Description |
---|---|
static Component |
lookupComponentInRegistryWithFallback(CamelContext context,
String name) |
static Component |
lookupComponentInRegistryWithFallback(CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
static DataFormat |
lookupDataFormatInRegistryWithFallback(CamelContext context,
String name) |
static DataFormat |
lookupDataFormatInRegistryWithFallback(CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
static Language |
lookupLanguageInRegistryWithFallback(CamelContext context,
String name) |
static Language |
lookupLanguageInRegistryWithFallback(CamelContext context,
String name,
ResolverHelper.LookupExceptionHandler exceptionHandler) |
public static final String COMPONENT_FALLBACK_SUFFIX
public static final String DATA_FORMAT_FALLBACK_SUFFIX
public static final String LANGUAGE_FALLBACK_SUFFIX
public static Component lookupComponentInRegistryWithFallback(CamelContext context, String name)
public static Component lookupComponentInRegistryWithFallback(CamelContext context, String name, ResolverHelper.LookupExceptionHandler exceptionHandler)
public static DataFormat lookupDataFormatInRegistryWithFallback(CamelContext context, String name)
public static DataFormat lookupDataFormatInRegistryWithFallback(CamelContext context, String name, ResolverHelper.LookupExceptionHandler exceptionHandler)
public static Language lookupLanguageInRegistryWithFallback(CamelContext context, String name)
public static Language lookupLanguageInRegistryWithFallback(CamelContext context, String name, ResolverHelper.LookupExceptionHandler exceptionHandler)
Apache Camel