Class Jt400EndpointBuilderFactory.Jt400HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory.Jt400HeaderNameBuilder
- Enclosing interface:
- Jt400EndpointBuilderFactory
The builder of headers' name for the JT400 component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message received.The default message reply, when the message is an inquiry message.The message file name.The message identifier.Consumer: The key of the message that will be replied to (if the sendingReply parameter is set to true).The message severity (Valid values are between 0 and 99, or -1 if it is not set).The message type (corresponds to constants defined in the AS400Message class).kEY()The data queue key.Data queues: Returns the sender information for this data queue entry, or an empty string if not available.Message queues: The job identifier of the sending job.
-
Constructor Details
-
Jt400HeaderNameBuilder
public Jt400HeaderNameBuilder()
-
-
Method Details
-
senderInformation
Data queues: Returns the sender information for this data queue entry, or an empty string if not available.Message queues: The job identifier of the sending job. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
SENDER_INFORMATION.
-
kEY
The data queue key. The option is a:String or byte[]type. Group: common- Returns:
- the name of the header
KEY.
-
jt400Message
The message received. The option is a:com.ibm.as400.access.QueuedMessagetype. Group: consumer- Returns:
- the name of the header
Jt400Message.
-
jt400MessageID
The message identifier. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
Jt400MessageID.
-
jt400MessageFile
The message file name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
Jt400MessageFile.
-
jt400MessageType
The message type (corresponds to constants defined in the AS400Message class). The option is a:Integertype. Group: consumer- Returns:
- the name of the header
Jt400MessageType.
-
jt400MessageSeverity
The message severity (Valid values are between 0 and 99, or -1 if it is not set). The option is a:Integertype. Group: consumer- Returns:
- the name of the header
Jt400MessageSeverity.
-
jt400MessageDefaultReply
The default message reply, when the message is an inquiry message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
Jt400MessageDefaultReply.
-
jt400MessageReplyToKey
Consumer: The key of the message that will be replied to (if the sendingReply parameter is set to true). Producer: If set, and if the message body is not empty, a new message will not be sent to the provided message queue. Instead, a response will be sent to the message identified by the given key. This is set automatically when reading from the message queue if the sendingReply parameter is set to true. The option is a:byte[]type. Group: common- Returns:
- the name of the header
Jt400MessageReplyToKey.
-