Defining bindings on the composite
The composite
element is an optional element, which allows us to specify the default fault policy for a composite. It contains a single attribute faultPolicy
, which contains the id
of the fault policy to be used for the composite.
In the previous example, we had specified that the UserAccount
composite should use UserAccountPolicy
as its default fault policy.
Defining bindings on a component
After the composite binding, we can specify zero or more component
bindings, each of which allows us to bind a fault policy to one or more Mediator or BPEL components. It contains a single attribute named faultPolicy
, which contains the id
of the fault policy to be used for this binding.
Within the component
elements, we specify ...
Get Oracle SOA Suite 11g R1 Developer's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.