骡子:如何配置自定义组件工厂?

时间:2015-05-07 20:48:45

标签: mule mule-component

我想要一个自定义工厂来创建我的java组件。 骡子有可能吗?

1 个答案:

答案 0 :(得分:1)

使用Spring从自定义工厂中实例化组件,并使用以下命令引用创建的bean:

<component>
  <spring-object bean="yourBean"/>
<component>

参考:http://www.mulesoft.org/documentation/display/current/Using+Spring+Beans+as+Flow+Components