| Package | Description |
|---|---|
| org.apache.camel.component.iec60870 | |
| org.apache.camel.component.iec60870.client | |
| org.apache.camel.component.iec60870.server |
| Modifier and Type | Method and Description |
|---|---|
ObjectAddress |
AbstractIecEndpoint.getAddress() |
static ObjectAddress |
ObjectAddress.valueOf(org.eclipse.neoscada.protocol.iec60870.asdu.types.ASDUAddress asduAddress,
org.eclipse.neoscada.protocol.iec60870.asdu.types.InformationObjectAddress address) |
static ObjectAddress |
ObjectAddress.valueOf(String address) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.camel.Endpoint |
AbstractIecComponent.createEndpoint(String uri,
T1 connection,
ObjectAddress address) |
| Constructor and Description |
|---|
AbstractIecEndpoint(String uri,
org.apache.camel.support.DefaultComponent component,
T connection,
ObjectAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
ClientComponent.createEndpoint(String uri,
ClientConnectionMultiplexor connection,
ObjectAddress address) |
protected void |
ClientConnection.handleData(ObjectAddress address,
org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value) |
void |
ClientConnection.setListener(ObjectAddress address,
ClientConnection.ValueListener listener) |
void |
ClientConnection.ValueListener.update(ObjectAddress address,
org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value) |
| Constructor and Description |
|---|
ClientEndpoint(String uri,
org.apache.camel.support.DefaultComponent component,
ClientConnectionMultiplexor connection,
ObjectAddress address) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
ServerComponent.createEndpoint(String uri,
ServerConnectionMultiplexor connection,
ObjectAddress address) |
void |
ServerInstance.notifyValue(ObjectAddress address,
org.eclipse.neoscada.protocol.iec60870.asdu.types.Value<?> value) |
void |
ServerInstance.setListener(ObjectAddress address,
ServerInstance.ServerObjectListener listener) |
| Constructor and Description |
|---|
ServerEndpoint(String uri,
org.apache.camel.support.DefaultComponent component,
ServerConnectionMultiplexor connection,
ObjectAddress address) |
Apache Camel