Class ClientEndpointBuilderFactory.ClientHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.ClientEndpointBuilderFactory.ClientHeaderNameBuilder
- Enclosing interface:
ClientEndpointBuilderFactory
The builder of headers' name for the IEC 60870 Client component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ASDU address for interrogation (optional, defaults to broadcast).The cause of transmission.The command type: 'value' (default), 'interrogation', 'read', or 'status'.The connection state error if any.The connection state (CONNECTED, DISCONNECTED, etc.).Connection uptime in milliseconds since last connected.Is overflow.The qualifier of interrogation: 20 (global) or 21-36 (groups 1-16).The quality information of the value.Quality flag: Blocked (BL).Quality flag: Not topical (NT).Quality flag: Substituted (SB).Quality flag: Invalid (IV).The timestamp of the value.The value.
-
Constructor Details
-
ClientHeaderNameBuilder
public ClientHeaderNameBuilder()
-
-
Method Details
-
iec60870Value
The value. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
Iec60870Value.
-
iec60870Timestamp
The timestamp of the value. The option is a:longtype. Group: consumer- Returns:
- the name of the header
Iec60870Timestamp.
-
iec60870Quality
The quality information of the value. The option is a:org.eclipse.neoscada.protocol.iec60870.asdu.types.QualityInformationtype. Group: consumer- Returns:
- the name of the header
Iec60870Quality.
-
iec60870Overflow
Is overflow. The option is a:booleantype. Group: consumer- Returns:
- the name of the header
Iec60870Overflow.
-
iec60870ConnectionState
The connection state (CONNECTED, DISCONNECTED, etc.). The option is a:org.eclipse.neoscada.protocol.iec60870.client.AutoConnectClient.Statetype. Group: consumer- Returns:
- the name of the header
Iec60870ConnectionState.
-
iec60870ConnectionError
The connection state error if any. The option is a:Throwabletype. Group: consumer- Returns:
- the name of the header
Iec60870ConnectionError.
-
iec60870ConnectionUptime
Connection uptime in milliseconds since last connected. The option is a:longtype. Group: consumer- Returns:
- the name of the header
Iec60870ConnectionUptime.
-
iec60870CommandType
The command type: 'value' (default), 'interrogation', 'read', or 'status'. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
Iec60870CommandType.
-
iec60870AsduAddress
The ASDU address for interrogation (optional, defaults to broadcast). The option is a:org.eclipse.neoscada.protocol.iec60870.asdu.types.ASDUAddresstype. Group: producer- Returns:
- the name of the header
Iec60870AsduAddress.
-
iec60870Qoi
The qualifier of interrogation: 20 (global) or 21-36 (groups 1-16). The option is a:shorttype. Group: producer- Returns:
- the name of the header
Iec60870Qoi.
-
iec60870QualityBlocked
Quality flag: Blocked (BL). The option is a:booleantype. Group: consumer- Returns:
- the name of the header
Iec60870QualityBlocked.
-
iec60870QualitySubstituted
Quality flag: Substituted (SB). The option is a:booleantype. Group: consumer- Returns:
- the name of the header
Iec60870QualitySubstituted.
-
iec60870QualityNotTopical
Quality flag: Not topical (NT). The option is a:booleantype. Group: consumer- Returns:
- the name of the header
Iec60870QualityNotTopical.
-
iec60870QualityValid
Quality flag: Invalid (IV). The option is a:booleantype. Group: consumer- Returns:
- the name of the header
Iec60870QualityValid.
-
iec60870CauseOfTransmission
The cause of transmission. The option is a:org.eclipse.neoscada.protocol.iec60870.asdu.types.CauseOfTransmissiontype. Group: consumer- Returns:
- the name of the header
Iec60870CauseOfTransmission.
-