Package org.apache.camel.blueprint

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.

See:
          Description

Class Summary
BlueprintCamelContext  
BlueprintCamelContextLookupHelper A helper class to find the ids of the BlueprintCamelContext defined in the BlueprintContainer
BlueprintComponentResolver  
BlueprintContainerRegistry  
BlueprintDataFormatResolver  
BlueprintLanguageResolver  
BlueprintPropertiesParser Blueprint PropertiesParser which supports looking up property placeholders from the Blueprint Property Placeholder Service.
BlueprintPropertiesResolver A PropertiesResolver which supports the blueprint scheme.
CamelConsumerTemplateFactoryBean A factory for creating a new ConsumerTemplate instance with a minimum of XML
CamelContextFactoryBean 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[]).
CamelEndpointFactoryBean A factory which instantiates Endpoint objects
CamelErrorHandlerFactoryBean  
CamelProducerTemplateFactoryBean A factory for creating a new ProducerTemplate instance with a minimum of XML
CamelProxyFactoryBean A factory to create a Proxy to a a Camel Pojo Endpoint.
CamelRedeliveryPolicyFactoryBean A factory which instantiates RedeliveryPolicy objects
CamelRouteContextFactoryBean  
CamelThreadPoolFactoryBean A factory which instantiates ExecutorService objects
ContextScanRouteBuilderFinder A helper class which will find all RouteBuilder instances in the BlueprintContainer.
PackageScanRouteBuilderFinder A helper class which will find all RouteBuilder instances on the classpath
 

Enum Summary
ErrorHandlerType Used to configure the errorHandler type
 

Package org.apache.camel.blueprint Description

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Apache CAMEL