Question 7:
You have modeled a composite with an inbound adapter service wired to a BPEL process component. Which method do you use to model a rejection handler for the inbound adapter service?
Answer options:
A. Define the rejection-handler logic in rejection-handlers.xml in the $MW_HOME/soa/connectors directory. B. Define the rejection-handler logic inline as a child element of the <binding.jca> section of the inbound adapter in composite.xml. C. Define the rejection-handler logic in a top-level catch block in the BPEL process where the QName of the fault should be bpws:rejectedMessages. D. Define the rejection-handler logic in fault-policies.xml for the composite, and then associate the fault-policies.xml with the composite.