Subclasses of MsgProcessor in com.infoengine.messaging |
class |
BytesMessage
|
class |
InfoEngine
turn an IeRequest into a message destined for an InfoEngine recipient
If an input stream is found in the request then the request will be turned
into mulipart/form-data and placed in a BytesMessage, any blob data will be
tacked on the end. |
class |
MapMessage
|
class |
RPCSoapMessage
Turn a jms text message into a soap RPC request and execute a Dispatch-Tasks webject task. |
class |
SoapMessage
implementation specific to ESI |
class |
StreamMessage
|
class |
TextMessage
|
class |
Unknown
this processor takes any blob data found on an input stream and
turns this data into a bytes message to be sent out. |