Package org.apache.camel.component.exec.impl

Examples of org.apache.camel.component.exec.impl.DefaultExecCommandExecutor


    public ExecEndpoint(String uri, ExecComponent component) {
        super(uri, component);
        this.timeout = NO_TIMEOUT;
        this.binding = new DefaultExecBinding();
        this.commandExecutor = new DefaultExecCommandExecutor();
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.exec.impl.DefaultExecCommandExecutor

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.