Package com.sun.xml.rpc.server.http.ea
Class WSDLPublisher
java.lang.Object
com.sun.xml.rpc.server.http.ea.WSDLPublisher
A publisher of WSDL documents.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionWSDLPublisher(javax.servlet.ServletConfig servletConfig) WSDLPublisher(javax.servlet.ServletConfig servletConfig, InputStream configInputStream) -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidcopyStream(InputStream istream, OutputStream ostream) booleanvoidprotected voidreadFrom(InputStream inputStream)
-
Constructor Details
-
WSDLPublisher
public WSDLPublisher(javax.servlet.ServletConfig servletConfig) -
WSDLPublisher
-
-
Method Details
-
hasDocument
public boolean hasDocument() -
publish
public void publish(String prefix, javax.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-
readFrom
-
copyStream
- Throws:
IOException
-