Save This Page
Home » axis2-1.5-src » org.apache » axis2 » transport » http » [javadoc | source]
org.apache.axis2.transport.http
public class: ListingAgent [javadoc | source]
java.lang.Object
   org.apache.axis2.transport.http.AbstractAgent
      org.apache.axis2.transport.http.ListingAgent
Field Summary
public static final  String RUNNING_PORT     
Fields inherited from org.apache.axis2.transport.http.AbstractAgent:
DEFAULT_INDEX_JSP,  operationCache,  configContext
Constructor:
 public ListingAgent(ConfigurationContext aConfigContext) 
Method from org.apache.axis2.transport.http.ListingAgent Summary:
copy,   extractServiceName,   handle,   initTransportListener,   processExplicitSchemaAndWSDL,   processIndex,   processListFaultyServices,   processListService,   processListServices
Methods from org.apache.axis2.transport.http.AbstractAgent:
handle,   populateSessionInformation,   processIndex,   processUnknown,   renderView
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.transport.http.ListingAgent Detail:
 public static  void copy(InputStream stream,
    OutputStream ostream) throws IOException 
    Copies the input stream to the output stream
 public String extractServiceName(String urlString) 
 public  void handle(HttpServletRequest httpServletRequest,
    HttpServletResponse httpServletResponse) throws IOException, ServletException 
 protected  void initTransportListener(HttpServletRequest httpServletRequest) 
 public  void processExplicitSchemaAndWSDL(HttpServletRequest req,
    HttpServletResponse res) throws IOException, ServletException 
 protected  void processIndex(HttpServletRequest httpServletRequest,
    HttpServletResponse httpServletResponse) throws IOException, ServletException 
 protected  void processListFaultyServices(HttpServletRequest req,
    HttpServletResponse res) throws IOException, ServletException 
 public  void processListService(HttpServletRequest req,
    HttpServletResponse res) throws IOException, ServletException 
 protected  void processListServices(HttpServletRequest req,
    HttpServletResponse res) throws IOException, ServletException