org.apache.commons.messagelet
Interface MessageletRequest

All Superinterfaces:
javax.servlet.ServletRequest
All Known Implementing Classes:
HttpMessageletRequestImpl, MessageletRequestImpl

public interface MessageletRequest
extends javax.servlet.ServletRequest

MessageletRequest represents a servlet request that resulted from a JMS Message being received.

Version:
$Revision: 155459 $
Author:
James Strachan

Method Summary
 javax.jms.Message getMessage()
           
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 

Method Detail

getMessage

javax.jms.Message getMessage()
Returns:
the Message which originated this request


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