Package com.infoengine.messaging

Interface Summary
MsgService.MOMConnectionPool describes a connection pool
 

Class Summary
BytesMessage  
ConMetaData  
EventListener class to handle incoming events (for the WES)
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.
MapMessage  
MessageProperties  
MsgListener this class should be extended by classes listening for JMS messages either from topics or queues.
MsgProcessor This class should be extended by message processors Message Processors are java classes that can take a JMS Session, an IeRequest and turn these into a JMS Message object to be published or queued.
MsgService General class used to support JMS communications The methods subscribeEvent, unsubscribeEvent and emitEvent along with the com.infoengine.webject.wes.* webjects supply support for the Web Event Service (WES).
QueueListener Handler for messages arriving on the subscribed queue.
RPCSoapMessage Turn a jms text message into a soap RPC request and execute a Dispatch-Tasks webject task.
SoapAction  
SoapFault  
SoapMessage implementation specific to ESI
SOAPTest properties (default propFile is jms.properties): ctxFactory (default com.sun.jndi.ldap.LdapCtxFactory) admin.uri (default none, required, e.g.
StreamMessage  
TextMessage  
Unknown this processor takes any blob data found on an input stream and turns this data into a bytes message to be sent out.