org.apache.axis2.transport.http
Class ListingAgent

java.lang.Object
  extended byorg.apache.axis2.transport.http.ListingAgent

public class ListingAgent
extends java.lang.Object


Field Summary
static java.lang.String ADMIN_JSP_NAME
           
 
Constructor Summary
ListingAgent(ConfigurationContext configContext)
           
 
Method Summary
 void handle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_JSP_NAME

public static final java.lang.String ADMIN_JSP_NAME
See Also:
Constant Field Values
Constructor Detail

ListingAgent

public ListingAgent(ConfigurationContext configContext)
Method Detail

handle

public void handle(HttpServletRequest httpServletRequest,
                   HttpServletResponse httpServletResponse,
                   java.io.OutputStream out)
            throws java.io.IOException,
                   java.lang.Exception
Throws:
java.io.IOException
java.lang.Exception