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 classWSDLFactoryImplThis 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 WSDLFactoryWSDLReaderImpl. factoryMethods in com.ibm.wsdl.xml that return WSDLFactory Modifier and Type Method Description protected WSDLFactoryWSDLReaderImpl. 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 WSDLFactoryWSDLFactory. newInstance()Get a new instance of a WSDLFactory.static WSDLFactoryWSDLFactory. newInstance(java.lang.String factoryImplName)Get a new instance of a WSDLFactory.static WSDLFactoryWSDLFactory. newInstance(java.lang.String factoryImplName, java.lang.ClassLoader classLoader)Get a new instance of a WSDLFactory.
-