Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swordfish-dev] Proposed changes to jax-ws consumer generation

Title: Proposed changes to jax-ws consumer generation
Fellow Swordfishers,

Jürgen and me looked at the consumer code generation and found that some things should be changed:

  • The generated Invoker should be put into a different package (e.g. *.sample). Currently, it looks like the invoker is part of the actual implementation and like it is required for the consumer (which it is not).
  • Likewise, the instantiation of the Invoker bean should go into a different spring config (e.g. sample-invoker.xml)
  • The package that contains the generated consumer should be exported in the MANIFEST.MF to make it easily consumable from other bundles.
  • Optionally, generating the sample Invoker should be switchable in the generation wizard (checkbox: “Generate example code”)

Cheers,
Oliver
 

Back to the top