@UriEndpoint(firstVersion="2.13.0",
scheme="aws-swf",
title="AWS Simple Workflow",
syntax="aws-swf:type",
label="cloud,workflow")
public class SWFEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
SWFEndpoint() |
SWFEndpoint(String uri,
SWFComponent component,
SWFConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Exchange |
createExchange(Object request,
String action) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
SWFConfiguration |
getConfiguration() |
Object |
getResult(org.apache.camel.Exchange exchange) |
com.amazonaws.services.simpleworkflow.flow.StartWorkflowOptions |
getStartWorkflowOptions() |
com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient |
getSWClient() |
boolean |
isSingleton() |
void |
setConfiguration(SWFConfiguration configuration) |
void |
setResult(org.apache.camel.Exchange exchange,
Object result) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBridgeErrorHandler, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBridgeErrorHandler, setCamelContext, setConsumerProperties, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic SWFEndpoint()
public SWFEndpoint(String uri, SWFComponent component, SWFConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic com.amazonaws.services.simpleworkflow.AmazonSimpleWorkflowClient getSWClient()
public com.amazonaws.services.simpleworkflow.flow.StartWorkflowOptions getStartWorkflowOptions()
public Object getResult(org.apache.camel.Exchange exchange)
public void setResult(org.apache.camel.Exchange exchange,
Object result)
public void setConfiguration(SWFConfiguration configuration)
public SWFConfiguration getConfiguration()
Apache Camel