org.mule.transport.servlet.jetty
Class JettyHttpMessageReceiver

java.lang.Object
  extended by org.mule.transport.AbstractMessageReceiver
      extended by 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


Field Summary
static String JETTY_SERVLET_CONNECTOR_NAME
           
 
Fields inherited from class org.mule.transport.AbstractMessageReceiver
connected, connecting, connectionStrategy, connector, disposing, endpoint, logger, receiverKey, responseEndpoint, service, stopped
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
JettyHttpMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JETTY_SERVLET_CONNECTOR_NAME

public static final String JETTY_SERVLET_CONNECTOR_NAME
See Also:
Constant Field Values
Constructor Detail

JettyHttpMessageReceiver

public JettyHttpMessageReceiver(Connector connector,
                                Service service,
                                InboundEndpoint endpoint)
                         throws CreateException
Throws:
CreateException
Method Detail

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.