Uses of Class
org.apache.camel.component.exec.ExecResult
Packages that use ExecResult
-
Uses of ExecResult in org.apache.camel.component.exec
Methods in org.apache.camel.component.exec that return ExecResultMethods in org.apache.camel.component.exec with parameters of type ExecResultModifier and TypeMethodDescriptionstatic 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 theExecResult
. -
Uses of ExecResult in org.apache.camel.component.exec.impl
Methods in org.apache.camel.component.exec.impl that return ExecResultMethods in org.apache.camel.component.exec.impl with parameters of type ExecResultModifier and TypeMethodDescriptionvoid
DefaultExecBinding.writeOutput
(org.apache.camel.Exchange exchange, ExecResult result) protected void
DefaultExecBinding.writeOutputInMessage
(org.apache.camel.Message message, ExecResult result) Write theExecResult
in the message body.