Uses of Interface
javax.wsdl.xml.WSDLWriter
Packages that use WSDLWriter
-
Uses of WSDLWriter in com.ibm.wsdl.factory
Methods in com.ibm.wsdl.factory that return WSDLWriterModifier and TypeMethodDescriptionWSDLFactoryImpl.newWSDLWriter()
Create a new instance of a WSDLWriter. -
Uses of WSDLWriter in com.ibm.wsdl.xml
Classes in com.ibm.wsdl.xml that implement WSDLWriterModifier and TypeClassDescriptionclass
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 WSDLWriterModifier and TypeMethodDescriptionabstract WSDLWriter
WSDLFactory.newWSDLWriter()
Create a new instance of a WSDLWriter.