Class CompilerFactory
- java.lang.Object
-
- org.apache.axis.components.compiler.CompilerFactory
-
public class CompilerFactory extends java.lang.Object
This class implements a factory to instantiate a Compiler.- Since:
- 2.0
- Author:
- Davanum Srinivas, Stefano Mazzocchi
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description CompilerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Compiler
getCompiler()
-
-
-
Method Detail
-
getCompiler
public static Compiler getCompiler()
-
-