Class BlobUtils
- java.lang.Object
-
- org.apache.camel.component.azure.storage.blob.BlobUtils
-
public final class BlobUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBlobName(BlobConfiguration configuration, org.apache.camel.Exchange exchange)static StringgetContainerName(BlobConfiguration configuration, org.apache.camel.Exchange exchange)static org.apache.camel.MessagegetInMessage(org.apache.camel.Exchange exchange)static longgetInputStreamLength(InputStream is)
-
-
-
Method Detail
-
getInMessage
public static org.apache.camel.Message getInMessage(org.apache.camel.Exchange exchange)
-
getInputStreamLength
public static long getInputStreamLength(InputStream is) throws IOException
- Throws:
IOException
-
getContainerName
public static String getContainerName(BlobConfiguration configuration, org.apache.camel.Exchange exchange)
-
getBlobName
public static String getBlobName(BlobConfiguration configuration, org.apache.camel.Exchange exchange)
-
-