public class JcloudsBlobStoreProducer extends JcloudsProducer
| Constructor and Description |
|---|
JcloudsBlobStoreProducer(JcloudsBlobStoreEndpoint endpoint,
org.jclouds.blobstore.BlobStore blobStore) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected String |
getBlobName(org.apache.camel.Exchange exchange)
Retrieves the blobName from the URI or from the exchange headers.
|
List |
getBlobNameList(org.apache.camel.Exchange exchange)
Retrieves the Blob name list from the exchange headers.
|
protected String |
getContainerName(org.apache.camel.Exchange exchange)
Retrieves the containerName from the URI or from the exchange headers.
|
String |
getLocationId(org.apache.camel.Exchange exchange)
Retrieves the locationId from the URI or from the exchange headers.
|
String |
getOperation(org.apache.camel.Exchange exchange)
Retrieves the operation from the URI or from the exchange headers.
|
void |
process(org.apache.camel.Exchange exchange) |
createExchange, doStop, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic JcloudsBlobStoreProducer(JcloudsBlobStoreEndpoint endpoint, org.jclouds.blobstore.BlobStore blobStore)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultProducerExceptionprotected String getBlobName(org.apache.camel.Exchange exchange)
protected String getContainerName(org.apache.camel.Exchange exchange)
public String getOperation(org.apache.camel.Exchange exchange)
public String getLocationId(org.apache.camel.Exchange exchange)
public List getBlobNameList(org.apache.camel.Exchange exchange)
Apache Camel