com.infoengine.messaging
Class Unknown
java.lang.Object
com.infoengine.messaging.MsgProcessor
com.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.
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unknown
public Unknown()
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