public class JcloudsBlobStoreEndpoint extends JcloudsEndpoint
| Constructor and Description |
|---|
JcloudsBlobStoreEndpoint(String uri,
JcloudsComponent component,
org.jclouds.blobstore.BlobStore blobStore) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
String |
getBlobName() |
String |
getContainer() |
String |
getDirectory() |
String |
getLocationId() |
String |
getOperation() |
void |
setBlobName(String blobName) |
void |
setContainer(String container) |
void |
setDirectory(String directory) |
void |
setLocationId(String locationId) |
void |
setOperation(String operation) |
isSingletonconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic JcloudsBlobStoreEndpoint(String uri, JcloudsComponent component, org.jclouds.blobstore.BlobStore blobStore)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic String getLocationId()
public void setLocationId(String locationId)
public String getContainer()
public void setContainer(String container)
public String getDirectory()
public void setDirectory(String directory)
public String getBlobName()
public void setBlobName(String blobName)
public String getOperation()
public void setOperation(String operation)
Apache Camel