Class ClientEndpointBuilderFactory.ClientHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.ClientEndpointBuilderFactory.ClientHeaderNameBuilder
-
- Enclosing interface:
- ClientEndpointBuilderFactory
public static class ClientEndpointBuilderFactory.ClientHeaderNameBuilder extends Object
The builder of headers' name for the IEC 60870 Client component.
-
-
Constructor Summary
Constructors Constructor Description ClientHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringiec60870Overflow()Is overflow.Stringiec60870Quality()The quality information of the value.Stringiec60870Timestamp()The timestamp of the value.Stringiec60870Value()The value.
-
-
-
Method Detail
-
iec60870Value
public String iec60870Value()
The value. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
Iec60870Value.
-
iec60870Timestamp
public String iec60870Timestamp()
The timestamp of the value. The option is a:longtype. Group: consumer- Returns:
- the name of the header
Iec60870Timestamp.
-
iec60870Quality
public String 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
public String iec60870Overflow()
Is overflow. The option is a:booleantype. Group: consumer- Returns:
- the name of the header
Iec60870Overflow.
-
-