Class IdentityServicesServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

    public class IdentityServicesServlet
    extends com.sun.xml.rpc.server.http.JAXRPCServlet
    Provides implementation for returning WSDL. Obtains the hostname, port, etc from Naming Service and should be aware of load balance i.e., sites.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.sun.xml.rpc.server.http.JAXRPCServlet

        delegate, JAXRPC_RI_PROPERTY_PUBLISH_MODEL, JAXRPC_RI_PROPERTY_PUBLISH_STATUS_PAGE, JAXRPC_RI_PROPERTY_PUBLISH_WSDL, JAXRPC_RI_RUNTIME_INFO
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doGet​(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Checks for "wsdl" query parameter and returns the wsdl
      void init​(jakarta.servlet.ServletConfig config)
      Obtain a pointer to the servlet context
      • Methods inherited from class com.sun.xml.rpc.server.http.JAXRPCServlet

        destroy, doPost
      • Methods inherited from class jakarta.servlet.http.HttpServlet

        doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class jakarta.servlet.GenericServlet

        getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • IdentityServicesServlet

        public IdentityServicesServlet()
    • Method Detail

      • init

        public void init​(jakarta.servlet.ServletConfig config)
                  throws jakarta.servlet.ServletException
        Obtain a pointer to the servlet context
        Specified by:
        init in interface jakarta.servlet.Servlet
        Overrides:
        init in class com.sun.xml.rpc.server.http.JAXRPCServlet
        Throws:
        jakarta.servlet.ServletException
      • doGet

        public void doGet​(jakarta.servlet.http.HttpServletRequest request,
                          jakarta.servlet.http.HttpServletResponse response)
                   throws jakarta.servlet.ServletException
        Checks for "wsdl" query parameter and returns the wsdl
        Overrides:
        doGet in class com.sun.xml.rpc.server.http.JAXRPCServlet
        Throws:
        jakarta.servlet.ServletException