@Converter(generateLoader=true) public final class HttpEntityConverter extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.http.HttpEntity |
toHttpEntity(byte[] data,
org.apache.camel.Exchange exchange) |
static org.apache.http.HttpEntity |
toHttpEntity(InputStream inStream,
org.apache.camel.Exchange exchange) |
static org.apache.http.HttpEntity |
toHttpEntity(String str,
org.apache.camel.Exchange exchange) |
@Converter public static org.apache.http.HttpEntity toHttpEntity(byte[] data, org.apache.camel.Exchange exchange) throws Exception
Exception
@Converter public static org.apache.http.HttpEntity toHttpEntity(InputStream inStream, org.apache.camel.Exchange exchange) throws Exception
Exception
Apache Camel