Package | Description |
---|---|
org.apache.camel.component.exec | |
org.apache.camel.component.exec.impl |
Modifier and Type | Method and Description |
---|---|
ExecResult |
ExecCommandExecutor.execute(ExecCommand execCommand)
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ExecResultConverter.convertToByteArray(ExecResult result,
org.apache.camel.Exchange exchange) |
static Document |
ExecResultConverter.convertToDocument(ExecResult result,
org.apache.camel.Exchange exchange) |
static InputStream |
ExecResultConverter.convertToInputStream(ExecResult result) |
static String |
ExecResultConverter.convertToString(ExecResult result,
org.apache.camel.Exchange exchange) |
void |
ExecBinding.writeOutput(org.apache.camel.Exchange exchange,
ExecResult result)
Populates the exchange form the
ExecResult . |
Modifier and Type | Method and Description |
---|---|
ExecResult |
DefaultExecCommandExecutor.execute(ExecCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExecBinding.writeOutput(org.apache.camel.Exchange exchange,
ExecResult result) |
protected void |
DefaultExecBinding.writeOutputInMessage(org.apache.camel.Message message,
ExecResult result)
Write the
ExecResult in the message body. |
Apache Camel