Skip to content

valmol/samples-cxf-codegen-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample CXF Codegen Plugin

Apache CXF's wsdl2java support is pluggable. There is a META-INF/tools-plugin.xml descriptor that allows you to define custom generators ("frontend profiles"). Sample shows howto implement and use Service Endpoint Interface (SEI) generator. Custom generator extends the default one, but provides a different velocity template. This velocity template is identical to the default one, except that sample javadoc added for generated SEI.

Inspired by https://github.com/playframework/play-soap#wsdl2java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages