Apache CXF API

Uses of Class
org.apache.cxf.tools.plugin.Generator

Packages that use Generator
org.apache.cxf.tools.plugin   
 

Uses of Generator in org.apache.cxf.tools.plugin
 

Fields in org.apache.cxf.tools.plugin with type parameters of type Generator
protected  List<Generator> Generators.generator
           
 

Methods in org.apache.cxf.tools.plugin that return Generator
 Generator ObjectFactory.createGenerator()
          Create an instance of Generator
 

Methods in org.apache.cxf.tools.plugin that return types with arguments of type Generator
 javax.xml.bind.JAXBElement<Generator> ObjectFactory.createGenerator(Generator value)
          Create an instance of JAXBElement<Generator>}
 List<Generator> Generators.getGenerator()
          Gets the value of the generator property.
 

Methods in org.apache.cxf.tools.plugin with parameters of type Generator
 javax.xml.bind.JAXBElement<Generator> ObjectFactory.createGenerator(Generator value)
          Create an instance of JAXBElement<Generator>}
 


Apache CXF API

Apache CXF