Hi again !

I've a little question about parameters schema and actual object.

 So there is my xml :
 ...                   
            <service-point id="serviceAService" interface="IAService">
                        <parameters-schema id="object">
                                   <element name="OtherComponent">
                                               <attribute name="arg"
required="true">
                                               <conversion
class="OtherComponentImpl">
                                   </element>
                        </parameters-schema>
                         <invoke-factory>
                                   <construct class="AService">
                        </invoke-factory>
            </service-point> 
            <configuration-point schema-id="object" id="conf">
            </configuration-point>
          
            <contribution configuration-id="conf">
                  <OtherComponent arg="myArg"'/>
             </contribution>

            <contribution configuration-id="conf">
                  <OtherComponent arg="OtherPossibleArg"'/>
             </contribution>
...


When invoke, how the factory will construct my object "OtherComponent"
that is required by my IAService ? Where is it going to find the
proper value for "arg" ?

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

Reply via email to