public abstract class PCFHeader
extends com.ibm.mq.headers.internal.Header
implements com.ibm.mq.headers.internal.CachingHeader
MQHeader.Field| Modifier and Type | Method and Description |
|---|---|
abstract int |
getType() |
void |
initialize(MQMessage message)
Compatability method matching the MS0B implementation of PCFHeader.
|
int |
size() |
java.lang.String |
toString()
return a string representing this header
|
int |
write(java.io.DataOutput message,
int encoding,
int characterSet)
Writes the content of this data element to a message or byte stream.
|
characterSet, encoding, fields, getBytesValue, getCharValue, getCharValue, getIntValue, getJmqiEnv, getStringValue, getValue, headerType, read, read, read, setBytesValue, setCharValue, setCharValue, setIntValue, setStringValue, setValue, store, store, type, validate, writepublic abstract int getType()
public void initialize(MQMessage message) throws MQException, java.io.IOException
message - the message.MQExceptionjava.io.IOExceptionpublic int write(java.io.DataOutput message,
int encoding,
int characterSet)
throws java.io.IOException
MQDatawrite in interface MQDatawrite in class com.ibm.mq.headers.internal.Headermessage - the message.encoding - the numeric encoding. see (CMQC.MQENC_* for values)._characterSet - the Coded Character Set Identifier.java.io.IOExceptionHeader.write(java.io.DataOutput, int, int)public java.lang.String toString()
toString in class com.ibm.mq.headers.internal.HeaderObject.toString()