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 Details

    • ServerHeaderNameBuilder

      public ServerHeaderNameBuilder()
  • Method Details

    • address

      public String address()
      The address as ObjectAddress. The option is a: org.apache.camel.component.iec60870.ObjectAddress type. Group: consumer
      Returns:
      the name of the header address.
    • value

      public String value()
      The value. The option is a: Object type. 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.InformationObjectAddress type. 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.ASDUHeader type. Group: consumer
      Returns:
      the name of the header asduHeader.
    • type

      public String type()
      The type. The option is a: byte type. Group: consumer
      Returns:
      the name of the header type.
    • execute

      public String execute()
      Is execute. The option is a: boolean type. Group: consumer
      Returns:
      the name of the header execute.