Yes he does use BindingBuilderExtension. Thanks, Jeremy for explaining the registration then.
On 7/26/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
On Jul 26, 2006, at 11:40 AM, Scott Kurz wrote: > Jervis, > > There is also a bit of work to add your Axis2BindingBuilder to the > BuilderRegistry, correct? Or maybe that's more of a host-specific > question > that isn't part of the binding proper. Whoever bootstraps the > runtime > would add your builder to the registry. I haven't had a chance to look at his patch yet but if the builder uses the extension class then that will handle registration for him. The binding would packaged as a composite and deployed into the runtime (for example, by placing it in an extension directory or by modifying the boot scdl to incorporate it (by include or by having it implement a component)) - when the composite starts, the builder extension has a eager-init method that will perform the registration. -- Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
