org.apache.axis2.wsdl.codegen.extension
Class XMLPrettyPrinterExtension

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
      extended by org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
          extended by org.apache.axis2.wsdl.codegen.extension.XMLPrettyPrinterExtension
All Implemented Interfaces:
CodeGenExtension

public class XMLPrettyPrinterExtension
extends AbstractPrettyPrinterExtension


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
fileExtension
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log
 
Constructor Summary
XMLPrettyPrinterExtension()
           
 
Method Summary
protected  void prettifyFile(java.io.File file)
          calls the xml pretty printers
 
Methods inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
engage, prettify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLPrettyPrinterExtension

public XMLPrettyPrinterExtension()
Method Detail

prettifyFile

protected void prettifyFile(java.io.File file)
calls the xml pretty printers

Specified by:
prettifyFile in class AbstractPrettyPrinterExtension
Parameters:
file -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.