Package io.mateo.cxf.codegen
Class CxfCodegenPlugin
java.lang.Object
io.mateo.cxf.codegen.CxfCodegenPlugin
Plugin for code generation from WSDLs using Apache CXF.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringName of theConfigurationwhere dependencies are used for code generation.static final StringGroup name that allWsdl2Javatasks belong to.static final StringTask name to execute allWsdl2Javatasks.static final StringGroup name that allWsdl2Jstasks belong to.static final StringTask name to execute allWsdl2Jstasks.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CXF_CODEGEN_CONFIGURATION_NAMEName of theConfigurationwhere dependencies are used for code generation.- See Also:
 
- 
WSDL2JAVA_TASK_NAMETask name to execute allWsdl2Javatasks.- See Also:
 
- 
WSDL2JAVA_GROUPGroup name that allWsdl2Javatasks belong to.- See Also:
 
- 
WSDL2JS_TASK_NAMETask name to execute allWsdl2Jstasks.- See Also:
 
- 
WSDL2JS_GROUPGroup name that allWsdl2Jstasks belong to.- See Also:
 
 
- 
- 
Constructor Details- 
CxfCodegenPluginpublic CxfCodegenPlugin()
 
- 
- 
Method Details