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 inrejection-handlers.xmlin
the$MW_HOME/soa/connectorsdirectory.
B.
Define the rejection-handler logic inline as a child element of the <binding.jca> section of the
inbound adapter incomposite.xml.
C.
Define the rejection-handler logic in a top-level catch block in the BPEL process where the
QName of the fault should bebpws:rejectedMessages.
D.
Define the rejection-handler logic infault-policies.xmlfor the composite, and then associate
thefault-policies.xmlwith the composite.
Explanation:
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm
D
D