Uses of Class
io.mateo.cxf.codegen.wsdl2java.Wsdl2JavaOptions
-
Packages that use Wsdl2JavaOptions Package Description io.mateo.cxf.codegen.wsdl2java Classes related to Java code generation. -
-
Uses of Wsdl2JavaOptions in io.mateo.cxf.codegen.wsdl2java
Methods in io.mateo.cxf.codegen.wsdl2java that return Wsdl2JavaOptions Modifier and Type Method Description Wsdl2JavaOptions
Wsdl2Java. getWsdl2JavaOptions()
Options to configure thewsdl2java
tool.Method parameters in io.mateo.cxf.codegen.wsdl2java with type arguments of type Wsdl2JavaOptions Modifier and Type Method Description void
Wsdl2Java. toolOptions(Action<? super Wsdl2JavaOptions> configurer)
Configures thewsdl2java
tool options.
-