maven - Mule - call a controller from inside onCall() method of java class -
i working on project mavenized web application having mule support in it. there requirement call controller inside java class implements callable interface. achieved creating object of controller against mvc rules. tried use @autowired annotation doesn't work in oncall() method. there solution can call controller method java class?
use spring inject controller field of callable bean.
Comments
Post a Comment