You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by fachhoch <fa...@gmail.com> on 2012/06/12 16:40:45 UTC

change cxf client url at runtime

here is my spring configuration for my client  is there any way I can change
the address at runtime using  an mbean  ? 




--
View this message in context: http://cxf.547215.n5.nabble.com/change-cxf-client-url-at-runtime-tp5709599.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: change cxf client url at runtime

Posted by Glen Mazza <gm...@talend.com>.
MBean, as in JMX, or just via Spring configuration?  If the latter, the 
ENDPOINT_ADDRESS_PROPERTY(https://github.com/gmazza/blog-samples/blob/master/soap_client_tutorial/src/main/java/client/WSClient.java) 
can be fed into your Java file using standard Spring dependency 
injection.  Former I'm unsure...

Glen

On 06/12/2012 10:40 AM, fachhoch wrote:
> here is my spring configuration for my client  is there any way I can change
> the address at runtime using  an mbean  ?
>
>
>
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/change-cxf-client-url-at-runtime-tp5709599.html
> Sent from the cxf-user mailing list archive at Nabble.com.


-- 
Glen Mazza
Talend Community Coders
coders.talend.com
blog: www.jroller.com/gmazza