Class AbstractGenerator<T>
- java.lang.Object
-
- org.apache.cxf.tools.java2wsdl.generator.AbstractGenerator<T>
-
- Direct Known Subclasses:
BeanGenerator,DateTypeCustomGenerator,WSDL11Generator
public abstract class AbstractGenerator<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanallowImports()protected FilecreateOutputDir(File file)abstract Tgenerate(File file)org.apache.cxf.BusgetBus()FilegetOutputBase()protected org.apache.cxf.tools.util.OutputStreamCreatorgetOutputStreamCreator()org.apache.cxf.service.model.ServiceInfogetServiceModel()org.apache.cxf.tools.common.ToolContextgetToolContext()voidsetAllowImports(boolean b)voidsetBus(org.apache.cxf.Bus b)voidsetOutputBase(File out)voidsetServiceModel(org.apache.cxf.service.model.ServiceInfo s)voidsetToolContext(org.apache.cxf.tools.common.ToolContext arg)
-
-
-
Method Detail
-
setToolContext
public void setToolContext(org.apache.cxf.tools.common.ToolContext arg)
-
getToolContext
public org.apache.cxf.tools.common.ToolContext getToolContext()
-
setOutputBase
public void setOutputBase(File out)
-
getOutputBase
public File getOutputBase()
-
setServiceModel
public void setServiceModel(org.apache.cxf.service.model.ServiceInfo s)
-
getServiceModel
public org.apache.cxf.service.model.ServiceInfo getServiceModel()
-
getBus
public org.apache.cxf.Bus getBus()
-
setBus
public void setBus(org.apache.cxf.Bus b)
-
setAllowImports
public void setAllowImports(boolean b)
-
allowImports
public boolean allowImports()
-
getOutputStreamCreator
protected org.apache.cxf.tools.util.OutputStreamCreator getOutputStreamCreator()
-
-