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

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.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


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