org.codehaus.xfire.wsdl11.builder
Class WSDLBuilderAdapter
java.lang.Object
org.codehaus.xfire.wsdl11.builder.WSDLBuilderAdapter
- All Implemented Interfaces:
- WSDLWriter
public class WSDLBuilderAdapter
- extends Object
- implements WSDLWriter
An adapter for a WSDLBuilder
so that it conforms to the WSDLWriter
interface.
- Author:
- Arjen Poutsma
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLBuilderAdapter
public WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory,
Service service,
TransportManager transportManager)
write
public void write(OutputStream out)
throws IOException
- Write the WSDL to an OutputStream.
- Specified by:
write
in interface WSDLWriter
- Parameters:
out
- The OutputStream.
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.