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
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
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
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