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
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
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.