Package com.sun.xml.rpc.server.http
Class WSDLPublisher
- java.lang.Object
-
- com.sun.xml.rpc.server.http.WSDLPublisher
-
public class WSDLPublisher extends Object
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description WSDLPublisher(javax.servlet.ServletContext context, JAXRPCRuntimeInfo jaxrpcInfo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidcopyStream(InputStream istream, OutputStream ostream)protected TemplatescreateTemplatesFor(Map patternToPort)voidhandle(RuntimeEndpointInfo targetEndpoint, Map fixedUrlPatternEndpoints, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Constructor Detail
-
WSDLPublisher
public WSDLPublisher(javax.servlet.ServletContext context, JAXRPCRuntimeInfo jaxrpcInfo)
-
-
Method Detail
-
handle
public void handle(RuntimeEndpointInfo targetEndpoint, Map fixedUrlPatternEndpoints, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
- Throws:
IOExceptionjavax.servlet.ServletException
-
copyStream
protected static void copyStream(InputStream istream, OutputStream ostream) throws IOException
- Throws:
IOException
-
-