public class WorkFlowServiceServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description | 
|---|
| WorkFlowServiceServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp)Handle GET requests. | 
| void | doPost(javax.servlet.http.HttpServletRequest request,
      javax.servlet.http.HttpServletResponse resp)Handle the Post Request | 
| java.lang.String | getServletInfo()Return the Servlet Info | 
| byte[] | handleBinaryData(javax.servlet.http.HttpServletRequest request)Handle the xml data | 
| void | init() | 
public void init()
          throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse resp)
            throws javax.servlet.ServletException,
                   java.io.IOException
doPost in class javax.servlet.http.HttpServletrequest - the HTTP Requestresp - the HTTP responsejavax.servlet.ServletException - Servlet Exceptionjava.io.IOException - IO Exceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse resp)
           throws javax.servlet.ServletException,
                  java.io.IOException
doGet in class javax.servlet.http.HttpServletrequest - the HTTP Requestresp - the HTTP responsejavax.servlet.ServletException - Servlet Exceptionjava.io.IOException - IO Exceptionpublic byte[] handleBinaryData(javax.servlet.http.HttpServletRequest request)
                        throws java.io.IOException
request - the HTTP Requestmap - the map of propertiesMXException - Maximo Exceptionjava.io.IOException - IO Exceptionpublic java.lang.String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServlet