Class SchemaWriter

java.lang.Object
org.apache.axis2.wsdl.codegen.writer.SchemaWriter

public class SchemaWriter extends Object
A convenient class to write out the schemas into a file in the output location
  • Constructor Details

    • SchemaWriter

      public SchemaWriter(File baseFolder)
  • Method Details

    • writeSchema

      public void writeSchema(org.apache.ws.commons.schema.XmlSchema schema, String schemaFileName)