org.apache.juddi.registry
Class InquiryService

java.lang.Object
  extended by HttpServlet
      extended by org.apache.juddi.registry.AbstractService
          extended by org.apache.juddi.registry.InquiryService

public class InquiryService
extends AbstractService

Author:
Steve Viens (sviens@apache.org)

Constructor Summary
InquiryService()
           
 
Method Summary
 void init(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 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(ServletConfig config)
          throws ServletException
Throws:
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. All Rights Reserved.