Uses of Class
io.mateo.cxf.codegen.wsdl2java.WsdlOption
-
Packages that use WsdlOption Package Description io.mateo.cxf.codegen Central classes for the CXF Codegen Gradle plugin. -
-
Uses of WsdlOption in io.mateo.cxf.codegen
Methods in io.mateo.cxf.codegen that return types with arguments of type WsdlOption Modifier and Type Method Description NamedDomainObjectContainer<WsdlOption>
CxfCodegenExtension. getWsdl2java()
Returns the Java sources used for code generation.Method parameters in io.mateo.cxf.codegen with type arguments of type WsdlOption Modifier and Type Method Description void
CxfCodegenExtension. wsdl2java(Action<? super NamedDomainObjectContainer<WsdlOption>> configure)
Configures the WSDL sources to use for code generation.
-