public class SmooksEndpoint
extends org.apache.camel.support.ProcessorEndpoint
implements org.apache.camel.Service
SmooksProcessor instance and
adds lifecycle support by implementing Service. This enables a SmooksEndpoint
to be stopped and started.
| Constructor and Description |
|---|
SmooksEndpoint(String endpointUri,
org.apache.camel.Component component,
SmooksProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
createPollingConsumer, createProcessor, createProducer, getProcessor, onExchange, setProcessorconfigureConsumer, configureProperties, configureScheduledPollConsumerProperties, doConfigureConsumer, doStart, doStop, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDefaultDelay, getDelay, getInitialDelay, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelayconfigurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, 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, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic SmooksEndpoint(String endpointUri, org.apache.camel.Component component, SmooksProcessor processor)
public void start()
start in interface org.apache.camel.Servicestart in class org.apache.camel.support.service.BaseServicepublic void stop()
stop in interface org.apache.camel.Servicestop in class org.apache.camel.support.service.BaseServiceCopyright © 2021. All rights reserved.