Uses of Class
org.apache.cxf.tools.corba.common.WSDLCorbaFactory
-
Packages that use WSDLCorbaFactory Package Description org.apache.cxf.tools.corba.common -
-
Uses of WSDLCorbaFactory in org.apache.cxf.tools.corba.common
Subclasses of WSDLCorbaFactory in org.apache.cxf.tools.corba.common Modifier and Type Class Description classWSDLCorbaFactoryImplThis class is a copy of the WSDLFactoryImpl from the wsdl4j implementation It overwrites the newWSDLWriter method to return a WSDLCorbaWriterMethods in org.apache.cxf.tools.corba.common that return WSDLCorbaFactory Modifier and Type Method Description static WSDLCorbaFactoryWSDLCorbaFactory. newInstance()Get a new instance of a WSDLFactory.static WSDLCorbaFactoryWSDLCorbaFactory. newInstance(String factoryImplName)Get a new instance of a WSDLFactory.
-