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

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
      extended byorg.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
          extended byorg.apache.axis2.wsdl.codegen.extension.WSDLPrettyPrinterExtension
All Implemented Interfaces:
CodeGenExtension

public class WSDLPrettyPrinterExtension
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
WSDLPrettyPrinterExtension()
           
 
Method Summary
protected  void prettifyFile(java.io.File file)
          Implement this to call the proper 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

WSDLPrettyPrinterExtension

public WSDLPrettyPrinterExtension()
Method Detail

prettifyFile

protected void prettifyFile(java.io.File file)
Description copied from class: AbstractPrettyPrinterExtension
Implement this to call the proper pretty printers

Specified by:
prettifyFile in class AbstractPrettyPrinterExtension
Parameters:
file -


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