Class WSDLPrettyPrinterExtension
java.lang.Object
org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
org.apache.axis2.wsdl.codegen.extension.WSDLPrettyPrinterExtension
- All Implemented Interfaces:
CodeGenExtension
-
Field Summary
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
fileExtensionFields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprettifyFile(File file) Implement this to call the proper pretty printersMethods inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractPrettyPrinterExtension
engage, prettify
-
Constructor Details
-
WSDLPrettyPrinterExtension
public WSDLPrettyPrinterExtension()
-
-
Method Details
-
prettifyFile
Description copied from class:AbstractPrettyPrinterExtensionImplement this to call the proper pretty printers- Specified by:
prettifyFilein classAbstractPrettyPrinterExtension
-