Exit 1Z0-434 Oracle SOA Suite 12c Essentials
Question 5 of 5
0% complete
Q5 Single choice

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?

  • 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.