Uses of Interface
javax.wsdl.xml.WSDLReader
-
Packages that use WSDLReader Package Description com.ibm.wsdl.factory com.ibm.wsdl.xml javax.wsdl.factory -
-
Uses of WSDLReader in com.ibm.wsdl.factory
Methods in com.ibm.wsdl.factory that return WSDLReader Modifier and Type Method Description WSDLReader
WSDLFactoryImpl. newWSDLReader()
Create a new instance of a WSDLReader. -
Uses of WSDLReader in com.ibm.wsdl.xml
Classes in com.ibm.wsdl.xml that implement WSDLReader Modifier and Type Class Description class
WSDLReaderImpl
This class describes a collection of methods that enable conversion of a WSDL document (in XML, following the WSDL schema described in the WSDL specification) into a WSDL model. -
Uses of WSDLReader in javax.wsdl.factory
Methods in javax.wsdl.factory that return WSDLReader Modifier and Type Method Description abstract WSDLReader
WSDLFactory. newWSDLReader()
Create a new instance of a WSDLReader.
-