Apache CXF API

org.apache.cxf.tools.java2wsdl.generator.wsdl11
Class DateTypeCustomGenerator

java.lang.Object
  extended by org.apache.cxf.tools.java2wsdl.generator.AbstractGenerator<File>
      extended by org.apache.cxf.tools.java2wsdl.generator.wsdl11.DateTypeCustomGenerator

public final class DateTypeCustomGenerator
extends AbstractGenerator<File>


Constructor Summary
DateTypeCustomGenerator()
           
 
Method Summary
 void addSchemaFiles(Collection<String> s)
           
 File generate(File outputdir)
           
protected  String getAdapterMethod(Class<?> clz, String methodName)
           
protected  Class<?> getDateType()
           
protected  File getJAXBCustFile(File outputdir)
           
 List<String> getSchemaNamespaces()
           
 void setWSDLName(String ws)
           
 
Methods inherited from class org.apache.cxf.tools.java2wsdl.generator.AbstractGenerator
allowImports, createOutputDir, getBus, getOutputBase, getOutputStreamCreator, getServiceModel, getToolContext, setAllowImports, setBus, setOutputBase, setServiceModel, setToolContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTypeCustomGenerator

public DateTypeCustomGenerator()
Method Detail

addSchemaFiles

public void addSchemaFiles(Collection<String> s)

setWSDLName

public void setWSDLName(String ws)

getSchemaNamespaces

public List<String> getSchemaNamespaces()

generate

public File generate(File outputdir)
Specified by:
generate in class AbstractGenerator<File>

getJAXBCustFile

protected File getJAXBCustFile(File outputdir)

getAdapterMethod

protected String getAdapterMethod(Class<?> clz,
                                  String methodName)

getDateType

protected Class<?> getDateType()

Apache CXF API

Apache CXF