Package org.apache.camel.spring

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

See:
          Description

Class Summary
CamelBeanPostProcessor A post processor to perform injection of Endpoint and Producer instances together with binding methods annotated with @MessageDriven to a Camel consumer.
CamelContextFactoryBean A Spring FactoryBean to create and initialize a SpringCamelContext and install routes either explicitly configured in Spring XML or found by searching the classpath for Java classes which extend RouteBuilder using the nested CamelContextFactoryBean.setPackages(String[]).
CamelProxyFactoryType  
CamelServiceExporterType  
CamelTemplateFactoryBean A Spring FactoryBean for creating a new CamelTemplate instance with a minimum of XML
EndpointFactoryBean A FactoryBean which instantiates Endpoint objects
Main A command line tool for booting up a CamelContext using an optional Spring ApplicationContext
RouteBuilderFinder A helper class which will find all RouteBuilder instances on the classpath
SpringCamelContext A Spring aware implementation of CamelContext which will automatically register itself with Springs lifecycle methods plus allows spring to be used to customize a any Type Converters as well as supporting accessing components and beans via the Spring ApplicationContext
SpringInstrumentationAgent  
SpringRouteBuilder An extension of the RouteBuilder to provide some additional helper methods
 

Package org.apache.camel.spring 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.



Copyright © 2008 Apache Software Foundation. All Rights Reserved.