Uses of Class
javax.wsdl.factory.WSDLFactory
Packages that use WSDLFactory
-
Uses of WSDLFactory in com.ibm.wsdl.factory
Subclasses of WSDLFactory in com.ibm.wsdl.factoryModifier and TypeClassDescriptionclass
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 WSDLFactoryMethods in com.ibm.wsdl.xml that return WSDLFactoryModifier and TypeMethodDescriptionprotected 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 WSDLFactoryModifier and TypeMethodDescriptionstatic WSDLFactory
WSDLFactory.newInstance()
Get a new instance of a WSDLFactory.static WSDLFactory
WSDLFactory.newInstance
(String factoryImplName) Get a new instance of a WSDLFactory.static WSDLFactory
WSDLFactory.newInstance
(String factoryImplName, ClassLoader classLoader) Get a new instance of a WSDLFactory.