Uses of Class
org.apache.camel.component.iec60870.ConnectionId
-
Packages that use ConnectionId Package Description org.apache.camel.component.iec60870 org.apache.camel.component.iec60870.client org.apache.camel.component.iec60870.server -
-
Uses of ConnectionId in org.apache.camel.component.iec60870
Methods in org.apache.camel.component.iec60870 with parameters of type ConnectionId Modifier and Type Method Description protected abstract T1AbstractIecComponent. createConnection(ConnectionId id, T2 options)protected T2AbstractIecComponent. parseOptions(ConnectionId id, Map<String,Object> parameters) -
Uses of ConnectionId in org.apache.camel.component.iec60870.client
Methods in org.apache.camel.component.iec60870.client with parameters of type ConnectionId Modifier and Type Method Description protected ClientConnectionMultiplexorClientComponent. createConnection(ConnectionId id, ClientOptions options) -
Uses of ConnectionId in org.apache.camel.component.iec60870.server
Methods in org.apache.camel.component.iec60870.server with parameters of type ConnectionId Modifier and Type Method Description protected ServerConnectionMultiplexorServerComponent. createConnection(ConnectionId id, ServerOptions options)
-