|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.internet2.middleware.grouper.esb.EsbHttpHandler
public class EsbHttpHandler
Class to processes data received on servlet interface, extracts the payload
and passes it to EsbListener
for processing, returning an http result
code and human readable result string to calling client
Constructor Summary | |
---|---|
EsbHttpHandler()
|
Method Summary | |
---|---|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Method doPost. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EsbHttpHandler()
Method Detail |
---|
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException
doPost
in class HttpServlet
request
- HttpServletRequestresponse
- HttpServletResponse
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |