Serializable, javax.servlet.Servlet, javax.servlet.ServletConfigpublic class OpenAS2Servlet
extends javax.servlet.http.HttpServlet
| Constructor | Description |
|---|---|
OpenAS2Servlet() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
|
void |
init() |
|
static String |
normalize(String in) |
|
String |
remoteCommandCall(String command) |
|
static String |
xmlNormalize(String in) |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionpublic String remoteCommandCall(String command) throws UnknownHostException, IOException
UnknownHostExceptionIOExceptionCopyright © 2018. All rights reserved.