org.apache.juddi.registry
Class AbstractService

java.lang.Object
  extended by HttpServlet
      extended by org.apache.juddi.registry.AbstractService
Direct Known Subclasses:
AdminService, InquiryService, PublishService

public abstract class AbstractService
extends HttpServlet

Author:
Steve Viens (sviens@apache.org)

Constructor Summary
AbstractService()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse res)
           
 void doPost(HttpServletRequest req, HttpServletResponse res)
           
abstract  void validateRequest(java.lang.String operation, java.lang.String generic, org.w3c.dom.Element uddiReq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractService

public AbstractService()
Method Detail

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws ServletException,
                  java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws ServletException,
                   java.io.IOException
Throws:
ServletException
java.io.IOException

validateRequest

public abstract void validateRequest(java.lang.String operation,
                                     java.lang.String generic,
                                     org.w3c.dom.Element uddiReq)
                              throws RegistryException
Throws:
RegistryException


Copyright © 2004-2007. All Rights Reserved.