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 TypeMethodDescriptionIs overflow.The quality information of the value.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.
-