Uses of Interface
javax.wsdl.xml.WSDLWriter
-
Packages that use WSDLWriter Package Description com.ibm.wsdl.factory com.ibm.wsdl.xml javax.wsdl.factory -
-
Uses of WSDLWriter in com.ibm.wsdl.factory
Methods in com.ibm.wsdl.factory that return WSDLWriter Modifier and Type Method Description WSDLWriter
WSDLFactoryImpl. newWSDLWriter()
Create a new instance of a WSDLWriter. -
Uses of WSDLWriter in com.ibm.wsdl.xml
Classes in com.ibm.wsdl.xml that implement WSDLWriter Modifier and Type Class Description class
WSDLWriterImpl
This class describes a collection of methods that allow a WSDL model to be written to a writer in an XML format that follows the WSDL schema. -
Uses of WSDLWriter in javax.wsdl.factory
Methods in javax.wsdl.factory that return WSDLWriter Modifier and Type Method Description abstract WSDLWriter
WSDLFactory. newWSDLWriter()
Create a new instance of a WSDLWriter.
-