Class AbstractGenerator<T>
java.lang.Object
org.apache.cxf.tools.java2wsdl.generator.AbstractGenerator<T>
- Direct Known Subclasses:
BeanGenerator,DateTypeCustomGenerator,WSDL11Generator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected FilecreateOutputDir(File file) abstract Torg.apache.cxf.BusgetBus()protected org.apache.cxf.tools.util.OutputStreamCreatororg.apache.cxf.service.model.ServiceInfoorg.apache.cxf.tools.common.ToolContextvoidsetAllowImports(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)
-
Constructor Details
-
AbstractGenerator
public AbstractGenerator()
-
-
Method Details
-
setToolContext
public void setToolContext(org.apache.cxf.tools.common.ToolContext arg) -
getToolContext
public org.apache.cxf.tools.common.ToolContext getToolContext() -
setOutputBase
-
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() -
generate
-
createOutputDir
-
getOutputStreamCreator
protected org.apache.cxf.tools.util.OutputStreamCreator getOutputStreamCreator()
-