org.apache.juddi.registry
Class InquiryService

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.juddi.registry.AbstractService
              extended byorg.apache.juddi.registry.InquiryService
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class InquiryService
extends AbstractService

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
InquiryService()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
           
 void validateRequest(java.lang.String operation, java.lang.String version, org.w3c.dom.Element uddiReq)
           
 
Methods inherited from class org.apache.juddi.registry.AbstractService
doGet, doPost
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquiryService

public InquiryService()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

validateRequest

public void validateRequest(java.lang.String operation,
                            java.lang.String version,
                            org.w3c.dom.Element uddiReq)
                     throws RegistryException
Specified by:
validateRequest in class AbstractService
Throws:
RegistryException


Copyright © 2003 Apache Software Foundation. All rights reserved.