com.anabas.gxo
Class GMS_BytesMessage

java.lang.Object
  |
  +--com.anabas.gxo.GMS_Message
        |
        +--com.anabas.gxo.GMS_BytesMessage
Direct Known Subclasses:
GMS_BytesMessageImpl

public abstract class GMS_BytesMessage
extends GMS_Message

Equivalent to the JMS BytesMessage.


Fields inherited from class com.anabas.gxo.GMS_Message
BODYTYPE_BYTES, BODYTYPE_MAP, BODYTYPE_OBJECT, BODYTYPE_TEXT, BODYTYPE_XML, MSGTYPE_ACK, MSGTYPE_ADMINISTRATION, MSGTYPE_MAJOR, MSGTYPE_MINOR, PRIORITY_LOW, PRIORITY_NORMAL, PRIORITY_REALTIME
 
Constructor Summary
GMS_BytesMessage()
           
 
Method Summary
abstract  byte[] getBytes()
           
abstract  void writeByte(byte parm1)
           
abstract  void writeBytes(byte[] parm1)
           
abstract  void writeBytes(byte[] parm1, int parm2, int parm3)
           
 
Methods inherited from class com.anabas.gxo.GMS_Message
clearBody, clearProperties, getBodyType, getID, getJMSMessage, getMessageType, getPriority, getProperty, getPropertyNames, getTimeStamp, setPriority, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMS_BytesMessage

public GMS_BytesMessage()
Method Detail

writeByte

public abstract void writeByte(byte parm1)
                        throws GXO_Exception

writeBytes

public abstract void writeBytes(byte[] parm1)
                         throws GXO_Exception

writeBytes

public abstract void writeBytes(byte[] parm1,
                                int parm2,
                                int parm3)
                         throws GXO_Exception

getBytes

public abstract byte[] getBytes()
                         throws GXO_Exception