Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

AbstractCamelCatalog - Class in org.apache.camel.runtimecatalog.impl
Base class for both the runtime RuntimeCamelCatalog from camel-core and the complete CamelCatalog from camel-catalog.
AbstractCamelCatalog() - Constructor for class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
AbstractContextEvent - Class in org.apache.camel.impl.event
Base class for CamelContext events.
AbstractContextEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.AbstractContextEvent
 
AbstractExchangeEvent - Class in org.apache.camel.impl.event
Base class for Exchange events.
AbstractExchangeEvent(Exchange) - Constructor for class org.apache.camel.impl.event.AbstractExchangeEvent
 
AbstractHealthCheck - Class in org.apache.camel.impl.health
 
AbstractHealthCheck(String) - Constructor for class org.apache.camel.impl.health.AbstractHealthCheck
 
AbstractHealthCheck(String, String) - Constructor for class org.apache.camel.impl.health.AbstractHealthCheck
 
AbstractHealthCheck(String, String, Map<String, Object>) - Constructor for class org.apache.camel.impl.health.AbstractHealthCheck
 
AbstractRouteEvent - Class in org.apache.camel.impl.event
Base class for CamelContext events.
AbstractRouteEvent(Route) - Constructor for class org.apache.camel.impl.event.AbstractRouteEvent
 
addBlacklistedRoute(String) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
addClassLoader(ClassLoader) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
addEvaluator(PerformanceCounterEvaluator<ManagedRouteMBean>) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
addFallbackTypeConverter(TypeConverter, boolean) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
addFilter(PackageScanFilter) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
addFilter(PackageScanFilter) - Method in class org.apache.camel.impl.scan.CompositePackageScanFilter
 
addHalfOpenTimer(Route) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
addMetaData(String, Object) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
addParentType(Class<?>) - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
addRepository(HealthCheckRepository) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
addRouteEvaluator(String, PerformanceCounterEvaluator<ManagedRouteMBean>) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
addStateChangeListener(BiConsumer<HealthCheck.State, HealthCheck>) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
addTypeConverter(Class<?>, Class<?>, TypeConverter) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
addTypeConverters(TypeConverters) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
after(String, String) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Returns the string after the given token
allowNull() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
 
allowNull() - Method in class org.apache.camel.impl.converter.StaticMethodTypeConverter
 
AnnotatedWithAnyPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for testing if a given class is annotated with any of the annotations.
AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>>) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
AnnotatedWithAnyPackageScanFilter(Set<Class<? extends Annotation>>, boolean) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
AnnotatedWithPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for testing if a given class is annotated with a certain annotation.
AnnotatedWithPackageScanFilter(Class<? extends Annotation>) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
AnnotatedWithPackageScanFilter(Class<? extends Annotation>, boolean) - Constructor for class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
AnnotationTypeConverterLoader - Class in org.apache.camel.impl.converter
A class which will auto-discover Converter objects and methods to pre-load the TypeConverterRegistry of converters on startup.
AnnotationTypeConverterLoader(PackageScanClassResolver) - Constructor for class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
apply(List<ServiceDefinition>) - Method in interface org.apache.camel.cloud.ServiceFilter
Chooses one of the service to use
apply(ServiceDefinition) - Method in interface org.apache.camel.cloud.ServiceLoadBalancerFunction
 
ArrayTypeConverter - Class in org.apache.camel.impl.converter
A type converter which is used to convert to and from array types particularly for derived types of array component types and dealing with primitive array types.
ArrayTypeConverter() - Constructor for class org.apache.camel.impl.converter.ArrayTypeConverter
 
asEndpointUri(String, Map<String, String>, boolean) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
asEndpointUriXml(String, Map<String, String>, boolean) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
AssignableToPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for testing if a given class is assignable to another class.
AssignableToPackageScanFilter() - Constructor for class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
AssignableToPackageScanFilter(Class<?>) - Constructor for class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
AssignableToPackageScanFilter(Set<Class<?>>) - Constructor for class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
AsyncProcessorTypeConverter - Class in org.apache.camel.impl.converter
A simple converter that can convert any Processor to an AsyncProcessor.
AsyncProcessorTypeConverter() - Constructor for class org.apache.camel.impl.converter.AsyncProcessorTypeConverter
 
AttachmentConverter - Class in org.apache.camel.converter
Some useful converters for Attachment to a DataHandler
attemptCounter - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 

B

baseHitCounter - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
BaseTypeConverterRegistry - Class in org.apache.camel.impl.converter
Base implementation of a type converter registry used for type converters in Camel.
BaseTypeConverterRegistry(PackageScanClassResolver, Injector, FactoryFinder) - Constructor for class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
BaseTypeConverterRegistry.FallbackTypeConverter - Class in org.apache.camel.impl.converter
Represents a fallback type converter
before(String, String) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Returns the string before the given token
beginStep(Exchange, CamelSagaStep) - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
between(String, String, String) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Returns the string between the given tokens
Body() - Constructor for class org.apache.camel.support.dump.MessageDump.Body
 
buildCamelEndpointUri(String, String, Integer, String, String, String) - Method in class org.apache.camel.cloud.ServiceCallExpressionSupport
 

C

CachingInjector<T> - Class in org.apache.camel.impl.converter
A caching proxy
CachingInjector(TypeConverterRegistry, Class<T>) - Constructor for class org.apache.camel.impl.converter.CachingInjector
 
call() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
call(Map<String, Object>) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
call(String) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
call(String, Map<String, Object>) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
camelContext - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
CamelContextJSonSchemaResolver - Class in org.apache.camel.runtimecatalog.impl
Uses runtime CamelContext to resolve the JSon schema files.
CamelContextJSonSchemaResolver(CamelContext) - Constructor for class org.apache.camel.runtimecatalog.impl.CamelContextJSonSchemaResolver
 
CamelContextResumedEvent - Class in org.apache.camel.impl.event
 
CamelContextResumedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextResumedEvent
 
CamelContextResumeFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextResumeFailureEvent(CamelContext, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextResumeFailureEvent
 
CamelContextResumingEvent - Class in org.apache.camel.impl.event
 
CamelContextResumingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextResumingEvent
 
CamelContextStartedEvent - Class in org.apache.camel.impl.event
 
CamelContextStartedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStartedEvent
 
CamelContextStartingEvent - Class in org.apache.camel.impl.event
 
CamelContextStartingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStartingEvent
 
CamelContextStartupFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextStartupFailureEvent(CamelContext, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextStartupFailureEvent
 
CamelContextStatDump - Class in org.apache.camel.support.dump
A model of a CamelContext stat dump from ManagedCamelContextMBean.dumpRoutesStatsAsXml(boolean, boolean).
CamelContextStatDump() - Constructor for class org.apache.camel.support.dump.CamelContextStatDump
 
CamelContextStopFailureEvent - Class in org.apache.camel.impl.event
 
CamelContextStopFailureEvent(CamelContext, Throwable) - Constructor for class org.apache.camel.impl.event.CamelContextStopFailureEvent
 
CamelContextStoppedEvent - Class in org.apache.camel.impl.event
 
CamelContextStoppedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStoppedEvent
 
CamelContextStoppingEvent - Class in org.apache.camel.impl.event
 
CamelContextStoppingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextStoppingEvent
 
CamelContextSuspendedEvent - Class in org.apache.camel.impl.event
 
CamelContextSuspendedEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextSuspendedEvent
 
CamelContextSuspendingEvent - Class in org.apache.camel.impl.event
 
CamelContextSuspendingEvent(CamelContext) - Constructor for class org.apache.camel.impl.event.CamelContextSuspendingEvent
 
CamelConverter - Class in org.apache.camel.converter
Some useful converters for Camel APIs such as to convert a Predicate or Expression to a Processor
CatalogHelper - Class in org.apache.camel.runtimecatalog.impl
 
CHECK_ENABLED - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
CHECK_GROUP - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
CHECK_ID - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
choose(List<ServiceDefinition>) - Method in interface org.apache.camel.cloud.ServiceChooser
Chooses one of the service to use
clear() - Method in class org.apache.camel.impl.converter.DoubleMap
 
closeCircuit(Route) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
CollectionConverter - Class in org.apache.camel.converter
Some core java.util Collection based Type Converters
compensate() - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
complete() - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
componentJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
 
CompositePackageScanFilter - Class in org.apache.camel.impl.scan
CompositePackageScanFilter allows multiple PackageScanFilters to be composed into a single filter.
CompositePackageScanFilter() - Constructor for class org.apache.camel.impl.scan.CompositePackageScanFilter
 
CompositePackageScanFilter(Set<PackageScanFilter>) - Constructor for class org.apache.camel.impl.scan.CompositePackageScanFilter
 
configureSaxonTransformerFactory(TransformerFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Make a Saxon TransformerFactory more JAXP compliant by configuring it to send <xsl:message> output to the ErrorListener.
containsKey(K1, K2) - Method in class org.apache.camel.impl.converter.DoubleMap
 
ContextHealthCheck - Class in org.apache.camel.impl.health
 
ContextHealthCheck() - Constructor for class org.apache.camel.impl.health.ContextHealthCheck
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.ArrayTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.AsyncProcessorTypeConverter
 
convertTo(Class<T>, Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.EnumTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.FutureTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.StaticMethodTypeConverter
 
convertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.ToStringTypeConverter
 
CoreStaticTypeConverterLoader - Class in org.apache.camel.impl.converter
 
covertToByteBuffer(InputStream) - Static method in class org.apache.camel.converter.IOConverter
 
createCamelContextResumedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextResumeFailureEvent(CamelContext, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextResumingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStartedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStartingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStartupFailureEvent(CamelContext, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStopFailureEvent(CamelContext, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStoppedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextStoppingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextSuspendedEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createCamelContextSuspendingEvent(CamelContext) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createDocument() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createDocumentBuilder() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createDocumentBuilderFactory() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createExchangeCompletedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeCreatedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeFailedEvent(Exchange) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeFailureHandledEvent(Exchange, Processor, boolean, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeFailureHandlingEvent(Exchange, Processor, boolean, String) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeRedeliveryEvent(Exchange, int) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeSendingEvent(Exchange, Endpoint) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createExchangeSentEvent(Exchange, Endpoint, long) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createInputStream(XMLStreamReader, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createInstance(Class<T>) - Method in class org.apache.camel.impl.converter.CachingInjector
 
createLogger() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
createQueryString(Map<String, String>, String, boolean) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Assembles a query from the given map.
createReader(XMLStreamReader, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createRouteAddedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteRemovedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteStartedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createRouteStoppedEvent(Route) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createSAXParserFactory() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createServiceStartupFailureEvent(CamelContext, Object, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createServiceStopFailureEvent(CamelContext, Object, Throwable) - Method in class org.apache.camel.impl.event.DefaultEventFactory
 
createTransformer() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createTransformerFactory() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
createTypeConversionException(Exchange, Class<?>, Object, Throwable) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
createXMLEventReader(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventReader(File, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventReader(Reader) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventReader(XMLStreamReader) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventReader(Source) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventWriter(OutputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventWriter(Writer) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLEventWriter(Result) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLInputFactory(boolean) - Static method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLReader() - Method in class org.apache.camel.converter.jaxp.XMLReaderPool
Returns an XMLReader that can be used exactly once.
createXMLStreamReader(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamReader(File, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamReader(Reader) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamReader(Source) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamReader(String) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamWriter(OutputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamWriter(Writer) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
createXMLStreamWriter(Result) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 

D

dataFormatJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
 
DateTimeConverter - Class in org.apache.camel.converter
Date and time related converters.
DEFAULT_MAX_RETRY_ATTEMPTS - Static variable in class org.apache.camel.impl.saga.InMemorySagaService
 
DEFAULT_RETRY_DELAY_IN_MILLISECONDS - Static variable in class org.apache.camel.impl.saga.InMemorySagaService
 
defaultCharset - Static variable in class org.apache.camel.converter.jaxp.XmlConverter
 
DefaultEventFactory - Class in org.apache.camel.impl.event
Default implementation of the EventFactory.
DefaultEventFactory() - Constructor for class org.apache.camel.impl.event.DefaultEventFactory
 
DefaultHealthCheckRegistry - Class in org.apache.camel.impl.health
 
DefaultHealthCheckRegistry() - Constructor for class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
DefaultHealthCheckRegistry(CamelContext) - Constructor for class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
DefaultHealthCheckService - Class in org.apache.camel.impl.health
 
DefaultHealthCheckService() - Constructor for class org.apache.camel.impl.health.DefaultHealthCheckService
 
DefaultHealthCheckService(CamelContext) - Constructor for class org.apache.camel.impl.health.DefaultHealthCheckService
 
defaultOutputProperties() - Method in class org.apache.camel.converter.jaxp.XmlConverter
Returns the default set of output properties for conversions.
DefaultRuntimeCamelCatalog - Class in org.apache.camel.runtimecatalog.impl
Default RuntimeCamelCatalog.
DefaultRuntimeCamelCatalog(CamelContext) - Constructor for class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
Creates the RuntimeCamelCatalog without caching enabled.
DefaultRuntimeCamelCatalog(CamelContext, boolean) - Constructor for class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
Creates the RuntimeCamelCatalog
DefaultTypeConverter - Class in org.apache.camel.impl.converter
Default implementation of a type converter registry used for type converters in Camel.
DefaultTypeConverter(PackageScanClassResolver, Injector, FactoryFinder, boolean) - Constructor for class org.apache.camel.impl.converter.DefaultTypeConverter
 
deregister(ServiceDefinition) - Method in interface org.apache.camel.cloud.ServiceRegistry
Remove the service definition.
DiscoverableService - Interface in org.apache.camel.cloud
 
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
Invoke the health check.
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.ContextHealthCheck
 
doCall(HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RouteHealthCheck
 
doCompensate() - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
doComplete() - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
doConvertTo(Class<?>, Exchange, Object, boolean, boolean) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
doConvertTo(Class<?>, Exchange, Object, boolean) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
doConvertTo(Class<T>, Exchange, Object) - Static method in class org.apache.camel.impl.converter.EnumTypeConverter
 
DOCUMENT_BUILDER_FACTORY_FEATURE - Static variable in class org.apache.camel.converter.jaxp.XmlConverter
 
doFinalize(Function<CamelSagaStep, Optional<Endpoint>>, String) - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
doLookup(Class<?>, Class<?>, boolean) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
DomConverter - Class in org.apache.camel.converter.jaxp
Converts from some DOM types to Java types
DomConverter() - Constructor for class org.apache.camel.converter.jaxp.DomConverter
 
doStart() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
doStart() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
 
doStart() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
doStart() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
doStart() - Method in class org.apache.camel.impl.validator.ProcessorValidator
 
doStart() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
doStop() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
doStop() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
doStop() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
doStop() - Method in class org.apache.camel.impl.validator.ProcessorValidator
 
doStop() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
DoubleMap<K1,K2,V> - Class in org.apache.camel.impl.converter
 
DoubleMap(int) - Constructor for class org.apache.camel.impl.converter.DoubleMap
 
dumpState() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
DurationConverter - Class in org.apache.camel.converter
Converters for java.time.Duration.

E

encode(String) - Static method in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder
 
encode(String, BitSet) - Static method in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder
 
encode(String, boolean) - Static method in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder
 
encode(String, BitSet, boolean) - Static method in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder
 
encodeHttpURI(String) - Static method in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder
 
encodeHttpURI(String, boolean) - Static method in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder
 
endpointComponentName(String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
endpointLenientProperties(String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
endpointProperties(String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
EnumTypeConverter - Class in org.apache.camel.impl.converter
A type converter which is used to convert from String to enum type
EnumTypeConverter() - Constructor for class org.apache.camel.impl.converter.EnumTypeConverter
 
equals(Object) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
equals(Object) - Method in class org.apache.camel.runtimecatalog.impl.Pair
 
error(TransformerException) - Method in class org.apache.camel.converter.jaxp.XmlErrorListener
 
evaluate(Exchange) - Method in class org.apache.camel.cloud.ServiceCallExpressionSupport
 
evaluators() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
evaluators(String) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
ExchangeCompletedEvent - Class in org.apache.camel.impl.event
 
ExchangeCompletedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeCompletedEvent
 
ExchangeCreatedEvent - Class in org.apache.camel.impl.event
Event after an Exchange has been created.
ExchangeCreatedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeCreatedEvent
 
ExchangeFailedEvent - Class in org.apache.camel.impl.event
 
ExchangeFailedEvent(Exchange) - Constructor for class org.apache.camel.impl.event.ExchangeFailedEvent
 
ExchangeFailureHandledEvent - Class in org.apache.camel.impl.event
 
ExchangeFailureHandledEvent(Exchange, Processor, boolean, String) - Constructor for class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
ExchangeFailureHandlingEvent - Class in org.apache.camel.impl.event
 
ExchangeFailureHandlingEvent(Exchange, Processor, boolean, String) - Constructor for class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
ExchangeRedeliveryEvent - Class in org.apache.camel.impl.event
 
ExchangeRedeliveryEvent(Exchange, int) - Constructor for class org.apache.camel.impl.event.ExchangeRedeliveryEvent
 
ExchangeSendingEvent - Class in org.apache.camel.impl.event
Event for before sending an Exchange to an Endpoint.
ExchangeSendingEvent(Exchange, Endpoint) - Constructor for class org.apache.camel.impl.event.ExchangeSendingEvent
 
ExchangeSentEvent - Class in org.apache.camel.impl.event
Event for after an Exchange has been sent to an Endpoint.
ExchangeSentEvent(Exchange, Endpoint, long) - Constructor for class org.apache.camel.impl.event.ExchangeSentEvent
 
exchangesFailed(long) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
ExchangesFailed(long) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.ExchangesFailed
 
exchangesInflight(long) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
ExchangesInflight(long) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.ExchangesInflight
 
externalRedeliveries(long) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
ExternalRedeliveries(long) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.ExternalRedeliveries
 
extractProperties(Map<String, Object>, String) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
 

F

factoryFinder - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
failedCounter - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
FAILURE_COUNT - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
fallbackConverters - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
fatalError(TransformerException) - Method in class org.apache.camel.converter.jaxp.XmlErrorListener
 
filterPackageNamesOnly(PackageScanClassResolver, String[], Set<Class<?>>) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Filters the given list of packages and returns an array of only package names.
filterUnwantedPackage(String, String[]) - Static method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Filters the given list of packages
findAnnotated(Class<? extends Annotation>, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findAnnotated(Set<Class<? extends Annotation>>, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findByFilter(PackageScanFilter, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findImplementations(Class<?>, String...) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
findPackageNames() - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Finds the names of the packages to search for on the classpath looking for text files on the classpath at the AnnotationTypeConverterLoader.META_INF_SERVICES location.
findPackageNames() - Method in class org.apache.camel.impl.converter.TypeConvertersLoader
 
findPackages(Set<String>, ClassLoader) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
forEach(TriConsumer<K1, K2, V>) - Method in class org.apache.camel.impl.converter.DoubleMap
 
fromCharArray(char[]) - Static method in class org.apache.camel.converter.ObjectConverter
 
FutureTypeConverter - Class in org.apache.camel.impl.converter
Future type converter.
FutureTypeConverter(TypeConverter) - Constructor for class org.apache.camel.impl.converter.FutureTypeConverter
 

G

get(K1, K2) - Method in class org.apache.camel.impl.converter.DoubleMap
 
getAccumulatedProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getAttempt() - Method in class org.apache.camel.impl.event.ExchangeRedeliveryEvent
 
getAttributes() - Method in interface org.apache.camel.cloud.ServiceRegistry
Attributes associated to the service.
getBody() - Method in class org.apache.camel.support.dump.MessageDump
 
getCamelContext() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getCamelContext() - Method in class org.apache.camel.impl.health.ContextHealthCheck
 
getCamelContext() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getCamelContext() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
getCamelContext() - Method in class org.apache.camel.impl.health.RegistryRepository
 
getCamelContext() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
getCamelContext() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
getCamelContext() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getCamelContext() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextResumeFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextStartupFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.CamelContextStopFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.ExchangeFailedEvent
 
getCause() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getCause() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getCheckInterval() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
getCheckIntervalUnit() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
getClassLoaders() - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
getComponentJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.CamelContextJSonSchemaResolver
 
getConfiguration() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getContext() - Method in class org.apache.camel.impl.event.AbstractContextEvent
 
getContext() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getContext() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getDataFormatJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.CamelContextJSonSchemaResolver
 
getDeadLetterUri() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
getDeadLetterUri() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
getDeltaProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getDeltaProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getDeltaProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getDocumentBuilderFactory() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
getDocumentBuilderFactory(Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
getEndpoint() - Method in interface org.apache.camel.cloud.ServiceHealth
The health enpoint exposed by the service.
getEndpoint() - Method in class org.apache.camel.impl.event.ExchangeSendingEvent
 
getEndpoint() - Method in class org.apache.camel.impl.event.ExchangeSentEvent
 
getExchange() - Method in class org.apache.camel.impl.event.AbstractExchangeEvent
 
getExchangeId() - Method in class org.apache.camel.support.dump.MessageDump
 
getExchangesCompleted() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getExchangesCompleted() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getExchangesCompleted() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getExchangesFailed() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getExchangesFailed() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getExchangesFailed() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getExchangesInflight() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getExchangesInflight() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getExecutorService() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
getFailureHandler() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
getFailureHandler() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
getFailures() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getFailuresHandled() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getFailuresHandled() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getFailuresHandled() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getFailureThreshold() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getFailureWindow() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getFallbackTypeConverter() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry.FallbackTypeConverter
 
getFirst(Predicate<K1>, Predicate<K2>) - Method in class org.apache.camel.impl.converter.DoubleMap
 
getFirstExchangeCompletedExchangeId() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getFirstExchangeCompletedExchangeId() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getFirstExchangeCompletedExchangeId() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getFirstExchangeCompletedTimestamp() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getFirstExchangeCompletedTimestamp() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getFirstExchangeCompletedTimestamp() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getFirstExchangeFailureExchangeId() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getFirstExchangeFailureExchangeId() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getFirstExchangeFailureExchangeId() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getFirstExchangeFailureTimestamp() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getFirstExchangeFailureTimestamp() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getFirstExchangeFailureTimestamp() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getGroup() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getHalfOpenAfter() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getHalfOpenHandler() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getHeaders() - Method in class org.apache.camel.support.dump.MessageDump
 
getHealth() - Method in interface org.apache.camel.cloud.ServiceDefinition
Gets the health.
getHealthCheckRegistry() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
getHost() - Method in interface org.apache.camel.cloud.ServiceDefinition
Gets the IP or hostname of the server hosting the service.
getHostHeader() - Method in class org.apache.camel.cloud.ServiceCallExpressionSupport
 
getId() - Method in interface org.apache.camel.cloud.ServiceDefinition
Gets the service id.
getId() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getId() - Method in class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
getId() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getId() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getId() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getIndex() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getInjector() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getInputFactory() - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
getJSonSchemaResolver() - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
getKeepOpen() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getKey() - Method in class org.apache.camel.support.dump.MessageDump.Header
 
getLanguageJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.CamelContextJSonSchemaResolver
 
getLastExchangeCompletedExchangeId() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getLastExchangeCompletedExchangeId() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getLastExchangeCompletedExchangeId() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getLastExchangeCompletedTimestamp() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getLastExchangeCompletedTimestamp() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getLastExchangeCompletedTimestamp() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getLastExchangeFailureExchangeId() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getLastExchangeFailureExchangeId() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getLastExchangeFailureExchangeId() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getLastExchangeFailureTimestamp() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getLastExchangeFailureTimestamp() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getLastExchangeFailureTimestamp() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getLastFailure() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getLastProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getLastProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getLastProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getLeft() - Method in class org.apache.camel.runtimecatalog.impl.Pair
 
getLength() - Method in class org.apache.camel.converter.jaxp.ThreadSafeNodeList
 
getLogger() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
getLoggingLevel() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
getMaxInflightExchanges() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
getMaxProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getMaxProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getMaxProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getMaxRetryAttempts() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
getMeanProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getMeanProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getMeanProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getMetadata() - Method in interface org.apache.camel.cloud.ServiceDefinition
Gets a key/value metadata associated with the service.
getMetadata() - Method in interface org.apache.camel.cloud.ServiceHealth
Gets a key/value metadata associated with the service.
getMetaData() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
getMinProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getMinProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getMinProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getModelJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.CamelContextJSonSchemaResolver
 
getName() - Method in interface org.apache.camel.cloud.ServiceDefinition
Gets the service name.
getOpenedAt() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
getOrder() - Method in interface org.apache.camel.cloud.ServiceRegistry
 
getOrFindTypeConverter(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getOtherJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.CamelContextJSonSchemaResolver
 
getOutputFactory() - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
getPort() - Method in interface org.apache.camel.cloud.ServiceDefinition
Gets the port number of the server hosting the service.
getPortHeader() - Method in class org.apache.camel.cloud.ServiceCallExpressionSupport
 
getProcessorStats() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getRedeliveries() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getRedeliveries() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getRedeliveries() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getRepositories() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
getResetTimestamp() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getResetTimestamp() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getResetTimestamp() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getResults() - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
getResumePercentOfMax() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
getRetryDelayInMilliseconds() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
getRight() - Method in class org.apache.camel.runtimecatalog.impl.Pair
 
getRoute() - Method in class org.apache.camel.impl.event.AbstractRouteEvent
 
getRouteStats() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getSaga(String) - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
getScope() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
getSelfProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getSelfProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getService() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
getService() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
getServiceChooser() - Method in interface org.apache.camel.cloud.ServiceChooserAware
getServiceDiscovery() - Method in interface org.apache.camel.cloud.ServiceDiscoveryAware
getServiceFilter() - Method in interface org.apache.camel.cloud.ServiceFilterAware
getServiceProperties() - Method in interface org.apache.camel.cloud.DiscoverableService
Get the service properties.
getServices(String) - Method in interface org.apache.camel.cloud.ServiceDiscovery
Gets the list of services.
getStartTimestamp() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getStartTimestamp() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getState() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getState() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getState() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getStatistics() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getSuggestionStrategy() - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
getTimeTaken() - Method in class org.apache.camel.impl.event.ExchangeSentEvent
 
getTotalProcessingTime() - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
getTotalProcessingTime() - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
getTotalProcessingTime() - Method in class org.apache.camel.support.dump.RouteStatDump
 
getTransformerFactory() - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
getType() - Method in class org.apache.camel.impl.validator.ValidatorKey
 
getType() - Method in class org.apache.camel.support.dump.MessageDump.Body
 
getType() - Method in class org.apache.camel.support.dump.MessageDump.Header
 
getTypeConverter(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getTypeConverterExists() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getTypeConverterExistsLoggingLevel() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getTypeConverterLoaders() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
getValue() - Method in class org.apache.camel.support.dump.MessageDump.Body
 
getValue() - Method in class org.apache.camel.support.dump.MessageDump.Header
 

H

halfOpenCircuit(Route) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
hashCode() - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
hashCode() - Method in class org.apache.camel.runtimecatalog.impl.Pair
 
Header() - Constructor for class org.apache.camel.support.dump.MessageDump.Header
 
hitCounter - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 

I

injector - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
InMemorySagaCoordinator - Class in org.apache.camel.impl.saga
A in-memory implementation of a saga coordinator.
InMemorySagaCoordinator(CamelContext, InMemorySagaService, String) - Constructor for class org.apache.camel.impl.saga.InMemorySagaCoordinator
 
InMemorySagaService - Class in org.apache.camel.impl.saga
A in-memory implementation of a saga service.
InMemorySagaService() - Constructor for class org.apache.camel.impl.saga.InMemorySagaService
 
INSTANCE - Static variable in class org.apache.camel.impl.converter.CoreStaticTypeConverterLoader
 
InstanceMethodFallbackTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter implementation which instantiates an object so that an instance method can be used as a fallback type converter
InstanceMethodFallbackTypeConverter(CachingInjector<?>, Method, TypeConverterRegistry, boolean) - Constructor for class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
InstanceMethodTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter implementation which instantiates an object so that an instance method can be used as a type converter
InstanceMethodTypeConverter(CachingInjector<?>, Method, TypeConverterRegistry, boolean) - Constructor for class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
InvertingPackageScanFilter - Class in org.apache.camel.impl.scan
Package scan filter for inverting the match result of a subfilter.
InvertingPackageScanFilter(PackageScanFilter) - Constructor for class org.apache.camel.impl.scan.InvertingPackageScanFilter
 
INVOCATION_ATTEMPT_TIME - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
INVOCATION_COUNT - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
INVOCATION_TIME - Static variable in class org.apache.camel.impl.health.AbstractHealthCheck
 
IOConverter - Class in org.apache.camel.converter
Some core java.io based Type Converters
isCanPromote() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry.FallbackTypeConverter
 
isContinued() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
isDeadLetterChannel() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
isDeadLetterChannel() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
isEmpty(Object) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Tests whether the value is null or an empty string.
isEmpty(Object) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Tests whether the value is null or an empty string.
isHandled() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
isHealthy() - Method in interface org.apache.camel.cloud.ServiceHealth
States if the service is healthy or not
isNotEmpty(Object) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Tests whether the value is not null or an empty string.
isNotEmpty(Object) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Tests whether the value is not null or an empty string.
isRaw(int, List<Pair<Integer>>) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
 
isReadyToBeClosed() - Method in interface org.apache.camel.throttling.ThrottlingExceptionHalfOpenHandler
Check the state of the Camel route
isRunAllowed() - Method in class org.apache.camel.impl.converter.DefaultTypeConverter
 
isThresholdExceeded() - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
isValidConverterMethod(Method) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
isValidFallbackConverterMethod(Method) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
item(int) - Method in class org.apache.camel.converter.jaxp.ThreadSafeNodeList
 
iterable(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Creates an iterable over the value
iterator(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Creates an iterator over the value

L

languageJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
 
lastProcessingTime(long, int) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
LastProcessingTime(long, int) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.LastProcessingTime
 
listAllTypeConvertersFromTo() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
load(TypeConverterRegistry) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
load(TypeConverterRegistry) - Method in class org.apache.camel.impl.converter.CoreStaticTypeConverterLoader
 
loadConverterMethods(TypeConverterRegistry, Class<?>) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
Loads all of the converter methods for the given type
loadCoreTypeConverters() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
Loads the core type converters which is mandatory to use Camel
loadFallbackTypeConverters() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
loadLines(InputStream, List<String>) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Loads the entire stream into memory as a String and returns it.
loadText(InputStream) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Loads the entire stream into memory as a String and returns it.
loadTypeConverters() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
Checks if the registry is loaded and if not lazily load it
lookup(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 

M

mandatoryConvertTo(Class<T>, Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
mandatoryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
matches(ServiceDefinition) - Method in interface org.apache.camel.cloud.ServiceDefinition
Check if a service definition matches.
matches(Class<?>) - Method in class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.CompositePackageScanFilter
 
matches(Class<?>) - Method in class org.apache.camel.impl.scan.InvertingPackageScanFilter
 
matchWildcard(String, String) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Matches the name with the pattern.
maxProcessingTime(long, int) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
MaxProcessingTime(long, int) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.MaxProcessingTime
 
meanProcessingTime(long, int) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
MeanProcessingTime(long, int) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.MeanProcessingTime
 
MessageDump - Class in org.apache.camel.support.dump
A model of a message dump from MessageHelper#dumpAsXml(org.apache.camel.Message).
MessageDump() - Constructor for class org.apache.camel.support.dump.MessageDump
 
MessageDump.Body - Class in org.apache.camel.support.dump
A model of a message dump body.
MessageDump.Header - Class in org.apache.camel.support.dump
A model of a message dump header.
META_INF_SERVICES - Static variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
minProcessingTime(long, int) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
MinProcessingTime(long, int) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.MinProcessingTime
 
MISS_CONVERTER - Static variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
missCounter - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
modelJSonSchema(String) - Method in class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
 

N

newInstance(CamelContext) - Method in interface org.apache.camel.cloud.ServiceFactory
Creates an instance of a service.
newInstance() - Method in class org.apache.camel.impl.converter.CachingInjector
 
newSaga() - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
NIOConverter - Class in org.apache.camel.converter
Some core java.nio based Type Converters
noopCounter - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
normalizeUri(String) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Normalizes the URI so unsafe characters is encoded
notify(HealthCheck, HealthCheck.Result) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 

O

ObjectConverter - Class in org.apache.camel.converter
Some core java.lang based Type Converters
onExchangeDone(Route, Exchange) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
onExchangeDone(Route, Exchange) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
onInit(Route) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
onInit(Route) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
onStart(Route) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
openCircuit(Route) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
org.apache.camel.cloud - package org.apache.camel.cloud
Camel cloud
org.apache.camel.converter - package org.apache.camel.converter
A set of helper classes for converting from different types of Java object to be used by the Type Conversion Support
org.apache.camel.converter.jaxp - package org.apache.camel.converter.jaxp
A number of JAXP related helper classes for converting to and from various JAXP related classes like Document and Source to be used by a TypeConverter
org.apache.camel.impl.converter - package org.apache.camel.impl.converter
Default implementation classes the Type Conversion Strategies
org.apache.camel.impl.event - package org.apache.camel.impl.event
Camel management events
org.apache.camel.impl.health - package org.apache.camel.impl.health
Camel Health Check implementations.
org.apache.camel.impl.saga - package org.apache.camel.impl.saga
In-memory Saga coordinator.
org.apache.camel.impl.scan - package org.apache.camel.impl.scan
Package scan classes.
org.apache.camel.impl.validator - package org.apache.camel.impl.validator
Validator implementation classes.
org.apache.camel.runtimecatalog.impl - package org.apache.camel.runtimecatalog.impl
 
org.apache.camel.support.dump - package org.apache.camel.support.dump
 
org.apache.camel.throttling - package org.apache.camel.throttling
 
OUTPUT_PROPERTIES_PREFIX - Static variable in class org.apache.camel.converter.jaxp.XmlConverter
 

P

Pair<T> - Class in org.apache.camel.runtimecatalog.impl
Copied from org.apache.camel.util.Pair
Pair(T, T) - Constructor for class org.apache.camel.runtimecatalog.impl.Pair
 
parseParameters(URI) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Parses the query parameters of the uri (eg the query part).
parseQuery(String) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Parses the query part of the uri (eg the parameters).
parseQuery(String, boolean) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Parses the query part of the uri (eg the parameters).
PerformanceCounterEvaluator<T extends org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean> - Interface in org.apache.camel.impl.health
 
process(String, ServiceLoadBalancerFunction<T>) - Method in interface org.apache.camel.cloud.ServiceLoadBalancer
 
ProcessorStatDump - Class in org.apache.camel.support.dump
A model of a route stat dump from ManagedRouteMBean.dumpRouteStatsAsXml(boolean, boolean).
ProcessorStatDump() - Constructor for class org.apache.camel.support.dump.ProcessorStatDump
 
ProcessorValidator - Class in org.apache.camel.impl.validator
A Validator implementation which leverages Processor to perform validation.
ProcessorValidator(CamelContext) - Constructor for class org.apache.camel.impl.validator.ProcessorValidator
 
put(K1, K2, V) - Method in class org.apache.camel.impl.converter.DoubleMap
 

R

RAW_TOKEN_END - Static variable in class org.apache.camel.runtimecatalog.impl.URISupport
 
RAW_TOKEN_PREFIX - Static variable in class org.apache.camel.runtimecatalog.impl.URISupport
 
RAW_TOKEN_START - Static variable in class org.apache.camel.runtimecatalog.impl.URISupport
 
redeliveries(long) - Static method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators
 
Redeliveries(long) - Constructor for class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.Redeliveries
 
register(ServiceDefinition) - Method in interface org.apache.camel.cloud.ServiceRegistry
Register the service definition.
register(HealthCheck) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
registerFallbackTypeConverter(TypeConverterRegistry, TypeConverter, Method) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
registerMissType(Class) - Static method in class org.apache.camel.impl.converter.ToStringTypeConverter
 
registerStep(CamelSagaStep) - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
registerTypeConverter(TypeConverterRegistry, Method, Class<?>, Class<?>, TypeConverter) - Method in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
RegistryRepository - Class in org.apache.camel.impl.health
 
RegistryRepository() - Constructor for class org.apache.camel.impl.health.RegistryRepository
 
remove(K1, K2) - Method in class org.apache.camel.impl.converter.DoubleMap
 
removeFilter(PackageScanFilter) - Method in class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
removeLeadingAndEndingQuotes(String) - Static method in class org.apache.camel.runtimecatalog.impl.CatalogHelper
Removes all leading and ending quotes (single and double) from the string
removeRepository(HealthCheckRepository) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
removeStateChangeListener(BiConsumer<HealthCheck.State, HealthCheck>) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
removeTypeConverter(Class<?>, Class<?>) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
resolver - Variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
resolver - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
RouteAddedEvent - Class in org.apache.camel.impl.event
 
RouteAddedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteAddedEvent
 
RouteHealthCheck - Class in org.apache.camel.impl.health
 
RouteHealthCheck(Route) - Constructor for class org.apache.camel.impl.health.RouteHealthCheck
 
RouteHealthCheck(Route, Collection<PerformanceCounterEvaluator<ManagedRouteMBean>>) - Constructor for class org.apache.camel.impl.health.RouteHealthCheck
 
RoutePerformanceCounterEvaluators - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.ExchangesFailed - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.ExchangesInflight - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.ExternalRedeliveries - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.LastProcessingTime - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.MaxProcessingTime - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.MeanProcessingTime - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.MinProcessingTime - Class in org.apache.camel.impl.health
 
RoutePerformanceCounterEvaluators.Redeliveries - Class in org.apache.camel.impl.health
 
RouteRemovedEvent - Class in org.apache.camel.impl.event
 
RouteRemovedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteRemovedEvent
 
RoutesHealthCheckRepository - Class in org.apache.camel.impl.health
 
RoutesHealthCheckRepository() - Constructor for class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
RouteStartedEvent - Class in org.apache.camel.impl.event
 
RouteStartedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteStartedEvent
 
RouteStatDump - Class in org.apache.camel.support.dump
A model of a route stat dump from ManagedRouteMBean.dumpRouteStatsAsXml(boolean, boolean).
RouteStatDump() - Constructor for class org.apache.camel.support.dump.RouteStatDump
 
RouteStoppedEvent - Class in org.apache.camel.impl.event
 
RouteStoppedEvent(Route) - Constructor for class org.apache.camel.impl.event.RouteStoppedEvent
 

S

scanRaw(String) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
 
select(Collection<ServiceRegistry>) - Method in interface org.apache.camel.cloud.ServiceRegistry.Selector
Select a specific ServiceRegistry instance among a collection.
SERVICE_CALL_CONTEXT_PATH - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
SERVICE_CALL_SCHEME - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
SERVICE_CALL_URI - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
SERVICE_HOST - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
SERVICE_META - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
SERVICE_META_HOST - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_ID - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_NAME - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_PATH - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_PORT - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_PREFIX - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_PROTOCOL - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_META_ZONE - Static variable in interface org.apache.camel.cloud.ServiceDefinition
 
SERVICE_NAME - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
SERVICE_PORT - Static variable in interface org.apache.camel.cloud.ServiceCallConstants
 
ServiceCallConstants - Interface in org.apache.camel.cloud
 
ServiceCallExpressionSupport - Class in org.apache.camel.cloud
 
ServiceCallExpressionSupport() - Constructor for class org.apache.camel.cloud.ServiceCallExpressionSupport
 
ServiceCallExpressionSupport(String, String) - Constructor for class org.apache.camel.cloud.ServiceCallExpressionSupport
 
ServiceChooser - Interface in org.apache.camel.cloud
Allows SPIs to implement custom Service Chooser.
ServiceChooserAware - Interface in org.apache.camel.cloud
An interface to represent an object which wishes to be injected with a ServiceChooser
ServiceChooserFactory - Interface in org.apache.camel.cloud
A factory to create ServiceChooser
ServiceDefinition - Interface in org.apache.camel.cloud
Represents a Service.
ServiceDiscovery - Interface in org.apache.camel.cloud
Allows SPIs to implement custom Service Discovery.
ServiceDiscoveryAware - Interface in org.apache.camel.cloud
An interface to represent an object which wishes to be injected with a ServiceDiscovery
ServiceDiscoveryFactory - Interface in org.apache.camel.cloud
A factory to create ServiceDiscovery
ServiceExpressionFactory - Interface in org.apache.camel.cloud
A factory to create Expression
ServiceFactory<T> - Interface in org.apache.camel.cloud
 
ServiceFilter - Interface in org.apache.camel.cloud
Allows SPIs to implement custom Service Filter.
ServiceFilterAware - Interface in org.apache.camel.cloud
An interface to represent an object which wishes to be injected with a ServiceFilter
ServiceFilterFactory - Interface in org.apache.camel.cloud
A factory to create ServiceFilter
ServiceHealth - Interface in org.apache.camel.cloud
 
ServiceLoadBalancer - Interface in org.apache.camel.cloud
Represents a Load Balancer.
ServiceLoadBalancerFactory - Interface in org.apache.camel.cloud
A factory to create LoadBalancer
ServiceLoadBalancerFunction<T> - Interface in org.apache.camel.cloud
Represents a load balancer function to be executed by the LoadBalancer.
ServiceRegistry - Interface in org.apache.camel.cloud
 
ServiceRegistry.Selector - Interface in org.apache.camel.cloud
A selector used to pick up a service among a list.
ServiceStartupFailureEvent - Class in org.apache.camel.impl.event
 
ServiceStartupFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
ServiceStopFailureEvent - Class in org.apache.camel.impl.event
 
ServiceStopFailureEvent(CamelContext, Object, Throwable) - Constructor for class org.apache.camel.impl.event.ServiceStopFailureEvent
 
setAccumulatedProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setBlacklistedRoutes(Collection<String>) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setBody(MessageDump.Body) - Method in class org.apache.camel.support.dump.MessageDump
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.ContextHealthCheck
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.RegistryRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
setCamelContext(CamelContext) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
setCheckInterval(long) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
setCheckInterval(long, TimeUnit) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
setCheckIntervalUnit(TimeUnit) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
setConfiguration(HealthCheckConfiguration) - Method in class org.apache.camel.impl.health.AbstractHealthCheck
 
setDeltaProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setDeltaProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setDeltaProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
setEvaluators(Collection<PerformanceCounterEvaluator<ManagedRouteMBean>>) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setExchangeId(String) - Method in class org.apache.camel.support.dump.MessageDump
 
setExchangesCompleted(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setExchangesCompleted(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setExchangesCompleted(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setExchangesFailed(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setExchangesFailed(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setExchangesFailed(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setExchangesInflight(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setExchangesInflight(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setFailuresHandled(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setFailuresHandled(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setFailuresHandled(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setFailureThreshold(int) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
setFailureWindow(long) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
setFirstExchangeCompletedExchangeId(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setFirstExchangeCompletedExchangeId(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setFirstExchangeCompletedExchangeId(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setFirstExchangeCompletedTimestamp(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setFirstExchangeCompletedTimestamp(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setFirstExchangeCompletedTimestamp(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setFirstExchangeFailureExchangeId(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setFirstExchangeFailureExchangeId(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setFirstExchangeFailureExchangeId(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setFirstExchangeFailureTimestamp(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setFirstExchangeFailureTimestamp(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setFirstExchangeFailureTimestamp(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setHalfOpenAfter(long) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
setHalfOpenHandler(ThrottlingExceptionHalfOpenHandler) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
setHeaders(List<MessageDump.Header>) - Method in class org.apache.camel.support.dump.MessageDump
 
setHealthCheckOptions(String, Map<String, Object>) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
setHealthCheckRegistry(HealthCheckRegistry) - Method in class org.apache.camel.impl.health.DefaultHealthCheckService
 
setHostHeader(String) - Method in class org.apache.camel.cloud.ServiceCallExpressionSupport
 
setId(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setId(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setId(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setIndex(Integer) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setInjector(Injector) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
setInputFactory(XMLInputFactory) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
setJSonSchemaResolver(JSonSchemaResolver) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
setKeepOpen(boolean) - Method in class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
setKey(String) - Method in class org.apache.camel.support.dump.MessageDump.Header
 
setLastExchangeCompletedExchangeId(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setLastExchangeCompletedExchangeId(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setLastExchangeCompletedExchangeId(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setLastExchangeCompletedTimestamp(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setLastExchangeCompletedTimestamp(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setLastExchangeCompletedTimestamp(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setLastExchangeFailureExchangeId(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setLastExchangeFailureExchangeId(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setLastExchangeFailureExchangeId(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setLastExchangeFailureTimestamp(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setLastExchangeFailureTimestamp(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setLastExchangeFailureTimestamp(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setLastProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setLastProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setLastProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setLogger(CamelLogger) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
Sets the logger to use for logging throttling activity.
setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
Sets the logging level to report the throttling activity.
setMaxInflightExchanges(int) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
Sets the upper limit of number of concurrent inflight exchanges at which point reached the throttler should suspend the route.
setMaxProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setMaxProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setMaxProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setMaxRetryAttempts(int) - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
setMeanProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setMeanProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setMeanProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setMinProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setMinProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setMinProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setOutputFactory(XMLOutputFactory) - Method in class org.apache.camel.converter.jaxp.StaxConverter
 
setPortHeader(String) - Method in class org.apache.camel.cloud.ServiceCallExpressionSupport
 
setProcessor(Processor) - Method in class org.apache.camel.impl.validator.ProcessorValidator
Set processor to use
setProcessorStats(List<ProcessorStatDump>) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setRedeliveries(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setRedeliveries(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setRedeliveries(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setRepositories(Collection<HealthCheckRepository>) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
setResetTimestamp(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setResetTimestamp(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setResetTimestamp(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setResumePercentOfMax(int) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
Sets at which percentage of the max the throttler should start resuming the route.
setRetryDelayInMilliseconds(long) - Method in class org.apache.camel.impl.saga.InMemorySagaService
 
setRouteEvaluators(String, Collection<PerformanceCounterEvaluator<ManagedRouteMBean>>) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setRoutesEvaluators(Map<String, Collection<PerformanceCounterEvaluator<ManagedRouteMBean>>>) - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
setRouteStats(List<RouteStatDump>) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setScope(ThrottlingInflightRoutePolicy.ThrottlingScope) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
Sets which scope the throttling should be based upon, either route or total scoped.
setSelfProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setSelfProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setServiceChooser(ServiceChooser) - Method in interface org.apache.camel.cloud.ServiceChooserAware
Injects the ServiceChooser
setServiceDiscovery(ServiceDiscovery) - Method in interface org.apache.camel.cloud.ServiceDiscoveryAware
Injects the ServiceDiscovery
setServiceFilter(ServiceFilter) - Method in interface org.apache.camel.cloud.ServiceFilterAware
Injects the ServiceFilter
setStartTimestamp(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setStartTimestamp(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setState(String) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setState(String) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setState(String) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setSuggestionStrategy(SuggestionStrategy) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
setTotalProcessingTime(Long) - Method in class org.apache.camel.support.dump.CamelContextStatDump
 
setTotalProcessingTime(Long) - Method in class org.apache.camel.support.dump.ProcessorStatDump
 
setTotalProcessingTime(Long) - Method in class org.apache.camel.support.dump.RouteStatDump
 
setTransformerFactory(TransformerFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
setType(String) - Method in class org.apache.camel.support.dump.MessageDump.Body
 
setType(String) - Method in class org.apache.camel.support.dump.MessageDump.Header
 
setTypeConverterExists(TypeConverterExists) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
setTypeConverterExistsLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
setupFeatures(DocumentBuilderFactory) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
setValue(String) - Method in class org.apache.camel.support.dump.MessageDump.Body
 
setValue(String) - Method in class org.apache.camel.support.dump.MessageDump.Header
 
size() - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
size() - Method in class org.apache.camel.impl.converter.DoubleMap
 
SQLConverter - Class in org.apache.camel.converter
SQL Date and time related converters.
start() - Method in class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
 
StaticMethodFallbackTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter implementation which invokes a static method as a fallback type converter from a type to another type
StaticMethodFallbackTypeConverter(Method, TypeConverterRegistry, boolean) - Constructor for class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
 
StaticMethodTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter implementation which invokes a static method to convert from a type to another type
StaticMethodTypeConverter(Method, boolean) - Constructor for class org.apache.camel.impl.converter.StaticMethodTypeConverter
 
statistics - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
StaxConverter - Class in org.apache.camel.converter.jaxp
A converter of StAX objects
StaxConverter() - Constructor for class org.apache.camel.converter.jaxp.StaxConverter
 
stop() - Method in class org.apache.camel.runtimecatalog.impl.DefaultRuntimeCamelCatalog
 
stream() - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
stream() - Method in class org.apache.camel.impl.health.RegistryRepository
 
stream() - Method in class org.apache.camel.impl.health.RoutesHealthCheckRepository
 
StreamSourceConverter - Class in org.apache.camel.converter.jaxp
A converter from StreamSource objects
stripPrefix(String, String) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Strips the prefix from the value.
stripQuery(String) - Static method in class org.apache.camel.runtimecatalog.impl.URISupport
Strips the query parameters from the uri
suggestEndpointOptions(Set<String>, String) - Method in interface org.apache.camel.runtimecatalog.impl.SuggestionStrategy
Provides a list of valid option names for a did you mean function.
SuggestionStrategy - Interface in org.apache.camel.runtimecatalog.impl
Strategy to provide suggestions for unknown endpoint options

T

test(T, HealthCheckResultBuilder, Map<String, Object>) - Method in interface org.apache.camel.impl.health.PerformanceCounterEvaluator
Check the given performance counter.
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.ExchangesFailed
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.ExchangesInflight
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.ExternalRedeliveries
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.LastProcessingTime
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.MaxProcessingTime
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.MeanProcessingTime
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.MinProcessingTime
 
test(ManagedRouteMBean, HealthCheckResultBuilder, Map<String, Object>) - Method in class org.apache.camel.impl.health.RoutePerformanceCounterEvaluators.Redeliveries
 
ThreadSafeNodeList - Class in org.apache.camel.converter.jaxp
A simple thread-safe NodeList that is used by org.apache.camel.builder.xml.XPathBuilder to return thread-safe NodeList instances as its result.
ThreadSafeNodeList(NodeList) - Constructor for class org.apache.camel.converter.jaxp.ThreadSafeNodeList
 
throttle(Route, Exchange) - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
Throttles the route when Exchanges is done.
ThrottlingExceptionHalfOpenHandler - Interface in org.apache.camel.throttling
Used by the ThrottlingExceptionRoutePolicy to allow custom code to handle the half open circuit state and how to determine if a route should be closed
ThrottlingExceptionRoutePolicy - Class in org.apache.camel.throttling
Modeled after the circuit breaker ThrottlingInflightRoutePolicy this RoutePolicy will stop consuming from an endpoint based on the type of exceptions that are thrown and the threshold setting.
ThrottlingExceptionRoutePolicy(int, long, long, List<Class<?>>) - Constructor for class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
ThrottlingExceptionRoutePolicy(int, long, long, List<Class<?>>, boolean) - Constructor for class org.apache.camel.throttling.ThrottlingExceptionRoutePolicy
 
ThrottlingInflightRoutePolicy - Class in org.apache.camel.throttling
A throttle based RoutePolicy which is capable of dynamic throttling a route based on number of current inflight exchanges.
ThrottlingInflightRoutePolicy() - Constructor for class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
ThrottlingInflightRoutePolicy.ThrottlingScope - Enum in org.apache.camel.throttling
 
TimePatternConverter - Class in org.apache.camel.converter
Converter from String syntax to milli seconds.
TimePatternConverter - Class in org.apache.camel.runtimecatalog.impl
This class is a copy from camel-core so we can use it independent to validate uris with time patterns
toArray(Collection<?>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts a collection to an array
toArrayList(Iterator<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an Iterator to a ArrayList
toBigInteger(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toBool(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Converts the given value to a boolean, handling strings or Boolean objects; otherwise returning false if the value could not be converted to a boolean
toBoolean(NodeList) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given NodeList to a boolean
toBoolean(Object) - Static method in class org.apache.camel.converter.ObjectConverter
Converts the given value to a Boolean, handling strings or Boolean objects; otherwise returning null if the value cannot be converted to a boolean
toBoolean(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toByte(Number) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toByte(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toByteArray(File) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(Reader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(BufferedReader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(String, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toByteArray(NodeList, Exchange) - Method in class org.apache.camel.converter.jaxp.DomConverter
 
toByteArray(Source, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given input Source into bytes
toByteArray(ByteBuffer) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(byte[]) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(File) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(String, Exchange) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(Short) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(Integer) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(Long) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(Float) - Static method in class org.apache.camel.converter.NIOConverter
 
toByteBuffer(Double) - Static method in class org.apache.camel.converter.NIOConverter
 
toBytes(InputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toBytesSource(byte[]) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given byte[] to a Source
toChar(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toCharacter(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toCharArray(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toCharSequence(URI) - Static method in class org.apache.camel.impl.converter.UriTypeConverter
 
toClass(String, Exchange) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toDataHandler(Attachment) - Static method in class org.apache.camel.converter.AttachmentConverter
 
toDate(Long) - Static method in class org.apache.camel.converter.DateTimeConverter
 
toDOMDocument(byte[], Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given data to a DOM document
toDOMDocument(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given InputStream to a DOM document
toDOMDocument(Reader, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given Reader to a DOM document
toDOMDocument(InputSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given InputSource to a DOM document
toDOMDocument(String, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given String to a DOM document
toDOMDocument(File, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given File to a DOM document
toDOMDocument(Source) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Create a DOM document from the given source.
toDOMDocument(Node) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Create a DOM document from the given Node.
toDOMDocumentFromSingleNodeList(NodeList) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Convert a NodeList consisting of just 1 node to a DOM Document.
toDOMElement(Source) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Create a DOM element from the given source.
toDOMElement(Node) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Create a DOM element from the DOM node.
toDOMNode(Source) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given TRaX Source into a W3C DOM node
toDOMNodeFromSAX(SAXSource) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDOMNodeFromSingleNodeList(NodeList) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Convert a NodeList consisting of just 1 node to a DOM Node.
toDOMNodeFromStAX(StAXSource) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDOMSource(Node) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given Node to a Source
toDOMSource(Document) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given Document to a DOMSource
toDOMSource(Source, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a DOMSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toDOMSource(String) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a DOMSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toDOMSource(byte[]) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a DOMSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toDOMSource(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDOMSource(File, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDOMSourceFromSAX(SAXSource) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDOMSourceFromStAX(StAXSource) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDOMSourceFromStream(StreamSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toDouble(Number) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toDouble(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toDuration(String) - Static method in class org.apache.camel.converter.DurationConverter
 
toFile(String) - Static method in class org.apache.camel.converter.IOConverter
 
toFloat(Number) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toFloat(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toHashMap(Map<? extends K, ? extends V>) - Static method in class org.apache.camel.converter.CollectionConverter
 
toHashtable(Map<? extends K, ? extends V>) - Static method in class org.apache.camel.converter.CollectionConverter
 
toInputSource(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toInputSource(File, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toInputStream(URL) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(File) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(File, String) - Static method in class org.apache.camel.converter.IOConverter
Converts the given File with the given charset to InputStream with the JVM default charset
toInputStream(String, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(StringBuffer, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(StringBuilder, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(BufferedReader, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(byte[]) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(ByteArrayOutputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toInputStream(NodeList, Exchange) - Method in class org.apache.camel.converter.jaxp.DomConverter
 
toInputStream(StreamSource) - Static method in class org.apache.camel.converter.jaxp.StreamSourceConverter
 
toInputStream(DOMSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toInputStream(Document, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toInputStream(ByteBuffer) - Static method in class org.apache.camel.converter.NIOConverter
 
toInteger(NodeList) - Static method in class org.apache.camel.converter.jaxp.DomConverter
 
toInteger(Number) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toInteger(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toList(Object[]) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an array to a collection
toList(Collection<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts a collection to a List if it is not already
toList(Iterable<T>) - Static method in class org.apache.camel.converter.CollectionConverter
Converts an Iterable into a List
toList(NodeList) - Static method in class org.apache.camel.converter.jaxp.DomConverter
 
toLong(Date) - Static method in class org.apache.camel.converter.DateTimeConverter
 
toLong(NodeList) - Static method in class org.apache.camel.converter.jaxp.DomConverter
 
toLong(Number) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toLong(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toLong(Timestamp) - Static method in class org.apache.camel.converter.SQLConverter
 
toMilliSeconds(Duration) - Static method in class org.apache.camel.converter.DurationConverter
 
toMilliSeconds(String) - Static method in class org.apache.camel.converter.TimePatternConverter
 
toMilliSeconds(String) - Static method in class org.apache.camel.runtimecatalog.impl.TimePatternConverter
 
toObjectInput(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toObjectOutput(OutputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toOutputStream(File) - Static method in class org.apache.camel.converter.IOConverter
 
toProcessor(Predicate) - Static method in class org.apache.camel.converter.CamelConverter
 
toProcessor(Expression) - Static method in class org.apache.camel.converter.CamelConverter
 
toProperties(Map<Object, Object>) - Static method in class org.apache.camel.converter.CollectionConverter
 
toProperties(File) - Static method in class org.apache.camel.converter.IOConverter
 
toProperties(InputStream) - Static method in class org.apache.camel.converter.IOConverter
 
toProperties(Reader) - Static method in class org.apache.camel.converter.IOConverter
 
toReader(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toReader(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toReader(byte[], Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toReader(String) - Static method in class org.apache.camel.converter.IOConverter
 
toReader(StreamSource) - Static method in class org.apache.camel.converter.jaxp.StreamSourceConverter
 
toReaderFromSource(Source, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toResult(Source, Result) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given input Source into the required result
toResult(Source, Result, Properties) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given input Source into the required result
toSAXSource(String, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a SAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toSAXSource(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a SAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toSAXSource(byte[], Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a SAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toSAXSource(File, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a SAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toSAXSource(Source, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a SAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toSAXSourceFromDOM(DOMSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toSAXSourceFromStAX(StAXSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toSAXSourceFromStream(StreamSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toSet(Object[]) - Static method in class org.apache.camel.converter.CollectionConverter
 
toSet(Collection<T>) - Static method in class org.apache.camel.converter.CollectionConverter
 
toSet(Map<K, V>) - Static method in class org.apache.camel.converter.CollectionConverter
 
toShort(Number) - Static method in class org.apache.camel.converter.ObjectConverter
Returns the converted value, or null if the value is null
toShort(String) - Static method in class org.apache.camel.converter.ObjectConverter
 
toSource(String) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given String to a Source
toStAXSource(String, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a StAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toStAXSource(byte[], Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a StAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toStAXSource(InputStream, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a StAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toStAXSource(File, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the source instance to a StAXSource or returns null if the conversion is not supported (making it easy to derive from this class to add new kinds of conversion).
toStreamSource(Source, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSource(InputStream) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSource(Reader) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSource(File) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSource(byte[], Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSource(ByteBuffer, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSourceFromDOM(DOMSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSourceFromSAX(SAXSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toStreamSourceFromStAX(StAXSource, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
 
toString(Duration) - Static method in class org.apache.camel.converter.DurationConverter
 
toString(byte[], Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(URL, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(Reader) - Static method in class org.apache.camel.converter.IOConverter
 
toString(BufferedReader) - Static method in class org.apache.camel.converter.IOConverter
 
toString(InputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(ByteArrayOutputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toString(NodeList, Exchange) - Method in class org.apache.camel.converter.jaxp.DomConverter
 
toString(Source, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given input Source into text
toString(Node, Exchange) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given input Node into text
toString(ByteBuffer, Exchange) - Static method in class org.apache.camel.converter.NIOConverter
 
toString(Integer) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString(Long) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString(Boolean) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString(StringBuffer) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString(StringBuilder) - Static method in class org.apache.camel.converter.ObjectConverter
 
toString() - Method in class org.apache.camel.impl.converter.InstanceMethodFallbackTypeConverter
 
toString() - Method in class org.apache.camel.impl.converter.InstanceMethodTypeConverter
 
toString() - Method in class org.apache.camel.impl.converter.StaticMethodFallbackTypeConverter
 
toString() - Method in class org.apache.camel.impl.converter.StaticMethodTypeConverter
 
toString() - Method in class org.apache.camel.impl.event.CamelContextResumedEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextResumeFailureEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextResumingEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextStartedEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextStartingEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextStartupFailureEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextStopFailureEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextStoppedEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextStoppingEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextSuspendedEvent
 
toString() - Method in class org.apache.camel.impl.event.CamelContextSuspendingEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeCompletedEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeCreatedEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeFailedEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeFailureHandledEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeFailureHandlingEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeRedeliveryEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeSendingEvent
 
toString() - Method in class org.apache.camel.impl.event.ExchangeSentEvent
 
toString() - Method in class org.apache.camel.impl.event.RouteAddedEvent
 
toString() - Method in class org.apache.camel.impl.event.RouteRemovedEvent
 
toString() - Method in class org.apache.camel.impl.event.RouteStartedEvent
 
toString() - Method in class org.apache.camel.impl.event.RouteStoppedEvent
 
toString() - Method in class org.apache.camel.impl.event.ServiceStartupFailureEvent
 
toString() - Method in class org.apache.camel.impl.event.ServiceStopFailureEvent
 
toString() - Method in class org.apache.camel.impl.scan.AnnotatedWithAnyPackageScanFilter
 
toString() - Method in class org.apache.camel.impl.scan.AnnotatedWithPackageScanFilter
 
toString() - Method in class org.apache.camel.impl.scan.AssignableToPackageScanFilter
 
toString() - Method in class org.apache.camel.impl.scan.InvertingPackageScanFilter
 
toString() - Method in class org.apache.camel.impl.validator.ProcessorValidator
 
toString() - Method in class org.apache.camel.impl.validator.ValidatorKey
 
toString() - Method in class org.apache.camel.runtimecatalog.impl.Pair
 
toString() - Method in class org.apache.camel.throttling.ThrottlingInflightRoutePolicy
 
toStringFromDocument(Document, Properties) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given Document to into text
toStringSource(String) - Method in class org.apache.camel.converter.jaxp.XmlConverter
Converts the given String to a Source
ToStringTypeConverter - Class in org.apache.camel.impl.converter
A simple converter that can convert any object to a String type by using the toString() method of the object.
ToStringTypeConverter() - Constructor for class org.apache.camel.impl.converter.ToStringTypeConverter
 
toTimestamp(Long) - Static method in class org.apache.camel.converter.SQLConverter
 
toTimeZone(String) - Static method in class org.apache.camel.converter.DateTimeConverter
 
toUri(CharSequence) - Static method in class org.apache.camel.impl.converter.UriTypeConverter
 
toWriter(File, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
toWriter(File, boolean, String) - Static method in class org.apache.camel.converter.IOConverter
 
toWriter(FileOutputStream, String) - Static method in class org.apache.camel.converter.IOConverter
 
toWriter(OutputStream, Exchange) - Static method in class org.apache.camel.converter.IOConverter
 
tryConvertTo(Class<T>, Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
tryConvertTo(Class<T>, Exchange, Object) - Method in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
typeConverterExists - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
typeConverterExistsLoggingLevel - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
typeConverterLoaders - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 
TypeConvertersLoader - Class in org.apache.camel.impl.converter
A type converter loader, that only supports scanning a TypeConverters class for methods that has been annotated with Converter.
TypeConvertersLoader(TypeConverters) - Constructor for class org.apache.camel.impl.converter.TypeConvertersLoader
Creates the loader
TypeConvertersPackageScanClassResolver - Class in org.apache.camel.impl.converter
A ClassResolver which loads type converters from an instance that implements TypeConverters.
TypeConvertersPackageScanClassResolver(Class<?>) - Constructor for class org.apache.camel.impl.converter.TypeConvertersPackageScanClassResolver
 
typeMappings - Variable in class org.apache.camel.impl.converter.BaseTypeConverterRegistry
 

U

unregister(HealthCheck) - Method in class org.apache.camel.impl.health.DefaultHealthCheckRegistry
 
UnsafeUriCharactersEncoder - Class in org.apache.camel.runtimecatalog.impl
Encoder for unsafe URI characters.
URISupport - Class in org.apache.camel.runtimecatalog.impl
Copied from org.apache.camel.util.URISupport
UriTypeConverter - Class in org.apache.camel.impl.converter
A TypeConverter that converts to and from URIs.

V

validate(Message, DataType) - Method in class org.apache.camel.impl.validator.ProcessorValidator
Perform content validation with specified type using Processor.
validateEndpointProperties(String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
validateEndpointProperties(String, boolean) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
validateEndpointProperties(String, boolean, boolean, boolean) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
validateLanguageExpression(ClassLoader, String, String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
validateLanguagePredicate(ClassLoader, String, String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
validateProperties(String, Map<String, String>) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
validateTimePattern(String) - Method in class org.apache.camel.runtimecatalog.impl.AbstractCamelCatalog
 
ValidatorKey - Class in org.apache.camel.impl.validator
Key used in ValidatorRegistry in CamelContext, to ensure a consistent lookup.
ValidatorKey(DataType) - Constructor for class org.apache.camel.impl.validator.ValidatorKey
 
valueOf(String) - Static method in enum org.apache.camel.throttling.ThrottlingInflightRoutePolicy.ThrottlingScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.throttling.ThrottlingInflightRoutePolicy.ThrottlingScope
Returns an array containing the constants of this enum type, in the order they are declared.
visitedClasses - Variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 
visitedURIs - Variable in class org.apache.camel.impl.converter.AnnotationTypeConverterLoader
 

W

warning(TransformerException) - Method in class org.apache.camel.converter.jaxp.XmlErrorListener
 

X

XmlConverter - Class in org.apache.camel.converter.jaxp
A helper class to transform to and from various JAXB types such as Source and Document
XmlConverter() - Constructor for class org.apache.camel.converter.jaxp.XmlConverter
 
XmlConverter(DocumentBuilderFactory) - Constructor for class org.apache.camel.converter.jaxp.XmlConverter
 
XmlErrorListener - Class in org.apache.camel.converter.jaxp
A ErrorListener that logs the errors.
XmlErrorListener() - Constructor for class org.apache.camel.converter.jaxp.XmlErrorListener
 
XMLReaderPool - Class in org.apache.camel.converter.jaxp
Manages a pool of XMLReader (and associated SAXParser) instances for reuse.
XMLReaderPool(SAXParserFactory) - Constructor for class org.apache.camel.converter.jaxp.XMLReaderPool
Creates a new instance.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Apache Camel