114115116117118119120
return payload; } @Converter public static Payload toPayload(StreamSource source, Exchange exchange) throws IOException { return toPayload(new StreamSourceCache(source, exchange), exchange); }
72737475767778
} } @Converter public static Payload toPayload(StreamSource source, Exchange exchange) throws IOException { return toPayload(new StreamSourceCache(source, exchange)); }
111112113114115116117
} } @Converter public static Payload toPayload(StreamSource source, Exchange exchange) throws IOException { return toPayload(new StreamSourceCache(source, exchange), exchange); }
74757677787980
81828384858687