-
Mar 11th, 2008, 12:24 PM
#1
Possible RC1 API changes?
Arjen,
I would like to suggest some possible API changes to either the DefaultWsdl11Definition or ProviderBasedWsdl4jDefinition classes.
The DefaultWsdl11Definition class feels like the ProviderBasedWsdl4jDefinition class with defaults. If that is the case, would you consider adding some of the convience methods that delegate to the underlying providers to the ProviderBasedWsdl4jDefinition class (For example: setTargetNamespace, setSchema etc.)? This would make configuration much easier.
Also, would you consider making the providers in the ProviderBasedWsdl4jDefinition class protected instead of private? I have implemented my own provider and need to do some additional initialization work in the afterPropertiesSet method. If I extend the current ProviderBasedWsdl4jDefinition class to do this, I have no visibility into the providers (they are not protected and don't have corresponding getters). I would settle for getters.
Your thoughts?
Regards,
Joshua White
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules