@UriEndpoint(firstVersion="2.6.0",
scheme="jbpm",
title="JBPM",
syntax="jbpm:connectionURL",
category={API,WORKFLOW})
public class JBPMEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
JBPMEndpoint(String uri,
JBPMComponent component,
JBPMConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
JBPMConfiguration |
getConfiguration() |
boolean |
isSynchronous() |
void |
setConfiguration(JBPMConfiguration configuration) |
void |
setSynchronous(boolean synchronous) |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, 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, finalize, getClass, notify, notifyAll, wait, wait, waitpublic JBPMEndpoint(String uri, JBPMComponent component, JBPMConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic void setConfiguration(JBPMConfiguration configuration)
public JBPMConfiguration getConfiguration()
public boolean isSynchronous()
public void setSynchronous(boolean synchronous)
Apache Camel