@Converter public final class RequestEntityConverter extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.httpclient.methods.RequestEntity |
toRequestEntity(byte[] data,
org.apache.camel.Exchange exchange) |
static org.apache.commons.httpclient.methods.RequestEntity |
toRequestEntity(InputStream inStream,
org.apache.camel.Exchange exchange) |
static org.apache.commons.httpclient.methods.RequestEntity |
toRequestEntity(String str,
org.apache.camel.Exchange exchange) |
@Converter public static org.apache.commons.httpclient.methods.RequestEntity toRequestEntity(byte[] data, org.apache.camel.Exchange exchange) throws Exception
Exception
@Converter public static org.apache.commons.httpclient.methods.RequestEntity toRequestEntity(InputStream inStream, org.apache.camel.Exchange exchange) throws Exception
Exception
Apache Camel