Versions Compared

Key

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

...

Code Block

<component name="CalculatorServiceComponent">
    <implementation.java class="calculator.CalculatorServiceImpl"/>
    <reference name="addService" >
        <interface.java interface="calculator.AddService" />        
        <binding.ws uri="http://localhost:8080/sample-calculator-ws-secure-webapp/AddServiceComponent"
                    requires="authentication" />        
    </reference>
</component>

Where requires="authentication" refers to intent name="authentication" which is now available as an SCA Domain level definition.

TODO Features

Add Intents and Policy Sets with a Contribution

...