Class ServerEndpointBuilderFactory.ServerHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.ServerEndpointBuilderFactory.ServerHeaderNameBuilder
-
- Enclosing interface:
- ServerEndpointBuilderFactory
public static class ServerEndpointBuilderFactory.ServerHeaderNameBuilder extends Object
The builder of headers' name for the IEC 60870 Server component.
-
-
Constructor Summary
Constructors Constructor Description ServerHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()The address as ObjectAddress.StringasduHeader()The ASDU header.Stringexecute()Is execute.StringinformationObjectAddress()The address as InformationObjectAddress.Stringtype()The type.Stringvalue()The value.
-
-
-
Method Detail
-
address
public String address()
The address as ObjectAddress. The option is a:org.apache.camel.component.iec60870.ObjectAddresstype. Group: consumer- Returns:
- the name of the header
address.
-
value
public String value()
The value. The option is a:Objecttype. Group: consumer- Returns:
- the name of the header
value.
-
informationObjectAddress
public String informationObjectAddress()
The address as InformationObjectAddress. The option is a:org.eclipse.neoscada.protocol.iec60870.asdu.types.InformationObjectAddresstype. Group: consumer- Returns:
- the name of the header
informationObjectAddress.
-
asduHeader
public String asduHeader()
The ASDU header. The option is a:org.eclipse.neoscada.protocol.iec60870.asdu.ASDUHeadertype. Group: consumer- Returns:
- the name of the header
asduHeader.
-
type
public String type()
The type. The option is a:bytetype. Group: consumer- Returns:
- the name of the header
type.
-
execute
public String execute()
Is execute. The option is a:booleantype. Group: consumer- Returns:
- the name of the header
execute.
-
-