org.apache.axis2.wsdl.codegen.writer
Class SchemaWriter

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.writer.SchemaWriter

public class SchemaWriter
extends java.lang.Object

A convenient class to write out the schemas into a file in the output location


Constructor Summary
SchemaWriter(java.io.File baseFolder)
           
 
Method Summary
 void writeSchema(org.apache.ws.commons.schema.XmlSchema schema, java.lang.String schemaFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaWriter

public SchemaWriter(java.io.File baseFolder)
Method Detail

writeSchema

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


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.