org.apache.cxf.tools.java2wsdl.generator
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGenerator
public AbstractGenerator()
setToolContext
public void setToolContext(ToolContext arg)
getToolContext
public ToolContext getToolContext()
setOutputBase
public void setOutputBase(File out)
getOutputBase
public File getOutputBase()
setServiceModel
public void setServiceModel(ServiceInfo s)
getServiceModel
public ServiceInfo getServiceModel()
getBus
public Bus getBus()
setBus
public void setBus(Bus b)
setAllowImports
public void setAllowImports(boolean b)
allowImports
public boolean allowImports()
generate
public abstract T generate(File file)
createOutputDir
protected File createOutputDir(File file)
getOutputStreamCreator
protected OutputStreamCreator getOutputStreamCreator()
Apache CXF