Uses of Package
org.mule.transport.servlet

Packages that use org.mule.transport.servlet
org.mule.transport.servlet   
org.mule.transport.servlet.jetty   
 

Classes in org.mule.transport.servlet used by org.mule.transport.servlet
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.
MuleReceiverServlet
          Receives Http requests via a Servlet and routes them 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.

ServletConnector
          ServletConnector is a channel adapter between Mule and a servlet engine.
 

Classes in org.mule.transport.servlet used by org.mule.transport.servlet.jetty
AbstractReceiverServlet
          A base servlet used to receive requests from a servlet container and route them into Mule
MuleReceiverServlet
          Receives Http requests via a Servlet and routes them 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.

 



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