|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ExecResult
to the type T
.
ExecBinding
.ExecEndpoint
URI.
ExecBinding.EXEC_COMMAND_EXECUTABLE
.
InputStream
with the standard error
stream of the executable.
ExecCommandExecutor
to an Exchange
.ExecCommand
instances.ExecEndpoint
.ExecCommandExecutor
to execute a system
command when it receives message exchanges.ExecCommand
execution.ExecResult
instance.
ExecResult
.command
and returns a not-null
ExecResult
instance.
headerName
header form the input
message
(the header will not be propagated)
- getArgs() -
Method in class org.apache.camel.component.exec.ExecCommand
-
- getArgs() -
Method in class org.apache.camel.component.exec.ExecEndpoint
- The arguments may be one or many whitespace-separated tokens, that can be
quoted with ", e.g.
- getBinding() -
Method in class org.apache.camel.component.exec.ExecEndpoint
-
- getCommand() -
Method in class org.apache.camel.component.exec.ExecResult
- The executed command, that produced this result.
- getCommandExecutor() -
Method in class org.apache.camel.component.exec.ExecEndpoint
-
- getExecutable() -
Method in class org.apache.camel.component.exec.ExecCommand
-
- getExecutable() -
Method in class org.apache.camel.component.exec.ExecEndpoint
-
- getExitValue() -
Method in class org.apache.camel.component.exec.ExecResult
- The exit value of the command executable.
- getInput() -
Method in class org.apache.camel.component.exec.ExecCommand
-
- getOutFile() -
Method in class org.apache.camel.component.exec.ExecCommand
-
- getOutFile() -
Method in class org.apache.camel.component.exec.ExecEndpoint
-
- getStderr() -
Method in class org.apache.camel.component.exec.ExecResult
- Returns the content of the standart error output (stderr) of the executed
command or
null
, if no output was produced in the stderr.
- getStdout() -
Method in class org.apache.camel.component.exec.ExecResult
- Returns the content of the standart output (stdout) of the executed
command or
null
, if no output was produced in the stdout.
- getTimeout() -
Method in class org.apache.camel.component.exec.ExecCommand
-
- getTimeout() -
Method in class org.apache.camel.component.exec.ExecEndpoint
-
- getWorkingDir() -
Method in class org.apache.camel.component.exec.ExecCommand
-
- getWorkingDir() -
Method in class org.apache.camel.component.exec.ExecEndpoint
-
ExecParseUtils.QUOTE_CHAR
string
ExecParseUtils.QUOTE_CHAR
characters
ExecEndpoint.timeout
is used.
ExecCommand
from the headers in the
exchange
and the settings of the endpoint
.
ExecParseUtils.WHITESPACE
.
ExecCommand
to a CommandLine
.
InputStream
object with the output of the
executable.
ExecResult
.
ExecResult
in the message body.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |