Oracle SOA Suite 12c Essentials — Question 25
You defined an event. You now want to trigger that event from an existing Mediator component.
How do you link the event to the Mediator so that the Mediator can raise the event to the Event Delivery Network (EDN)?
Answer options
- A. Use the SOA composite editor to specify the event as a property on the incoming wire into the Mediator component.
- B. Use a text editor to modify the .edlfile that defines the event so that the Mediator is identified as a publisher.
- C. Use the SOA Composite Editor to add a raise action to the Mediator’s .mplan specification file.
- D. Use Enterprise Manager to associate the Mediator with the appropriate event.
Correct answer: A
Explanation
The correct answer is A because using the SOA composite editor to set the event as a property on the incoming wire directly links the event to the Mediator. Options B and C involve modifications that do not directly establish the necessary connection for triggering the event, while D focuses on association rather than the specific linking required.