org.apache.camel.component.jclouds
Class JcloudsBlobStoreHelper
java.lang.Object
org.apache.camel.component.jclouds.JcloudsBlobStoreHelper
public final class JcloudsBlobStoreHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeBlob
public static void writeBlob(org.jclouds.blobstore.BlobStore blobStore,
String container,
String blobName,
Object payload)
- Writes payload to the the blobstore.
- Parameters:
blobStore - container - blobName - payload -
readBlob
public static Object readBlob(org.jclouds.blobstore.BlobStore blobStore,
String container,
String blobName,
ClassLoader classLoader)
- Reads from a
BlobStore. It returns an Object.
- Parameters:
container - blobName -
- Returns:
Apache CAMEL