Re: ProxyFactoryBean LazyInitTargetSource tightly integregrated with jaxws:client

2013-05-13 Thread Jason Pell
I just ended up creating a run once interceptor instead works a treat Sent from my Galaxy S2 On May 4, 2013 12:19 PM, Jason Pell ja...@pellcorp.com wrote: Sergey, Thanks for reply. I had a look at the docs (but not the code as yet) and createdFromAPI seems to be for when you have a

Re: ProxyFactoryBean LazyInitTargetSource tightly integregrated with jaxws:client

2013-05-03 Thread Sergey Beryozkin
AFAIK, this is what createdFromAPI or abstract attributes can help with (they are effective for jaxws:client), something I've started looking into recently too in context the of JAX-RS client runtime work Sergey On 03/05/13 01:14, Jason Pell wrote: I guess i should have been clearer. If i

Re: ProxyFactoryBean LazyInitTargetSource tightly integregrated with jaxws:client

2013-05-03 Thread Jason Pell
Sergey, Thanks for reply. I had a look at the docs (but not the code as yet) and createdFromAPI seems to be for when you have a pre-existing generated client already instatiated as a bean with a specific bean id. Although certainly is going to be a good starting point, what i was hoping for is a

ProxyFactoryBean LazyInitTargetSource tightly integregrated with jaxws:client

2013-05-02 Thread Jason Pell
Hi, I still want to use jaxws:client but would be ideal if i could somehow delay construction of jaxws client until its first use. I know i can probably do this by referencing the jaxws:client bean id and using lazy-init but it would be neater if i could have a property on jaxws client that would

Re: ProxyFactoryBean LazyInitTargetSource tightly integregrated with jaxws:client

2013-05-02 Thread Jason Pell
I guess i should have been clearer. If i wanted to do an enhancement to jaxws client would it be acceptable to cxf? When i have a chance i am going to play around with the client factory bean to see whats possible. On May 3, 2013 10:07 AM, Jason Pell ja...@pellcorp.com wrote: Hi, I still want