@Component(value="iec60870-server") public class ServerComponent extends AbstractIecComponent<ServerConnectionMultiplexor,ServerOptions>
| Constructor and Description |
|---|
ServerComponent() |
ServerComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyDataModuleOptions(ServerOptions options,
Map<String,Object> parameters) |
protected ServerConnectionMultiplexor |
createConnection(ConnectionId id,
ServerOptions options) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
ServerConnectionMultiplexor connection,
ObjectAddress address) |
ServerOptions |
getDefaultConnectionOptions() |
void |
setDefaultConnectionOptions(ServerOptions defaultConnectionOptions)
Default connection options
|
createEndpoint, parseOptionsafterConfiguration, createEndpoint, createEndpoint, doBuild, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, 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, toString, wait, wait, waitpublic ServerComponent(org.apache.camel.CamelContext context)
public ServerComponent()
protected void applyDataModuleOptions(ServerOptions options, Map<String,Object> parameters)
applyDataModuleOptions in class AbstractIecComponent<ServerConnectionMultiplexor,ServerOptions>protected ServerConnectionMultiplexor createConnection(ConnectionId id, ServerOptions options)
createConnection in class AbstractIecComponent<ServerConnectionMultiplexor,ServerOptions>protected org.apache.camel.Endpoint createEndpoint(String uri, ServerConnectionMultiplexor connection, ObjectAddress address)
createEndpoint in class AbstractIecComponent<ServerConnectionMultiplexor,ServerOptions>@Metadata public void setDefaultConnectionOptions(ServerOptions defaultConnectionOptions)
setDefaultConnectionOptions in class AbstractIecComponent<ServerConnectionMultiplexor,ServerOptions>public ServerOptions getDefaultConnectionOptions()
getDefaultConnectionOptions in class AbstractIecComponent<ServerConnectionMultiplexor,ServerOptions>Apache Camel