org.codehaus.xfire.wsdl
Interface WSDL

All Known Implementing Classes:
AbstractWSDL, ResourceWSDL

public interface WSDL

A WSDL Document for a service. This is supposed to be version agnostic as well as let you generate/retrieve WSDL in whatever way you want.

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 Codehaus. All Rights Reserved.