Uses of Class
org.apache.cxf.tools.corba.common.SchemaFactory
-
Packages that use SchemaFactory Package Description 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 Modifier and Type Class Description classSchemaFactoryImplThis class is a copy of the WSDLFactoryImpl from the wsdl4j implementation It overwrites the newWSDLWriter method to return a SchemaWriterMethods in org.apache.cxf.tools.corba.common that return SchemaFactory Modifier and Type Method Description static SchemaFactorySchemaFactory. newInstance()Get a new instance of a WSDLFactory.static SchemaFactorySchemaFactory. newInstance(String factoryImplName)Get a new instance of a WSDLFactory.
-