Package com.saperion.ngc.servlet
Class SignedStreamingServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.saperion.ngc.servlet.AbstractStreamingServlet
-
- com.saperion.ngc.servlet.SignedStreamingServlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class SignedStreamingServlet extends AbstractStreamingServlet
Document streaming servlet with signature check for Siemens Teamcenter application.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignedStreamingServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
protected void
doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
init()
-
Methods inherited from class com.saperion.ngc.servlet.AbstractStreamingServlet
getDocService, writeContent, writeContent, writeContent, writeInputStream, writeInputStream
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
init
public void init() throws javax.servlet.ServletException
Description copied from class:AbstractStreamingServlet
- Overrides:
init
in classAbstractStreamingServlet
- Throws:
javax.servlet.ServletException
- See Also:
GenericServlet.init()
-
destroy
public void destroy()
Description copied from class:AbstractStreamingServlet
- Specified by:
destroy
in interfacejavax.servlet.Servlet
- Overrides:
destroy
in classAbstractStreamingServlet
- See Also:
GenericServlet.destroy()
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
- Overrides:
doGet
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
-
-