com.ibm.mq.headers

Interface MQChainable

All known implementing classes:
MQCIH, MQDH, MQDLH, MQEPH, MQIIH, MQMD, MQMD1, MQMDE, MQRFH, MQRFH2, MQSAPH, MQXQH

  1. public interface MQChainable
Interface implemented by header structures that can be chained. A chainable header is one that indicates the encoding, character set (CCSID) and format of the content that follows it in the message.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
format()
Returns the format associated with this header object or message content.
  1. int
nextCharacterSet()
Returns the CCSID of the next header or message content.
  1. void
nextCharacterSet(int value)
Sets the CCSID of the next header or message content.
  1. int
nextEncoding()
Returns the numeric encoding of the next header or message content.
  1. void
nextEncoding(int value)
Sets the numeric encoding of the next header or message content.
  1. java.lang.String
nextFormat()
Returns the format of the next header or message content.
  1. void
nextFormat(java.lang.String value)
Sets the format of the next header or message content.

Method Detail

nextEncoding

  1. int nextEncoding()
Returns the numeric encoding of the next header or message content.

nextEncoding

  1. void nextEncoding(int value)
Sets the numeric encoding of the next header or message content.

nextCharacterSet

  1. int nextCharacterSet()
Returns the CCSID of the next header or message content.

nextCharacterSet

  1. void nextCharacterSet(int value)
Sets the CCSID of the next header or message content.

nextFormat

  1. java.lang.String nextFormat()
Returns the format of the next header or message content.

nextFormat

  1. void nextFormat(java.lang.String value)
Sets the format of the next header or message content.

format

  1. java.lang.String format()
Returns the format associated with this header object or message content.