@Converter(generateLoader=true) public final class ExecResultConverter extends Object
ExecResult
. For details how to extend the
converters check out the Camel docs for type
converters.Modifier and Type | Method and Description |
---|---|
static byte[] |
convertToByteArray(ExecResult result,
org.apache.camel.Exchange exchange) |
static Document |
convertToDocument(ExecResult result,
org.apache.camel.Exchange exchange) |
static InputStream |
convertToInputStream(ExecResult result) |
static String |
convertToString(ExecResult result,
org.apache.camel.Exchange exchange) |
@Converter public static InputStream convertToInputStream(ExecResult result) throws FileNotFoundException
FileNotFoundException
@Converter public static byte[] convertToByteArray(ExecResult result, org.apache.camel.Exchange exchange) throws FileNotFoundException, IOException
FileNotFoundException
IOException
@Converter public static String convertToString(ExecResult result, org.apache.camel.Exchange exchange) throws FileNotFoundException
FileNotFoundException
@Converter public static Document convertToDocument(ExecResult result, org.apache.camel.Exchange exchange) throws FileNotFoundException
FileNotFoundException
Apache Camel