Versions Compared

Key

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

...

Code Block
2xml
titleMETA-INF/calculator.composite
borderStylesolid
<?xml version="1.0" encoding="UTF-8"?>
<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
              targetNamespace="http://sample"
              xmlns:sample="http://sample">
   <deployable composite="sample:Calculator"/>
</contribution>

2.4 SCA composites

2.4.1 binding.ws

 
The  Calculator.composite is one such deployable sca composite and is defined as follows.

...