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