org.mule.transport.servlet.jetty
Class JettyHttpMessageReceiver
java.lang.Object
org.mule.transport.AbstractMessageReceiver
org.mule.transport.servlet.jetty.JettyHttpMessageReceiver
- All Implemented Interfaces:
- Disposable, Initialisable, Lifecycle, Startable, Stoppable, Connectable, MessageReceiver
public class JettyHttpMessageReceiver
- extends AbstractMessageReceiver
JettyHttpMessageReceiver
is a simple http server that can be used to
listen for http requests on a particular port
Fields inherited from class org.mule.transport.AbstractMessageReceiver |
connected, connecting, connectionStrategy, connector, disposing, endpoint, logger, receiverKey, responseEndpoint, service, stopped |
Method Summary |
protected void |
doConnect()
|
protected void |
doDisconnect()
|
protected void |
doDispose()
Template method to dispose any resources associated with this receiver. |
protected void |
doStart()
|
protected void |
doStop()
|
Methods inherited from class org.mule.transport.AbstractMessageReceiver |
connect, disconnect, dispose, doInitialise, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getService, getWorkManager, handleException, handleUnacceptedFilter, initialise, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setService, setWorkManager, start, stop, toString |
JETTY_SERVLET_CONNECTOR_NAME
public static final String JETTY_SERVLET_CONNECTOR_NAME
- See Also:
- Constant Field Values
JettyHttpMessageReceiver
public JettyHttpMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint)
throws CreateException
- Throws:
CreateException
doConnect
protected void doConnect()
throws Exception
- Specified by:
doConnect
in class AbstractMessageReceiver
- Throws:
Exception
doDisconnect
protected void doDisconnect()
throws Exception
- Specified by:
doDisconnect
in class AbstractMessageReceiver
- Throws:
Exception
doDispose
protected void doDispose()
- Template method to dispose any resources associated with this receiver. There
is not need to dispose the connector as this is already done by the framework
- Specified by:
doDispose
in class AbstractMessageReceiver
doStart
protected void doStart()
throws MuleException
- Specified by:
doStart
in class AbstractMessageReceiver
- Throws:
MuleException
doStop
protected void doStop()
throws MuleException
- Specified by:
doStop
in class AbstractMessageReceiver
- Throws:
MuleException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.