Uses of Class
javax.wsdl.factory.WSDLFactory
-
Packages that use WSDLFactory Package Description com.ibm.wsdl.factory com.ibm.wsdl.xml javax.wsdl.factory -
-
Uses of WSDLFactory in com.ibm.wsdl.factory
Subclasses of WSDLFactory in com.ibm.wsdl.factory Modifier and Type Class Description class
WSDLFactoryImpl
This class is a concrete implementation of the abstract class WSDLFactory. -
Uses of WSDLFactory in com.ibm.wsdl.xml
Fields in com.ibm.wsdl.xml declared as WSDLFactory Modifier and Type Field Description protected WSDLFactory
WSDLReaderImpl. factory
Methods in com.ibm.wsdl.xml that return WSDLFactory Modifier and Type Method Description protected WSDLFactory
WSDLReaderImpl. getWSDLFactory()
Get the WSDLFactory object cached in the reader, or use lazy instantiation if it is not cached yet. -
Uses of WSDLFactory in javax.wsdl.factory
Methods in javax.wsdl.factory that return WSDLFactory Modifier and Type Method Description static WSDLFactory
WSDLFactory. newInstance()
Get a new instance of a WSDLFactory.static WSDLFactory
WSDLFactory. newInstance(java.lang.String factoryImplName)
Get a new instance of a WSDLFactory.static WSDLFactory
WSDLFactory. newInstance(java.lang.String factoryImplName, java.lang.ClassLoader classLoader)
Get a new instance of a WSDLFactory.
-