Interface IMandantFrontendServerServletHandler
- 
- All Known Implementing Classes:
 MandantFrontendServerServletHandler
@Deprecated public interface IMandantFrontendServerServletHandler
Deprecated.This is part of the old rest API. Use the new API when it becomes available.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconnect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.voidtestConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
testConnection
void testConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletExceptionDeprecated.- Throws:
 IOExceptionHandledServletException
 
- 
connect
void connect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletExceptionDeprecated.- Throws:
 IOExceptionHandledServletException
 
 - 
 
 -