org.codehaus.xfire.wsdl
Interface WSDLWriter

All Known Implementing Classes:
AbstractWSDL, ResourceWSDL, WSDLBuilder, WSDLBuilderAdapter

public interface WSDLWriter

Writes a WSDL file for a service. This is WSDL version agnostic.

Author:
Dan Diephouse

Field Summary
static java.lang.String WSDL11_NS
           
static java.lang.String WSDL11_SOAP_NS
           
 
Method Summary
 void write(java.io.OutputStream out)
          Write the WSDL to an OutputStream.
 

Field Detail

WSDL11_NS

public static final java.lang.String WSDL11_NS
See Also:
Constant Field Values

WSDL11_SOAP_NS

public static final java.lang.String WSDL11_SOAP_NS
See Also:
Constant Field Values
Method Detail

write

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

Parameters:
out - The OutputStream.
Throws:
java.io.IOException


Copyright © 2004-2006 null. All Rights Reserved.