Package org.mule.transport.servlet

Class Summary
AbstractReceiverServlet A base servlet used to receive requests from a servlet container and route them into Mule
HttpRequestMessageAdapter HttpRequestMessageAdapter is a Mule message adapter for javax.servletHttpServletRequest objects.
HttpRequestToByteArray Converts an HttpServletRequest into an array of bytes by extracting the payload of the request.
HttpRequestToInputStream Converts an HttpServletRequest into an InputStream.
HttpRequestToParameter  
MuleReceiverServlet Receives Http requests via a Servlet and routes the to listeners with servlet:// endpoints

There needs to be a ServletConnector configured on the Mule Server, this connector must have the servletUrl property set that matches the Url for the container that this Servlet is hosted in, i.e.

MuleRESTReceiverServlet MuleRESTReceiverServlet is used for sending a receiving events from the Mule server via a serlet container.
ServletConnector ServletConnector is a channel adapter between Mule and a servlet engine.
ServletMessageReceiver ServletMessageReceiver is a receiver that is invoked from a Servlet when an event is received.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.