Package | Description |
---|---|
org.apache.commons.messagelet |
This package provides the mechansim to deploy MessageListener beans in a
servlet application server which are intialized and destroyed with a web-application
as well as introducing MessageDrivenObjects which are MessageListeners which
receive servlet-style lifecycle events and Messagelets which are servlets that
process Messages.
|
org.apache.commons.messagelet.impl |
This package contains implementation classes to support both MDO's as well
as to be able to dispatch into a Servlet engine to be able to process
Messagelets.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Messagelet.service(MessageletRequest request,
MessageletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageletResponseImpl
HttpMessageletResponseImpl represents a servlet request from
a JMS Message source which appears like a HTTP request. |
class |
MessageletResponseImpl
MessageletResponseImpl represents a servlet request from
a JMS Message source. |