Re: Custom Data Binding

2010-07-22 Thread Mina R Waheeb
eeb wrote: > > Hi, > > > >I have some custom objects which I can't bind with any of the > available > > data binding providers! I'm trying to implement DataBinding which is > > straight forward. But I still confused about how runtime works, do i have &g

Re: Custom Data Binding

2010-07-22 Thread Daniel Kulp
ime works, do i have > to register my custom data binding with each factory like below, or there > is a way to register global binding provider which can create > MyCustomDataBinding? > > factory.getServiceFactory().setDataBinding(new MyCustomDataBinding()); Yea. You would need to

Custom Data Binding

2010-07-22 Thread Mina R Waheeb
Hi, I have some custom objects which I can't bind with any of the available data binding providers! I'm trying to implement DataBinding which is straight forward. But I still confused about how runtime works, do i have to register my custom data binding with each factory like below

Using JAX-WS Dispatch with custom data binding.

2008-10-09 Thread Paibir, Ajay
Hi, I have a use case where I need to use the JAX-WS Dispatch Instance with a custom data binding not the SourceDataBinding that get used for the Dispatch createDispatch (..., java.lang.Class type, ...) call in org.apache.cxf.jaxws.ServiceImpl. Is it possbile to configure this via cxf