Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring コンテナを介して Spring Bean にアクセスする方法と同様に、プログラムで Mule サービスにアクセスする方法はありますか?
何かのようなもの
Service s = .....getService("Service1"); <model> <service name="Service1"> <inbound> ...