diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 03:27:11 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-12-19 03:27:11 +0000 |
| commit | 7500e152d2a2b4eb04146b5c81fbb3d90d49ac55 (patch) | |
| tree | 70393c0bbac79350c95f3584f69d8baa1ad0cedd /dotnet/client-010 | |
| parent | 5842b3c09b90eb8c5fd9f1db0642f997657e5f29 (diff) | |
| download | qpid-python-7500e152d2a2b4eb04146b5c81fbb3d90d49ac55.tar.gz | |
Fixed the licensing headers for the following files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@727909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010')
| -rw-r--r-- | dotnet/client-010/test/test.config | 41 | ||||
| -rw-r--r-- | dotnet/client-010/wcf/demo/wcfHelloClient/App.config | 91 | ||||
| -rw-r--r-- | dotnet/client-010/wcf/demo/wcfHelloServer/App.config | 107 |
3 files changed, 151 insertions, 88 deletions
diff --git a/dotnet/client-010/test/test.config b/dotnet/client-010/test/test.config index 0499eddfbc..e62da47bb3 100644 --- a/dotnet/client-010/test/test.config +++ b/dotnet/client-010/test/test.config @@ -1,10 +1,31 @@ -<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <appSettings>
- <add key="UserMame" value="guest"/>
- <add key="Password" value="guest"/>
- <add key="Host" value="192.168.1.14"/>
- <add key="Port" value="5673"/>
- <add key="VirtualHost" value="test"/>
- </appSettings>
-</configuration>
\ No newline at end of file +<?xml version="1.0" encoding="utf-8" ?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<configuration> + <appSettings> + <add key="UserMame" value="guest"/> + <add key="Password" value="guest"/> + <add key="Host" value="192.168.1.14"/> + <add key="Port" value="5673"/> + <add key="VirtualHost" value="test"/> + </appSettings> +</configuration> diff --git a/dotnet/client-010/wcf/demo/wcfHelloClient/App.config b/dotnet/client-010/wcf/demo/wcfHelloClient/App.config index 3237fb8cc0..f78756dd1c 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloClient/App.config +++ b/dotnet/client-010/wcf/demo/wcfHelloClient/App.config @@ -1,35 +1,56 @@ -<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <system.serviceModel>
-
- <client>
- <endpoint address="soap.amqp:///Hello"
- binding="customBinding"
- bindingConfiguration="QpidBinding"
- contract="org.apache.qpid.wcf.demo.IHelloContract"
- name="HelloService" />
- </client>
-
-
- <bindings>
- <customBinding>
- <binding name="QpidBinding">
- <textMessageEncoding />
- <QpidTransport
- host="192.168.1.14"
- port="5673" />
- </binding>
- </customBinding>
- </bindings>
-
- <extensions>
- <bindingElementExtensions>
- <add
- name="QpidTransport"
- type="org.apache.qpid.wcf.model.QpidTransportElement, qpidWCFModel"/>
- </bindingElementExtensions>
- </extensions>
-
-
- </system.serviceModel>
-</configuration>
\ No newline at end of file +<?xml version="1.0" encoding="utf-8" ?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<configuration> + <system.serviceModel> + + <client> + <endpoint address="soap.amqp:///Hello" + binding="customBinding" + bindingConfiguration="QpidBinding" + contract="org.apache.qpid.wcf.demo.IHelloContract" + name="HelloService" /> + </client> + + + <bindings> + <customBinding> + <binding name="QpidBinding"> + <textMessageEncoding /> + <QpidTransport + host="192.168.1.14" + port="5673" /> + </binding> + </customBinding> + </bindings> + + <extensions> + <bindingElementExtensions> + <add + name="QpidTransport" + type="org.apache.qpid.wcf.model.QpidTransportElement, qpidWCFModel"/> + </bindingElementExtensions> + </extensions> + + + </system.serviceModel> +</configuration> diff --git a/dotnet/client-010/wcf/demo/wcfHelloServer/App.config b/dotnet/client-010/wcf/demo/wcfHelloServer/App.config index 96b6c90ad8..de71f890b5 100644 --- a/dotnet/client-010/wcf/demo/wcfHelloServer/App.config +++ b/dotnet/client-010/wcf/demo/wcfHelloServer/App.config @@ -1,43 +1,64 @@ -<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <system.serviceModel>
-
-
- <services>
- <service name="org.apache.qpid.wcf.demo.HelloService">
- <host>
- <baseAddresses>
- <add baseAddress="soap.amqp:///" />
- </baseAddresses>
- </host>
- <endpoint
- address="Hello"
- binding="customBinding"
- bindingConfiguration="QpidBinding"
- contract="org.apache.qpid.wcf.demo.IHelloContract"/>
- </service>
- </services>
-
-
- <bindings>
- <customBinding>
- <binding name="QpidBinding">
- <textMessageEncoding />
- <QpidTransport
- host="192.168.1.14"
- port="5673" />
- </binding>
- </customBinding>
- </bindings>
-
- <extensions>
- <bindingElementExtensions>
- <add
- name="QpidTransport"
- type="org.apache.qpid.wcf.model.QpidTransportElement, qpidWCFModel"/>
- </bindingElementExtensions>
- </extensions>
-
-
- </system.serviceModel>
-</configuration>
+<?xml version="1.0" encoding="utf-8" ?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +<configuration> + <system.serviceModel> + + + <services> + <service name="org.apache.qpid.wcf.demo.HelloService"> + <host> + <baseAddresses> + <add baseAddress="soap.amqp:///" /> + </baseAddresses> + </host> + <endpoint + address="Hello" + binding="customBinding" + bindingConfiguration="QpidBinding" + contract="org.apache.qpid.wcf.demo.IHelloContract"/> + </service> + </services> + + + <bindings> + <customBinding> + <binding name="QpidBinding"> + <textMessageEncoding /> + <QpidTransport + host="192.168.1.14" + port="5673" /> + </binding> + </customBinding> + </bindings> + + <extensions> + <bindingElementExtensions> + <add + name="QpidTransport" + type="org.apache.qpid.wcf.model.QpidTransportElement, qpidWCFModel"/> + </bindingElementExtensions> + </extensions> + + + </system.serviceModel> +</configuration> |
