Package io.mateo.cxf.codegen
Class CxfCodegenExtension
- java.lang.Object
-
- io.mateo.cxf.codegen.CxfCodegenExtension
-
public class CxfCodegenExtension extends Object
Extension to configure WSDL sources.
-
-
Constructor Summary
Constructors Constructor Description CxfCodegenExtension(ObjectFactory objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedDomainObjectContainer<WsdlOption>
getWsdl2java()
Returns the Java sources used for code generation.void
wsdl2java(Action<? super NamedDomainObjectContainer<WsdlOption>> configure)
Configures the WSDL sources to use for code generation.
-
-
-
Constructor Detail
-
CxfCodegenExtension
@Inject public CxfCodegenExtension(ObjectFactory objects)
-
-
Method Detail
-
getWsdl2java
public NamedDomainObjectContainer<WsdlOption> getWsdl2java()
Returns the Java sources used for code generation.- Returns:
- sources for Java code generation
-
wsdl2java
public void wsdl2java(Action<? super NamedDomainObjectContainer<WsdlOption>> configure)
Configures the WSDL sources to use for code generation.- Parameters:
configure
- action or closure to configure the WSDL sources with
-
-