Apache CXF API

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

Packages that use SchemaFactory
org.apache.cxf.tools.corba.common   
 

Uses of SchemaFactory in org.apache.cxf.tools.corba.common
 

Subclasses of SchemaFactory in org.apache.cxf.tools.corba.common
 class SchemaFactoryImpl
          This class is a copy of the WSDLFactoryImpl from the wsdl4j implementation It overwrites the newWSDLWriter method to return a SchemaWriter
 

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


Apache CXF API

Apache CXF