org.apache.cxf.tools.wadlto.jaxb
Class CustomizationParser

java.lang.Object
  extended by org.apache.cxf.tools.wadlto.jaxb.CustomizationParser

public final class CustomizationParser
extends Object


Constructor Summary
CustomizationParser(org.apache.cxf.tools.common.ToolContext env)
           
 
Method Summary
 List<String> getCompilerArgs()
           
 List<InputSource> getJaxbBindings()
           
 List<InputSource> getSchemaPackageFiles()
           
 void parse(org.apache.cxf.tools.common.ToolContext env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizationParser

public CustomizationParser(org.apache.cxf.tools.common.ToolContext env)
Method Detail

parse

public void parse(org.apache.cxf.tools.common.ToolContext env)

getJaxbBindings

public List<InputSource> getJaxbBindings()

getSchemaPackageFiles

public List<InputSource> getSchemaPackageFiles()

getCompilerArgs

public List<String> getCompilerArgs()


Apache CXF