Hi,

The BindingBuilder SPI returns SCAObject instead of Service or Reference for the build() methods. Should we make the return type more specific? If we agree, I can make the changes.

Thanks,
Raymond

The new interace will look like the following:

public interface BindingBuilder<B extends Binding> {

Service build(CompositeComponent parent, BoundServiceDefinition<B> boundServiceDefinition, DeploymentContext deploymentContext);

Reference build(CompositeComponent parent, BoundReferenceDefinition<B> boundReferenceDefinition, DeploymentContext deploymentContext); }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to