Package com.consol.citrus.vertx.config.xml

Examples of com.consol.citrus.vertx.config.xml.VertxEndpointParser


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

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

TOP

Related Classes of com.consol.citrus.vertx.config.xml.VertxEndpointParser

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.