A B C D E F G I K L O P R S T V

A

addPropertyPlaceholder(String) - Method in class org.apache.camel.blueprint.BlueprintPropertiesParser
Adds the given Blueprint property placeholder service with the given id
afterDestroy(Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
afterInit(Object, String, BeanProcessor.BeanCreator, BeanMetadata) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
afterPropertiesSet() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
afterPropertiesSet() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
appendBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.blueprint.ContextScanRouteBuilderFinder
Appends all the RouteBuilder instances that can be found in the context
appendBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.blueprint.PackageScanRouteBuilderFinder
Appends all the RouteBuilder instances that can be found on the classpath

B

beforeDestroy(Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
beforeInit(Object, String, BeanProcessor.BeanCreator, BeanMetadata) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
BlueprintCamelContext - Class in org.apache.camel.blueprint
 
BlueprintCamelContext() - Constructor for class org.apache.camel.blueprint.BlueprintCamelContext
 
BlueprintCamelContext(BundleContext, BlueprintContainer) - Constructor for class org.apache.camel.blueprint.BlueprintCamelContext
 
BlueprintCamelContextLookupHelper - Class in org.apache.camel.blueprint
A helper class to find the ids of the BlueprintCamelContext defined in the BlueprintContainer
BlueprintComponentResolver - Class in org.apache.camel.blueprint
 
BlueprintComponentResolver(BundleContext) - Constructor for class org.apache.camel.blueprint.BlueprintComponentResolver
 
BlueprintContainerRegistry - Class in org.apache.camel.blueprint
 
BlueprintContainerRegistry(BlueprintContainer) - Constructor for class org.apache.camel.blueprint.BlueprintContainerRegistry
 
BlueprintDataFormatResolver - Class in org.apache.camel.blueprint
 
BlueprintDataFormatResolver(BundleContext) - Constructor for class org.apache.camel.blueprint.BlueprintDataFormatResolver
 
BlueprintLanguageResolver - Class in org.apache.camel.blueprint
 
BlueprintLanguageResolver(BundleContext) - Constructor for class org.apache.camel.blueprint.BlueprintLanguageResolver
 
BlueprintPropertiesParser - Class in org.apache.camel.blueprint
Blueprint PropertiesParser which supports looking up property placeholders from the Blueprint Property Placeholder Service.
BlueprintPropertiesParser(BlueprintContainer, PropertiesParser) - Constructor for class org.apache.camel.blueprint.BlueprintPropertiesParser
 
BlueprintPropertiesResolver - Class in org.apache.camel.blueprint
A PropertiesResolver which supports the blueprint scheme.
BlueprintPropertiesResolver(PropertiesResolver, BlueprintPropertiesParser) - Constructor for class org.apache.camel.blueprint.BlueprintPropertiesResolver
 

C

call() - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.PassThroughCallable
 
CamelConsumerTemplateFactoryBean - Class in org.apache.camel.blueprint
A factory for creating a new ConsumerTemplate instance with a minimum of XML
CamelConsumerTemplateFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelConsumerTemplateFactoryBean
 
CamelContextFactoryBean - Class in org.apache.camel.blueprint
A bean to create and initialize a BlueprintCamelContext and install routes either explicitly configured in Blueprint XML or found by searching the classpath for Java classes which extend RouteBuilder using the nested CamelContextFactoryBean.setPackages(String[]).
CamelContextFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelContextFactoryBean
 
CamelEndpointFactoryBean - Class in org.apache.camel.blueprint
A factory which instantiates Endpoint objects
CamelEndpointFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelEndpointFactoryBean
 
CamelErrorHandlerFactoryBean - Class in org.apache.camel.blueprint
 
CamelErrorHandlerFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
CamelNamespaceHandler - Class in org.apache.camel.blueprint.handler
 
CamelNamespaceHandler() - Constructor for class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
CamelNamespaceHandler.CamelDependenciesFinder - Class in org.apache.camel.blueprint.handler
 
CamelNamespaceHandler.CamelDependenciesFinder(String, ParserContext) - Constructor for class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelDependenciesFinder
 
CamelNamespaceHandler.CamelInjector - Class in org.apache.camel.blueprint.handler
 
CamelNamespaceHandler.CamelInjector(String) - Constructor for class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
CamelNamespaceHandler.PassThroughCallable<T> - Class in org.apache.camel.blueprint.handler
 
CamelNamespaceHandler.PassThroughCallable(T) - Constructor for class org.apache.camel.blueprint.handler.CamelNamespaceHandler.PassThroughCallable
 
CamelProducerTemplateFactoryBean - Class in org.apache.camel.blueprint
A factory for creating a new ProducerTemplate instance with a minimum of XML
CamelProducerTemplateFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelProducerTemplateFactoryBean
 
CamelProxyFactoryBean - Class in org.apache.camel.blueprint
A factory to create a Proxy to a a Camel Pojo Endpoint.
CamelProxyFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelProxyFactoryBean
 
CamelRedeliveryPolicyFactoryBean - Class in org.apache.camel.blueprint
A factory which instantiates RedeliveryPolicy objects
CamelRedeliveryPolicyFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelRedeliveryPolicyFactoryBean
 
CamelRouteContextFactoryBean - Class in org.apache.camel.blueprint
 
CamelRouteContextFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelRouteContextFactoryBean
 
CamelThreadPoolFactoryBean - Class in org.apache.camel.blueprint
A factory which instantiates ExecutorService objects
CamelThreadPoolFactoryBean() - Constructor for class org.apache.camel.blueprint.CamelThreadPoolFactoryBean
 
ContextScanRouteBuilderFinder - Class in org.apache.camel.blueprint
A helper class which will find all RouteBuilder instances in the BlueprintContainer.
ContextScanRouteBuilderFinder(BlueprintCamelContext, PackageScanFilter) - Constructor for class org.apache.camel.blueprint.ContextScanRouteBuilderFinder
 
createContext() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
createJaxbContext() - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
createRegistry() - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
createTypeConverter() - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 

D

decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
destroy() - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
destroy() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelConsumerTemplateFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelEndpointFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelProducerTemplateFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelRedeliveryPolicyFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.blueprint.CamelThreadPoolFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.KeyManagersParametersFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.KeyStoreParametersFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.SecureRandomParametersFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.SSLContextClientParametersFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.SSLContextServerParametersFactoryBean
 
discoverDefaultCamelContext() - Method in class org.apache.camel.util.blueprint.TrustManagersParametersFactoryBean
 

E

ErrorHandlerType - Enum in org.apache.camel.blueprint
Used to configure the errorHandler type

F

findRouteBuildersByContextScan(PackageScanFilter, List<RoutesBuilder>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
findRouteBuildersByPackageScan(String[], PackageScanFilter, List<RoutesBuilder>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 

G

getAutoStartup() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getBeanForType(Class<S>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getBeans() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getBlueprintContainer() - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
getBlueprintContainer() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getBlueprintContainer(ParserContext) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
getBuilderRefs() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getBundleContext() - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
getCamelContext() - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelConsumerTemplateFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelEndpointFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelProducerTemplateFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelRedeliveryPolicyFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.blueprint.CamelThreadPoolFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.KeyManagersParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.KeyStoreParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.SecureRandomParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.SSLContextClientParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.SSLContextServerParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.blueprint.TrustManagersParametersFactoryBean
 
getCamelJMXAgent() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getCamelPropertyPlaceholder() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getClientParameters() - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
getContext(boolean) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getContextScan() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getDataFormats() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getDelayer() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getDependsOn() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getEndpoint() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getEndpoints() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getErrorHandlerRef() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getHandleFault() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getInterceptFroms() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getIntercepts() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getInterceptSendToEndpoints() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getJaxbContext() - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
getJaxbPackages() - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
getKeyManagers() - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
getKeyStore() - Method in class org.apache.camel.util.blueprint.KeyManagersParametersFactoryBean
 
getKeyStore() - Method in class org.apache.camel.util.blueprint.TrustManagersParametersFactoryBean
 
getLazyLoadTypeConverters() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getManagedClasses() - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
getObject() - Method in class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
getObject() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getObjectType() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getObjectType() - Method in class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
getObjectType() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getOnCompletions() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getOnExceptions() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getPackages() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getPackageScan() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getProducer() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getProperties() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getRedeliveryPolicies() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getRouteRefs() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getRoutes() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getRoutes() - Method in class org.apache.camel.blueprint.CamelRouteContextFactoryBean
 
getSchemaLocation(String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
getSecureRandom() - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
getServerParameters() - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
getServiceInterface() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getServiceRef() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getServiceUrl() - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
getShutdownRoute() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getShutdownRunningTask() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getStreamCache() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getThreadPoolProfiles() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getThreadPools() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getTrace() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getTrustManagers() - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
getTypeAsClass() - Method in enum org.apache.camel.blueprint.ErrorHandlerType
Get the type as class.
getUseBlueprintPropertyResolver() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getUseBreadcrumb() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
getUseMDCLogging() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 

I

init() - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
initBeanPostProcessor(BlueprintCamelContext) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
initCustomRegistry(BlueprintCamelContext) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
initPropertyPlaceholder() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
injectField(Field, String, String, Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
injectFields(Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
A strategy method to allow implementations to perform some custom JBI based injection of the POJO
injectMethods(Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
injectNamespaces(Element, Binder<Node>) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
instantiateBuilder(Class) - Method in class org.apache.camel.blueprint.PackageScanRouteBuilderFinder
 
isFilteredClass(Object) - Method in class org.apache.camel.blueprint.ContextScanRouteBuilderFinder
 
isImplicitId() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
isSingleton(Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
isUseBlueprintPropertyResolver() - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
isValidClass(Class) - Method in class org.apache.camel.blueprint.PackageScanRouteBuilderFinder
Returns trueif the class is a public, non-abstract class

K

KeyManagersParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
KeyManagersParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.KeyManagersParametersFactoryBean
 
KeyStoreParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
KeyStoreParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.KeyStoreParametersFactoryBean
 

L

lookup(String) - Method in class org.apache.camel.blueprint.BlueprintContainerRegistry
 
lookup(String, Class<T>) - Method in class org.apache.camel.blueprint.BlueprintContainerRegistry
 
lookup(String, Class<T>) - Method in class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
lookupBlueprintCamelContext(BlueprintContainer) - Static method in class org.apache.camel.blueprint.BlueprintCamelContextLookupHelper
Lookup all the BlueprintCamelContext in the BlueprintContainer.
lookupByType(Class<T>) - Method in class org.apache.camel.blueprint.BlueprintContainerRegistry
 
lookupByType(BlueprintContainer, Class<T>) - Static method in class org.apache.camel.blueprint.BlueprintContainerRegistry
 
lookupPropertyPlaceholderIds() - Method in class org.apache.camel.blueprint.BlueprintPropertiesParser
Lookup the ids of the Blueprint property placeholder services in the Blueprint container.

O

org.apache.camel.blueprint - package org.apache.camel.blueprint
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.camel.blueprint.handler - package org.apache.camel.blueprint.handler
 
org.apache.camel.util.blueprint - package org.apache.camel.util.blueprint
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.

P

PackageScanRouteBuilderFinder - Class in org.apache.camel.blueprint
A helper class which will find all RouteBuilder instances on the classpath
PackageScanRouteBuilderFinder(BlueprintCamelContext, String[], ClassLoader, PackageScanClassResolver) - Constructor for class org.apache.camel.blueprint.PackageScanRouteBuilderFinder
 
parse(Element, ParserContext) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
parseProperty(String, String, Properties) - Method in class org.apache.camel.blueprint.BlueprintPropertiesParser
 
parseUsingJaxb(Element, ParserContext, Binder<Node>) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
postProcessBeforeInit(RouteBuilder) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
process(ComponentDefinitionRegistry) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelDependenciesFinder
 

R

registerBean(ParserContext, String, AbstractCamelFactoryBean<?>) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
renameNamespaceRecursive(Node) - Static method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler
 
resolveComponent(String, CamelContext) - Method in class org.apache.camel.blueprint.BlueprintComponentResolver
 
resolveDataFormat(String, CamelContext) - Method in class org.apache.camel.blueprint.BlueprintDataFormatResolver
 
resolveLanguage(String, CamelContext) - Method in class org.apache.camel.blueprint.BlueprintLanguageResolver
 
resolveProperties(CamelContext, String...) - Method in class org.apache.camel.blueprint.BlueprintPropertiesResolver
 

S

SecureRandomParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
SecureRandomParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.SecureRandomParametersFactoryBean
 
serviceChanged(ServiceEvent) - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
setAutoStartup(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setBeans(List) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelConsumerTemplateFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelEndpointFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelErrorHandlerFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelProducerTemplateFactoryBean
 
setBlueprintContainer(ExtendedBlueprintContainer) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelRedeliveryPolicyFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.CamelThreadPoolFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelDependenciesFinder
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.KeyManagersParametersFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.KeyStoreParametersFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.SecureRandomParametersFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.SSLContextClientParametersFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.SSLContextServerParametersFactoryBean
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.camel.util.blueprint.TrustManagersParametersFactoryBean
 
setBuilderRefs(List<RouteBuilderDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setBundleContext(BundleContext) - Method in class org.apache.camel.blueprint.BlueprintCamelContext
 
setBundleContext(BundleContext) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setCamelJMXAgent(CamelJMXAgentDefinition) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setCamelPropertyPlaceholder(CamelPropertyPlaceholderDefinition) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setClientParameters(SSLContextClientParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
setContextScan(ContextScanDefinition) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setDataFormats(DataFormatsDefinition) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setDelayer(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setDependsOn(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setEndpoint(Endpoint) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
setEndpoints(List<CamelEndpointFactoryBean>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setErrorHandlerRef(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setField(Field, Object, Object) - Static method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
setHandleFault(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setImplicitId(boolean) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setInterceptFroms(List<InterceptFromDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setInterceptSendToEndpoints(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setKeyManagers(KeyManagersParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
setKeyStore(KeyStoreParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.KeyManagersParametersFactoryBean
 
setKeyStore(KeyStoreParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.TrustManagersParametersFactoryBean
 
setLazyLoadTypeConverters(Boolean) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setPackages(String[]) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setPackageScan(PackageScanDefinition) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setProducer(Producer) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
setProperties(PropertiesDefinition) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setRedeliveryPolicies(List<CamelRedeliveryPolicyFactoryBean>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setRouteRefs(List<RouteContextRefDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setSecureRandom(SecureRandomParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
setServerParameters(SSLContextServerParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
setServiceInterface(String) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
setServiceRef(String) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
setServiceUrl(String) - Method in class org.apache.camel.blueprint.CamelProxyFactoryBean
 
setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setStreamCache(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setterInjection(Method, Object, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
setterInjection(Method, Object, String, String, String) - Method in class org.apache.camel.blueprint.handler.CamelNamespaceHandler.CamelInjector
 
setThreadPoolProfiles(List<ThreadPoolProfileDefinition>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setThreadPools(List<CamelThreadPoolFactoryBean>) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setTrace(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setTrustManagers(TrustManagersParametersFactoryBean) - Method in class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
setUseBlueprintPropertyResolver(Boolean) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setUseBreadcrumb(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
setUseMDCLogging(String) - Method in class org.apache.camel.blueprint.CamelContextFactoryBean
 
shouldIgnoreBean(Object) - Method in class org.apache.camel.blueprint.ContextScanRouteBuilderFinder
 
shouldIgnoreBean(Class<?>) - Method in class org.apache.camel.blueprint.PackageScanRouteBuilderFinder
Allows for ignoring beans that are explicitly configured in the Spring XML files
SSLContextClientParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
SSLContextClientParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.SSLContextClientParametersFactoryBean
 
SSLContextParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
SSLContextParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.SSLContextParametersFactoryBean
 
SSLContextServerParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
SSLContextServerParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.SSLContextServerParametersFactoryBean
 

T

TrustManagersParametersFactoryBean - Class in org.apache.camel.util.blueprint
 
TrustManagersParametersFactoryBean() - Constructor for class org.apache.camel.util.blueprint.TrustManagersParametersFactoryBean
 

V

valueOf(String) - Static method in enum org.apache.camel.blueprint.ErrorHandlerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.blueprint.ErrorHandlerType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G I K L O P R S T V

Apache CAMEL