Apache CXF API

Uses of Class
org.apache.cxf.tools.corba.common.WSDLCorbaFactory

Packages that use WSDLCorbaFactory
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
 class WSDLCorbaFactoryImpl
          This class is a copy of the WSDLFactoryImpl from the wsdl4j implementation It overwrites the newWSDLWriter method to return a WSDLCorbaWriter
 

Methods in org.apache.cxf.tools.corba.common that return WSDLCorbaFactory
static WSDLCorbaFactory WSDLCorbaFactory.newInstance()
          Get a new instance of a WSDLFactory.
static WSDLCorbaFactory WSDLCorbaFactory.newInstance(String factoryImplName)
          Get a new instance of a WSDLFactory.
 


Apache CXF API

Apache CXF