If I create a service factory instantiated in blueprint like this:

        <bean id="service" class="fo.bar.ServiceFactory"
factory-method="createService" >
                <argument value="${serviceClassImpl}"/>

        </bean>
        <service ref="service" interface="foo.api.MyOSGiService" />
        
And inside the factory just do a Class.forName to instantiate and return it,
will the service reference itself be proxied?





--
View this message in context: 
http://camel.465427.n5.nabble.com/ServiceFactory-tp5778336.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to