diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-15 16:12:30 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-15 16:12:30 +0000 |
commit | 7539d062e07745ac0bc3d411d64f7d28637fdf22 (patch) | |
tree | b61b15bba1266c5c72c064aac7441e67d0e703e5 /sandbox/travelsample/contributions/payment-java | |
parent | bc398b011124c0aec5826fcf8a25d0f084bb7c5f (diff) |
Apply new naming conventions to contributions/databinding-client and launchers/databinding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/contributions/payment-java')
-rw-r--r-- | sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite index 26f1fd8f23..b4dcd328b1 100644 --- a/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite +++ b/sandbox/travelsample/contributions/payment-java/src/main/resources/payment.composite @@ -24,13 +24,14 @@ <component name="Payment">
<implementation.java class="com.tuscanyscatours.payment.impl.PaymentImpl" />
<service name="Payment">
- <binding.ws uri="http://localhost:8081/Payment"/>
+ <binding.ws uri="http://localhost:8081/Payment" />
+ <binding.sca />
</service>
- <reference name="customerRegistry" target="CustomerRegistry"/>
+ <reference name="customerRegistry" target="CustomerRegistry" />
<reference name="creditCardPayment">
- <binding.ws uri="http://localhost:8082/CreditCardPayment"/>
+ <binding.ws uri="http://localhost:8082/CreditCardPayment" />
</reference>
- <reference name="emailGateway" target="EmailGateway"/>
+ <reference name="emailGateway" target="EmailGateway" />
<property name="transactionFee">0.02</property>
</component>
|