org.apache.servicemix.http
Interface ContextManager

All Known Implementing Classes:
JettyContextManager, ManagedContextManager

public interface ContextManager


Method Summary
 Object createContext(String strUrl, HttpProcessor processor)
           
 HttpProcessor getMainProcessor()
           
 void init()
           
 void remove(Object context)
           
 void setConfiguration(HttpConfiguration configuration)
           
 void shutDown()
           
 void start()
           
 void stop()
           
 

Method Detail

init

void init()
          throws Exception
Throws:
Exception

shutDown

void shutDown()
              throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

createContext

Object createContext(String strUrl,
                     HttpProcessor processor)
                     throws Exception
Throws:
Exception

remove

void remove(Object context)
            throws Exception
Throws:
Exception

setConfiguration

void setConfiguration(HttpConfiguration configuration)

getMainProcessor

HttpProcessor getMainProcessor()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.