Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Process nested composites recursively
    • Connect composite services to the component services they promote
    • Connect composite references to the component references they promote

// Configure composite services
compositeServiceConfigurationBuilder.build(composite);

  • Process nested composites recursively
    • For a component services whose type is composite service create a $promoted$ service on the promoted component
    • Repeat for the top level composite services.

// Compute the polices across the composite/component hierarchy
compositePolicyBuilder.build(composite);

...

  • Create endpoints based on targets and explicit binding uris

// Configure composite services
compositeServiceConfigurationBuilder.build(composite);

  • Process nested composites recursively
    • For a component services whose type is composite service create a $promoted$ service on the promoted component
    • Repeat for the top level composite services.