Class AbstractJAXWSGenerator
- java.lang.Object
-
- org.apache.cxf.tools.wsdlto.core.AbstractGenerator
-
- org.apache.cxf.tools.wsdlto.frontend.jaxws.generators.AbstractJAXWSGenerator
-
- All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGenerator
- Direct Known Subclasses:
AntGenerator,ClientGenerator,FaultGenerator,HandlerConfigGenerator,ImplGenerator,SEIGenerator,ServerGenerator,ServiceGenerator
public abstract class AbstractJAXWSGenerator extends org.apache.cxf.tools.wsdlto.core.AbstractGenerator
-
-
Field Summary
Fields Modifier and Type Field Description protected static LoggerLOGprotected static StringTEMPLATE_BASE
-
Constructor Summary
Constructors Constructor Description AbstractJAXWSGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidgenerate(org.apache.cxf.tools.common.ToolContext penv)booleanpassthrough()voidregister(org.apache.cxf.tools.util.ClassCollector collector, String packageName, String fileName)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
TEMPLATE_BASE
protected static final String TEMPLATE_BASE
- See Also:
- Constant Field Values
-
-