Package | Description |
---|---|
org.mule.transport.servlet |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
MuleRESTReceiverServlet
MuleRESTReceiverServlet is used for sending a receiving events from
the Mule server via a serlet container. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.