List of questions
Related questions
Question 54 - MCIA Level 1 Maintenance discussion
An organization has defined a common object model in Java to mediate the communication between different Mule applications in a consistent way. A Mule application is being built to use this common object model to process responses from a SOAP API and a REST API and then write the processed results to an order management system.
The developers want Anypoint Studio to utilize these common objects to assist in creating mappings for various transformation steps in the Mule application.
What is the most idiomatic (used for its intended purpose) and performant way to utilize these common objects to map between the inbound and outbound systems in the Mule application?
A.
Use JAXB (XML) and Jackson (JSON) data bindings
B.
Use the WSS module
C.
Use the Java module
D.
Use the Transform Message component
Your answer:
0 comments
Sorted by
Leave a comment first