Uses of Interface
org.apache.commons.messagelet.MessageletResponse

Packages that use MessageletResponse
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. 
 

Uses of MessageletResponse in org.apache.commons.messagelet
 

Methods in org.apache.commons.messagelet with parameters of type MessageletResponse
abstract  void Messagelet.service(MessageletRequest request, MessageletResponse response)
           
 

Uses of MessageletResponse in org.apache.commons.messagelet.impl
 

Classes in org.apache.commons.messagelet.impl that implement MessageletResponse
 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.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.