Would you mind if I renamed these to SoapBindingConfiguration,
XmlBindingConfiguration, etc? I would also like to make them inherit from
AbstractBindingConfiguration which would have a getBindingId() method on it.
This would ensure that people only need to specify either the binding id or
the configuration object. Currently it seems there are some cases where you
would need to specify both.

- Dan

On 3/31/07, Dan Diephouse <[EMAIL PROTECTED]> wrote:

Ah, cool. This is way better now! It also opens the door to have the
configbeans override the configuration of the wsdl binding. Thanks,

- Dan

On 3/31/07, Daniel Kulp < [EMAIL PROTECTED]> wrote:
>
>
> The bindingFactory has the method:
>
>     BindingInfo createBindingInfo(Service service, String namespace,
> Object configObject);
>
> The last param is a "binding specific" config object.   The only one
> that
> is currently defined is the one you defined for the spring config of the
>
> service.   The ServiceFactory holds the config until it calls the
> BindingFactory.
>
> Dan
>
>
> On Saturday 31 March 2007 12:01, Dan Diephouse wrote:
> > I might be missing this as I'm only looking through the diff, but how
> > does the binding config object get supplied to the bindingfactory?
> >
> > - Dan
> >
> > On 3/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
> > > Author: dkulp
> > > Date: Fri Mar 30 14:53:13 2007
> > > New Revision: 524286
> > >
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=524286
> > > Log:
> > > Start of support for actually using the binding ID sent into
> > > Endpoint.create
> > >
> > > * Remove runtime dependency of XML binding from jaxws
> > > * Update simple/jaxws frontends to use BindingFactory(Manager)
> > > instead of the hardcoded factories
>
> --
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727    C: 508-380-7194
> [EMAIL PROTECTED]
> http://www.dankulp.com/blog
>



--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog




--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog

Reply via email to