Package com.consol.citrus.camel.config.xml

Examples of com.consol.citrus.camel.config.xml.CamelEndpointParser


* @since 1.4.1
*/
public class CitrusCamelConfigNamespaceHandler extends NamespaceHandlerSupport {

    public void init() {
        registerBeanDefinitionParser("endpoint", new CamelEndpointParser());
        registerBeanDefinitionParser("sync-endpoint", new CamelSyncEndpointParser());
    }
View Full Code Here

TOP

Related Classes of com.consol.citrus.camel.config.xml.CamelEndpointParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.