Class WSDLPublisher

java.lang.Object
com.sun.xml.rpc.server.http.WSDLPublisher

public class WSDLPublisher extends Object
Author:
JAX-RPC Development Team
  • Constructor Details

    • WSDLPublisher

      public WSDLPublisher(javax.servlet.ServletContext context, JAXRPCRuntimeInfo jaxrpcInfo)
  • Method Details

    • handle

      public void handle(RuntimeEndpointInfo targetEndpoint, Map fixedUrlPatternEndpoints, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.servlet.ServletException
    • createTemplatesFor

      protected Templates createTemplatesFor(Map patternToPort)
    • copyStream

      protected static void copyStream(InputStream istream, OutputStream ostream) throws IOException
      Throws:
      IOException