public final class BlobUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getBlobName(BlobConfiguration configuration,
org.apache.camel.Exchange exchange) |
static String |
getContainerName(BlobConfiguration configuration,
org.apache.camel.Exchange exchange) |
static org.apache.camel.Message |
getInMessage(org.apache.camel.Exchange exchange) |
static Long |
getInputStreamLength(InputStream inputStream) |
public static org.apache.camel.Message getInMessage(org.apache.camel.Exchange exchange)
public static Long getInputStreamLength(InputStream inputStream) throws IOException
IOExceptionpublic static String getContainerName(BlobConfiguration configuration, org.apache.camel.Exchange exchange)
public static String getBlobName(BlobConfiguration configuration, org.apache.camel.Exchange exchange)
Apache Camel