org.apache.axis2.transport.http
Class ListingAgent

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

public class ListingAgent
extends Object


Field Summary
static String ADMIN_JSP_NAME
           
static String RUNNING_PORT
           
 
Constructor Summary
ListingAgent(ConfigurationContext configContext)
           
 
Method Summary
 void handle(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, 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 String ADMIN_JSP_NAME
See Also:
Constant Field Values

RUNNING_PORT

public static final String RUNNING_PORT
See Also:
Constant Field Values
Constructor Detail

ListingAgent

public ListingAgent(ConfigurationContext configContext)
Method Detail

handle

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