|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecResult | |
|---|---|
| org.apache.camel.component.exec | |
| org.apache.camel.component.exec.impl | |
| Uses of ExecResult in org.apache.camel.component.exec |
|---|
| Methods in org.apache.camel.component.exec that return ExecResult | |
|---|---|
ExecResult |
ExecCommandExecutor.execute(ExecCommand execCommand)
Executes the command and returns a not-null
ExecResult instance. |
| Methods in org.apache.camel.component.exec with parameters of type ExecResult | ||
|---|---|---|
static
|
ExecResultConverter.convertTo(Class<T> type,
Exchange exchange,
ExecResult result)
Converts ExecResult to the type T. |
|
static byte[] |
ExecResultConverter.convertToByteArray(ExecResult result,
Exchange exchange)
|
|
static Document |
ExecResultConverter.convertToDocument(ExecResult result,
Exchange exchange)
|
|
static InputStream |
ExecResultConverter.convertToInputStream(ExecResult result)
|
|
static String |
ExecResultConverter.convertToString(ExecResult result,
Exchange exchange)
|
|
static InputStream |
ExecResultConverter.toInputStream(ExecResult execResult)
Returns InputStream object with the output of the
executable. |
|
void |
ExecBinding.writeOutput(Exchange exchange,
ExecResult result)
Populates the exchange form the ExecResult. |
|
| Uses of ExecResult in org.apache.camel.component.exec.impl |
|---|
| Methods in org.apache.camel.component.exec.impl that return ExecResult | |
|---|---|
ExecResult |
DefaultExecCommandExecutor.execute(ExecCommand command)
|
| Methods in org.apache.camel.component.exec.impl with parameters of type ExecResult | |
|---|---|
void |
DefaultExecBinding.writeOutput(Exchange exchange,
ExecResult result)
|
protected void |
DefaultExecBinding.writeOutputInMessage(Message message,
ExecResult result)
Write the ExecResult in the message body. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||