Uses of Class
org.apache.camel.component.exec.ExecResult
-
Packages that use ExecResult Package Description 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 Modifier and Type Method Description ExecResultExecCommandExecutor. execute(ExecCommand execCommand)Methods in org.apache.camel.component.exec with parameters of type ExecResult Modifier and Type Method Description static byte[]ExecResultConverter. convertToByteArray(ExecResult result, org.apache.camel.Exchange exchange)static DocumentExecResultConverter. convertToDocument(ExecResult result, org.apache.camel.Exchange exchange)static InputStreamExecResultConverter. convertToInputStream(ExecResult result)static StringExecResultConverter. convertToString(ExecResult result, org.apache.camel.Exchange exchange)voidExecBinding. writeOutput(org.apache.camel.Exchange exchange, ExecResult result)Populates the exchange form theExecResult. -
Uses of ExecResult in org.apache.camel.component.exec.impl
Methods in org.apache.camel.component.exec.impl that return ExecResult Modifier and Type Method Description ExecResultDefaultExecCommandExecutor. execute(ExecCommand command)Methods in org.apache.camel.component.exec.impl with parameters of type ExecResult Modifier and Type Method Description voidDefaultExecBinding. writeOutput(org.apache.camel.Exchange exchange, ExecResult result)protected voidDefaultExecBinding. writeOutputInMessage(org.apache.camel.Message message, ExecResult result)Write theExecResultin the message body.
-