InterviewSolution
| 1. |
What Is Service Layer In Mule ? |
|
Answer» A Mule service is composed of all the Mule entities involved in processing particular REQUESTS in predefined manners.A service is defined by a specific configuration. This configuration determines the different elements, from the different LAYERS of responsibility, that will be mobilized to process the requests that it will be OPEN to receive. Depending on the type of INPUT CHANNEL it uses, a service may or may not be publicly accessible outside of the ESB. A Mule service is composed of all the Mule entities involved in processing particular requests in predefined manners.A service is defined by a specific configuration. This configuration determines the different elements, from the different layers of responsibility, that will be mobilized to process the requests that it will be open to receive. Depending on the type of input channel it uses, a service may or may not be publicly accessible outside of the ESB. |
|