InterviewSolution
| 1. |
What Is Component In Mule ? |
|
Answer» Components are the centerpiece of Mule’s services. Each SERVICE is organized with a component at its core and inbound and outbound routers around it. Components are USED to implement a specific behavior in a service. This behavior can be as simple as LOGGING messages or can go as far as INVOKING other services. Components can also have no behavior at all; in that case they are pass-through and make the service ACT as a bridge between its inbound and outbound routers. Components are the centerpiece of Mule’s services. Each service is organized with a component at its core and inbound and outbound routers around it. Components are used to implement a specific behavior in a service. This behavior can be as simple as logging messages or can go as far as invoking other services. Components can also have no behavior at all; in that case they are pass-through and make the service act as a bridge between its inbound and outbound routers. |
|