org.apache.servicemix.http
Class ManagedContextManager.MainProcessor
java.lang.Object
org.apache.servicemix.http.ManagedContextManager.MainProcessor
- All Implemented Interfaces:
- HttpProcessor
- Enclosing class:
- ManagedContextManager
protected class ManagedContextManager.MainProcessor
- extends java.lang.Object
- implements HttpProcessor
|
Method Summary |
void |
displayServices(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
java.lang.String |
getAuthMethod()
|
SslParameters |
getSsl()
|
void |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedContextManager.MainProcessor
public ManagedContextManager.MainProcessor()
getAuthMethod
public java.lang.String getAuthMethod()
- Specified by:
getAuthMethod in interface HttpProcessor
getSsl
public SslParameters getSsl()
- Specified by:
getSsl in interface HttpProcessor
process
public void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Specified by:
process in interface HttpProcessor
- Throws:
java.lang.Exception
displayServices
public void displayServices(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2012 FuseSource. All Rights Reserved.