-
Feb 27th, 2008, 01:20 PM
#1
Process of changing visability of attributes in XsdBasedSoap11Wsdl4jDefinitionBuilder
Hello,
I am looking to extend the XsdBasedSoap11Wsdl4jDefinitionBuilder to add a message prefix attribute for my projects needs. This would allow us to have one "messages" file and allow us to configure this new extended version of the XsdBasedSoap11Wsdl4jDefinitionBuilder class to "filter" based on prefix and suffix. Essentially, this would allow us to segregate the messages into individual endpoints based on prefix.
The problem with this is that the requestSuffix and responsePrefix are private and do not have accessors. Also, the afterPropertiesSet method has been marked as final. This makes adding new behavior difficult.
Do I simply log a ticket for this?
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