com.ibm.mq.headers
Interface MQChainable
All known implementing classes:
- public interface MQChainable
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
format()
Returns the format associated with this header object or message content.
|
|
nextCharacterSet()
Returns the CCSID of the next header or message content.
|
|
nextCharacterSet(int value)
Sets the CCSID of the next header or message content.
|
|
nextEncoding()
Returns the numeric encoding of the next header or message content.
|
|
nextEncoding(int value)
Sets the numeric encoding of the next header or message content.
|
|
nextFormat()
Returns the format of the next header or message content.
|
|
nextFormat(java.lang.String value)
Sets the format of the next header or message content.
|
Method Detail
nextEncoding
- int nextEncoding()
Returns the numeric encoding of the next header or message content.
nextEncoding
- void nextEncoding(int value)
Sets the numeric encoding of the next header or message content.
nextCharacterSet
- int nextCharacterSet()
Returns the CCSID of the next header or message content.
nextCharacterSet
- void nextCharacterSet(int value)
Sets the CCSID of the next header or message content.
nextFormat
- java.lang.String nextFormat()
Returns the format of the next header or message content.
nextFormat
- void nextFormat(java.lang.String value)
Sets the format of the next header or message content.
format
- java.lang.String format()
Returns the format associated with this header object or message content.