org.codehaus.xfire.wsdl
Interface WSDLWriter

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

public interface WSDLWriter

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

Author:
Dan Diephouse

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

Field Detail

WSDL11_NS

static final String WSDL11_NS
See Also:
Constant Field Values

WSDL11_SOAP_NS

static final String WSDL11_SOAP_NS
See Also:
Constant Field Values
Method Detail

write

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

Parameters:
out - The OutputStream.
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.