org.codehaus.xfire.wsdl
Interface WSDLWriter
- All Known Implementing Classes:
- AbstractJavaWSDL, AbstractWSDL, DocumentWSDL, ResourceWSDL, RPCEncodedWSDL, WrappedWSDL
public interface WSDLWriter
Writes a WSDL file for a service. This is WSDL version agnostic.
- Author:
- Dan Diephouse
Method Summary |
void |
write(java.io.OutputStream out)
Write the WSDL to an OutputStream. |
WSDL11_NS
static final java.lang.String WSDL11_NS
- See Also:
- Constant Field Values
WSDL11_SOAP_NS
static final java.lang.String WSDL11_SOAP_NS
- See Also:
- Constant Field Values
write
void write(java.io.OutputStream out)
throws java.io.IOException
- Write the WSDL to an OutputStream.
- Parameters:
out
- The OutputStream.
- Throws:
java.io.IOException