org.apache.juddi.registry
Class InquiryService

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.juddi.registry.AbstractService
              extended by org.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
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
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 © 2004-2007 Apache Software Foundation. All Rights Reserved.