@UriEndpoint(firstVersion="2.20.0",
scheme="iec60870-server",
syntax="iec60870-server:uriPath",
title="IEC 60870 Server",
category=IOT)
public class ServerEndpoint
extends AbstractIecEndpoint<ServerConnectionMultiplexor>
| Constructor and Description |
|---|
ServerEndpoint(String uri,
org.apache.camel.support.DefaultComponent component,
ServerConnectionMultiplexor connection,
ObjectAddress address) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
boolean |
isFilterNonExecute() |
void |
setFilterNonExecute(boolean filterNonExecute) |
doStart, doStop, getAddress, getConnection, getConnectionId, getConnectionOptions, getDataModuleOptions, getProtocolOptions, setConnectionIdconfigureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, 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 ServerEndpoint(String uri, org.apache.camel.support.DefaultComponent component, ServerConnectionMultiplexor connection, ObjectAddress address)
Apache Camel