Class ListingAgent

    • Method Detail

      • handle

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

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

        protected void processIndex​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                    javax.servlet.http.HttpServletResponse httpServletResponse)
                             throws IOException,
                                    javax.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
        javax.servlet.ServletException
      • processExplicitSchemaAndWSDL

        public void processExplicitSchemaAndWSDL​(javax.servlet.http.HttpServletRequest req,
                                                 javax.servlet.http.HttpServletResponse res)
                                          throws IOException,
                                                 javax.servlet.ServletException
        Throws:
        IOException
        javax.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​(javax.servlet.http.HttpServletRequest req,
                                       javax.servlet.http.HttpServletResponse res)
                                throws IOException,
                                       javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • getParamtereIgnoreCase

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

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