public abstract class AbstractService
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
AbstractService() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
abstract void |
validateRequest(java.lang.String operation,
java.lang.String generic,
org.w3c.dom.Element uddiReq) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public abstract void validateRequest(java.lang.String operation, java.lang.String generic, org.w3c.dom.Element uddiReq) throws RegistryException
RegistryException
Copyright ? 2003 Apache Software Foundation. All rights reserved.