org.apache.cxf.transport.http
Interface JettyListenerFactory

All Known Implementing Classes:
JettySslListenerFactory

public interface JettyListenerFactory

Encapsulates creation of Jetty listener.


Method Summary
 org.mortbay.http.SocketListener createListener(int port)
          Create a Listener.
 

Method Detail

createListener

org.mortbay.http.SocketListener createListener(int port)
Create a Listener.

Parameters:
port - the listen port


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.