org.jboss.jaxr.juddi.axis
Class JBossJuddiInquiryServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.axis.transport.http.AxisServletBase (src) 
          extended byorg.jboss.axis.transport.http.AxisServlet (src) 
              extended byorg.jboss.jaxr.juddi.axis.JBossJuddiInquiryServlet

public class JBossJuddiInquiryServlet
extends AxisServlet (src)

Represents the jUDDI Inquiry Servlet

Since:
Mar 10, 2005
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.transport.http.AxisServlet (src)
INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY
 
Fields inherited from class org.jboss.axis.transport.http.AxisServletBase (src)
ATTR_AXIS_ENGINE, axisServer
 
Constructor Summary
JBossJuddiInquiryServlet()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse res)
          Process GET requests.
 
Methods inherited from class org.jboss.axis.transport.http.AxisServlet (src)
createMessageContext, doPost, getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, getProtocolVersion, getServiceName, init, invokeEndpointFromGet, logException, processAxisFault, processMethodRequest, processWsdlRequest, reportAvailableServices, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfo, reportTrouble, setupHTMLResponseHeader
 
Methods inherited from class org.jboss.axis.transport.http.AxisServletBase (src)
decLockCounter, destroy, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopment, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossJuddiInquiryServlet

public JBossJuddiInquiryServlet()
Method Detail

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws ServletException,
                  java.io.IOException
Description copied from class: AxisServlet (src)
Process GET requests. This includes handoff of pseudo-SOAP requests

Overrides:
doGet in class AxisServlet (src)
Parameters:
req - request in
res - request out
Throws:
java.io.IOException
ServletException