org.codehaus.xfire.wsdl11.builder
Class WSDLBuilderAdapter

java.lang.Object
  extended by org.codehaus.xfire.wsdl11.builder.WSDLBuilderAdapter
All Implemented Interfaces:
WSDLWriter

public class WSDLBuilderAdapter
extends java.lang.Object
implements WSDLWriter

An adapter for a WSDLBuilder so that it conforms to the WSDLWriter interface.

Author:
Arjen Poutsma

Field Summary
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDLWriter
WSDL11_NS, WSDL11_SOAP_NS
 
Constructor Summary
WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory, Service service, TransportManager transportManager)
           
 
Method Summary
 void write(java.io.OutputStream out)
          Write the WSDL to an OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLBuilderAdapter

public WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory,
                          Service service,
                          TransportManager transportManager)
Method Detail

write

public void write(java.io.OutputStream out)
           throws java.io.IOException
Write the WSDL to an OutputStream.

Specified by:
write in interface WSDLWriter
Parameters:
out - The OutputStream.
Throws:
java.io.IOException


Copyright © 2004-2011. All Rights Reserved.