Class AbstractHttpGetRequestProcessor

    • Constructor Detail

      • AbstractHttpGetRequestProcessor

        public AbstractHttpGetRequestProcessor()
    • Method Detail

      • init

        public void init​(org.apache.axis2.context.ConfigurationContext configurationContext)
                  throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • populateGetRequestProcessors

        protected void populateGetRequestProcessors()
                                             throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • getServicesHTML

        protected String getServicesHTML​(String prefix)
        Returns the HTML text for the list of services deployed. This can be delegated to another Class as well where it will handle more options of GET messages.
        Parameters:
        prefix - to be used for the Service names
        Returns:
        the HTML to be displayed as a String
      • getServiceName

        protected String getServiceName​(String uri)
        Returns the service name.
        Parameters:
        uri - HttpRequest uri
        Returns:
        service name as a String
      • getServicePath

        protected String getServicePath()
      • handleException

        public void handleException​(String msg,
                                    Exception e)
                             throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault