Interface IPostfachServletHandler
-
- All Known Implementing Classes:
PostfachServletHandler
@Deprecated public interface IPostfachServletHandler
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 voidempty(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.voidgetPostfaecher(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Deprecated.
-
-
-
Method Detail
-
empty
void empty(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOExceptionDeprecated.- Throws:
IOException
-
getPostfaecher
void getPostfaecher(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOExceptionDeprecated.- Throws:
IOException
-
-