public interface WsdlWriter
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument(Definitions model)
Deprecated.
use Document getDocument(Description model)
|
Document |
getDocument(Description model)
Return a document generated from the specified WSDL model.
|
void |
writeDescription(Description model,
OutputStream sink)
Write the specified WSDL Description to the specified OutputStream.
|
void |
writeDescription(Description model,
Writer sink)
Write the specified WSDL Description to the specified Writer.
|
void |
writeWsdl(Definitions model,
OutputStream sink)
Deprecated.
use writeDescription
|
void |
writeWsdl(Definitions model,
Writer sink)
Deprecated.
use writeDescription
|
Document getDocument(Description model) throws WsdlException
model - The WSDL Description component to be writtenWsdlException - if a WSDL 2.0 validity error is encountered.Document getDocument(Definitions model) throws WsdlException
WsdlExceptionvoid writeDescription(Description model, Writer sink) throws WsdlException, IOException
model - The WSDL Description component to be writtensink - The Writer to write the xml toWsdlException - if a WSDL 2.0 validity error is encountered.IOException - if an I/O errors while writing to the given
writer.void writeWsdl(Definitions model, Writer sink) throws WsdlException, IOException
WsdlExceptionIOExceptionvoid writeDescription(Description model, OutputStream sink) throws WsdlException, IOException
model - The WSDL Description component to be writtensink - The OutputStream to write the XML toWsdlException - if a WSDL 2.0 validity error is encountered.IOException - if an I/O errors while writing to the given
output stream.void writeWsdl(Definitions model, OutputStream sink) throws WsdlException, IOException
WsdlExceptionIOExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.