Interface IMandantFrontendServerServletHandler
- All Known Implementing Classes:
MandantFrontendServerServletHandler
Deprecated.
This is part of the old rest API. Use the new API when it becomes available.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Deprecated.void
testConnection
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Deprecated.
-
Method Details
-
testConnection
void testConnection(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletException Deprecated.- Throws:
IOException
HandledServletException
-
connect
void connect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, HandledServletException Deprecated.- Throws:
IOException
HandledServletException
-