com.anabas.gxo
Class GMS_TextMessage

java.lang.Object
  |
  +--com.anabas.gxo.GMS_Message
        |
        +--com.anabas.gxo.GMS_TextMessage
Direct Known Subclasses:
GMS_TextMessageImpl

public abstract class GMS_TextMessage
extends GMS_Message

Title: Description: Copyright: Copyright (c) 2000 Company:


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_TextMessage()
           
 
Method Summary
abstract  java.lang.String getText()
           
abstract  void setText(java.lang.String parm1)
           
 
Methods inherited from class com.anabas.gxo.GMS_Message
clearBody, clearProperties, getBodyType, getID, getMessageType, getPriority, getProperty, getPropertyNames, getTimeStamp, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMS_TextMessage

public GMS_TextMessage()
Method Detail

getText

public abstract java.lang.String getText()
                                  throws GXO_Exception

setText

public abstract void setText(java.lang.String parm1)
                      throws GXO_Exception