org.apache.servicemix.http
Interface ContextManager
- All Known Implementing Classes:
- JettyContextManager, ManagedContextManager
public interface ContextManager
init
void init()
throws java.lang.Exception
- Throws:
java.lang.Exception
shutDown
void shutDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
start
void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
createContext
java.lang.Object createContext(java.lang.String strUrl,
HttpProcessor processor)
throws java.lang.Exception
- Throws:
java.lang.Exception
remove
void remove(java.lang.Object context)
throws java.lang.Exception
- Throws:
java.lang.Exception
setConfiguration
void setConfiguration(HttpConfiguration configuration)
getMainProcessor
HttpProcessor getMainProcessor()
Copyright © 2005-2012 FuseSource. All Rights Reserved.