Class ListingAgent

java.lang.Object
org.apache.axis2.transport.http.AbstractAgent
org.apache.axis2.transport.http.ListingAgent

public class ListingAgent extends AbstractAgent
  • Constructor Details

    • ListingAgent

      public ListingAgent(org.apache.axis2.context.ConfigurationContext aConfigContext)
  • Method Details

    • handle

      public void handle(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, jakarta.servlet.ServletException
      Overrides:
      handle in class AbstractAgent
      Throws:
      IOException
      jakarta.servlet.ServletException
    • processListFaultyServices

      protected void processListFaultyServices(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • processIndex

      protected void processIndex(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, jakarta.servlet.ServletException
      Description copied from class: AbstractAgent
      Callback method for index page. Forwards to AbstractAgent.DEFAULT_INDEX_JSP by default.
      Overrides:
      processIndex in class AbstractAgent
      Parameters:
      httpServletRequest - The incoming request.
      httpServletResponse - The outgoing response.
      Throws:
      IOException
      jakarta.servlet.ServletException
    • processExplicitSchemaAndWSDL

      public void processExplicitSchemaAndWSDL(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • copy

      public static void copy(InputStream stream, OutputStream ostream) throws IOException
      Copies the input stream to the output stream
      Parameters:
      stream - the InputStream
      ostream - the OutputStream
      Throws:
      IOException
    • extractServiceName

      public String extractServiceName(String urlString)
    • processListService

      public void processListService(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • getParamtereIgnoreCase

      public String getParamtereIgnoreCase(jakarta.servlet.http.HttpServletRequest req, String paraName)
    • processListServices

      protected void processListServices(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException