[jboss-dev-forums] [Design of JBoss ESB] - Re: Wise based soap client for esb
maeste
do-not-reply at jboss.com
Fri Jul 11 09:27:33 EDT 2008
"jeffdelong" wrote : Thanks, I will look for your updates in a couple weeks.
|
Hi Jeff,
finally I fond an hour to put my hand on my workspace code to add support fot custom JAXWS handlers.
I just committed changes and a new quickstart sample demonstrating ho to use it (webservice_consumer_wise4).
In a nutshell you can add your own JAXWS handler adding (more than one) this property to org.jboss.soa.esb.actions.soap.wise.SOAPClient action in jboss-esb.xml
| <property name="custom-handlers" value="cutomClass1;CusomClass2" />
|
|
At the moment custom handlers are supposed to have default constructor and WISE Action instantiate them using reflection. Other solutions cold be evaluated in future (like have an handler object somewhere in the message for example).
If you have chance, give it a run and let me know what do you think about.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163863#4163863
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163863
More information about the jboss-dev-forums
mailing list