org.apache.camel.component.jclouds
Class JcloudsBlobStoreHelper

java.lang.Object
  extended by org.apache.camel.component.jclouds.JcloudsBlobStoreHelper

public final class JcloudsBlobStoreHelper
extends Object


Method Summary
static Object readBlob(org.jclouds.blobstore.BlobStore blobStore, String container, String blobName, ClassLoader classLoader)
          Reads from a BlobStore.
static void writeBlob(org.jclouds.blobstore.BlobStore blobStore, String container, String blobName, Object payload)
          Writes payload to the the blobstore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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