com.infoengine.messaging
Class Unknown

java.lang.Object
  extended bycom.infoengine.messaging.MsgProcessor
      extended bycom.infoengine.messaging.Unknown
Direct Known Subclasses:
BytesMessage

public class Unknown
extends MsgProcessor

this processor takes any blob data found on an input stream and turns this data into a bytes message to be sent out. If an I*E is the recipient of this type of message then this data will be tacked on as misc. blob data.


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
Unknown()
           
 
Method Summary
 javax.jms.Message ie2jms(IeRequest request, javax.jms.Session session, Webject webject)
           
 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

Unknown

public Unknown()
Method Detail

ie2jms

public javax.jms.Message ie2jms(IeRequest request,
                                javax.jms.Session session,
                                Webject webject)
                         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