Uses of Class
org.apache.camel.support.ResolverHelper.LookupExceptionHandler
Packages that use ResolverHelper.LookupExceptionHandler
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
-
Uses of ResolverHelper.LookupExceptionHandler in org.apache.camel.support
Methods in org.apache.camel.support with parameters of type ResolverHelper.LookupExceptionHandlerModifier and TypeMethodDescriptionstatic 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)