public class S3Producer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
S3Producer(org.apache.camel.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected S3Configuration |
getConfiguration() |
S3Endpoint |
getEndpoint() |
static org.apache.camel.Message |
getMessageForResponse(org.apache.camel.Exchange exchange) |
void |
process(org.apache.camel.Exchange exchange) |
void |
processMultiPart(org.apache.camel.Exchange exchange) |
void |
processSingleOp(org.apache.camel.Exchange exchange) |
String |
toString() |
createExchange, doStart, doStop, isSingletonbuild, 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 void processMultiPart(org.apache.camel.Exchange exchange)
throws Exception
Exceptionpublic void processSingleOp(org.apache.camel.Exchange exchange)
throws Exception
Exceptionprotected S3Configuration getConfiguration()
public String toString()
toString in class org.apache.camel.support.DefaultProducerpublic S3Endpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerpublic static org.apache.camel.Message getMessageForResponse(org.apache.camel.Exchange exchange)
Apache Camel