public class WSDLPublisher extends Object
| Constructor and Description |
|---|
WSDLPublisher(javax.servlet.ServletConfig servletConfig) |
WSDLPublisher(javax.servlet.ServletConfig servletConfig,
InputStream configInputStream) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
copyStream(InputStream istream,
OutputStream ostream) |
boolean |
hasDocument() |
void |
publish(String prefix,
javax.servlet.http.HttpServletResponse response) |
protected void |
readFrom(InputStream inputStream) |
public WSDLPublisher(javax.servlet.ServletConfig servletConfig)
public WSDLPublisher(javax.servlet.ServletConfig servletConfig,
InputStream configInputStream)
public boolean hasDocument()
public void publish(String prefix, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected void readFrom(InputStream inputStream)
protected static void copyStream(InputStream istream, OutputStream ostream) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.