This page last changed on May 17, 2005 by gnt.

The servlet connector is really just facade to a Sevlet implementation. The implementing servlet does the work of receiving a request, the connector can then hand-off the request to any receivers registed with it. There is notion of a dispatcher for this connector, it is triggered by a request and may or may not return a response.

Mule provides a REST style service implementation that uses the servlet connector. For more information see Mule REST.


The javadoc for this provider can be found here.


There are no properties for this connector, for more information about using this connector, see Embedding Mule in a Webapp.

Document generated by Confluence on Oct 03, 2006 09:23