org.apache.servicemix.http
Interface ContextManager
- All Known Implementing Classes:
- JettyContextManager, ManagedContextManager
public interface ContextManager
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.