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