com.infoengine.messaging
Class TextMessage

java.lang.Object
  extended bycom.infoengine.messaging.MsgProcessor
      extended bycom.infoengine.messaging.TextMessage

public class TextMessage
extends MsgProcessor


Field Summary
 
Fields inherited from class com.infoengine.messaging.MsgProcessor
BOOLEAN, BYTE, BYTES, CHAR, DOUBLE, FLOAT, get_type_params, INT, LONG, put_type_params, serviceName, SHORT, STRING, types, verbose
 
Constructor Summary
TextMessage()
           
 
Method Summary
 javax.jms.Message ie2jms(IeRequest r, javax.jms.Session s, Webject w)
           
 IeRequest jms2ie(javax.jms.Message m, Webject w)
           
 
Methods inherited from class com.infoengine.messaging.MsgProcessor
getGetType, getPutType, isGetTypeParam, isPutTypeParam, message2InputStream, toBoolean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextMessage

public TextMessage()
Method Detail

ie2jms

public javax.jms.Message ie2jms(IeRequest r,
                                javax.jms.Session s,
                                Webject w)
                         throws Exception
Specified by:
ie2jms in class MsgProcessor
Throws:
Exception

jms2ie

public IeRequest jms2ie(javax.jms.Message m,
                        Webject w)
                 throws Exception
Specified by:
jms2ie in class MsgProcessor
Throws:
Exception