Package com.sun.xml.rpc.wsdl.parser
Class WSDLWriter
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.parser.WSDLWriter
-
public class WSDLWriter extends Object
A writer for WSDL documents.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description WSDLWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(ExtensionHandler h)voidunregister(ExtensionHandler h)voidunregister(String uri)voidwrite(WSDLDocument document, OutputStream os)
-
-
-
Constructor Detail
-
WSDLWriter
public WSDLWriter() throws IOException- Throws:
IOException
-
-
Method Detail
-
register
public void register(ExtensionHandler h)
-
unregister
public void unregister(ExtensionHandler h)
-
unregister
public void unregister(String uri)
-
write
public void write(WSDLDocument document, OutputStream os) throws IOException
- Throws:
IOException
-
-