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 Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
-
Field Details
-
CXF_CODEGEN_CONFIGURATION_NAME
Name of theConfigurationwhere dependencies are used for code generation.- See Also:
-
WSDL2JAVA_TASK_NAME
Task name to execute allWsdl2Javatasks.- See Also:
-
WSDL2JAVA_GROUP
Group name that allWsdl2Javatasks belong to.- See Also:
-
WSDL2JS_TASK_NAME
Task name to execute allWsdl2Jstasks.- See Also:
-
WSDL2JS_GROUP
Group name that allWsdl2Jstasks belong to.- See Also:
-
-
Constructor Details
-
CxfCodegenPlugin
public CxfCodegenPlugin()
-
-
Method Details