diff options
-rw-r--r-- | samples/client/math/services.xml | 18 | ||||
-rw-r--r-- | samples/client/version/services.xml | 18 | ||||
-rw-r--r-- | samples/server/Calculator/services.xml | 18 | ||||
-rw-r--r-- | samples/server/echo/services.xml | 18 | ||||
-rw-r--r-- | samples/server/math/services.xml | 18 | ||||
-rw-r--r-- | samples/server/mtom/services.xml | 18 | ||||
-rw-r--r-- | samples/server/mtom_callback/services.xml | 18 | ||||
-rw-r--r-- | samples/server/notify/services.xml | 18 | ||||
-rw-r--r-- | samples/server/session/services.xml | 18 | ||||
-rw-r--r-- | samples/server/sg_math/services.xml | 18 | ||||
-rw-r--r-- | samples/server/version/services.xml | 18 | ||||
-rw-r--r-- | test/resources/services.xml | 18 | ||||
-rw-r--r-- | xdocs/docs/hello/service/hello/services.xml | 18 |
13 files changed, 234 insertions, 0 deletions
diff --git a/samples/client/math/services.xml b/samples/client/math/services.xml index 53c43e9..abdf4b2 100644 --- a/samples/client/math/services.xml +++ b/samples/client/math/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="math"> <parameter name="ServiceClass" locked="xsd:false">math</parameter> <description> diff --git a/samples/client/version/services.xml b/samples/client/version/services.xml index 88fa9a1..cd1530a 100644 --- a/samples/client/version/services.xml +++ b/samples/client/version/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="version"> <parameter name="ServiceClass" locked="xsd:false">version</parameter> <description> diff --git a/samples/server/Calculator/services.xml b/samples/server/Calculator/services.xml index b449764..b8613ee 100644 --- a/samples/server/Calculator/services.xml +++ b/samples/server/Calculator/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="Calculator"> <parameter name="ServiceClass" locked="xsd:false">Calculator</parameter> diff --git a/samples/server/echo/services.xml b/samples/server/echo/services.xml index ea75640..fe4b43f 100644 --- a/samples/server/echo/services.xml +++ b/samples/server/echo/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="echo"> <parameter name="ServiceClass" locked="xsd:false">echo</parameter> diff --git a/samples/server/math/services.xml b/samples/server/math/services.xml index 70ff77b..f153714 100644 --- a/samples/server/math/services.xml +++ b/samples/server/math/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="math"> <parameter name="ServiceClass" locked="xsd:false">math</parameter> <description> diff --git a/samples/server/mtom/services.xml b/samples/server/mtom/services.xml index 1a1b1b2..5f0b35e 100644 --- a/samples/server/mtom/services.xml +++ b/samples/server/mtom/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="mtom"> <parameter name="ServiceClass" locked="xsd:false">mtom</parameter> diff --git a/samples/server/mtom_callback/services.xml b/samples/server/mtom_callback/services.xml index 7219c8b..06e1d2d 100644 --- a/samples/server/mtom_callback/services.xml +++ b/samples/server/mtom_callback/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="mtom_callback"> <parameter name="ServiceClass" locked="xsd:false">mtom_callback</parameter> diff --git a/samples/server/notify/services.xml b/samples/server/notify/services.xml index ff2be47..db027b9 100644 --- a/samples/server/notify/services.xml +++ b/samples/server/notify/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="notify"> <parameter name="ServiceClass" locked="xsd:false">notify</parameter> diff --git a/samples/server/session/services.xml b/samples/server/session/services.xml index 9a95f4f..7c37857 100644 --- a/samples/server/session/services.xml +++ b/samples/server/session/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="session"> <parameter name="ServiceClass" locked="xsd:false">session</parameter> diff --git a/samples/server/sg_math/services.xml b/samples/server/sg_math/services.xml index 524a7ee..3992b02 100644 --- a/samples/server/sg_math/services.xml +++ b/samples/server/sg_math/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <serviceGroup name="sg_math"> <service name="add"> <parameter name="ServiceClass" locked="xsd:false">add</parameter> diff --git a/samples/server/version/services.xml b/samples/server/version/services.xml index 37bdc6b..397d8ae 100644 --- a/samples/server/version/services.xml +++ b/samples/server/version/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="version"> <parameter name="ServiceClass" locked="xsd:false">version</parameter> <description> diff --git a/test/resources/services.xml b/test/resources/services.xml index 0fcdf07..d85ed22 100644 --- a/test/resources/services.xml +++ b/test/resources/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <serviceGroup>
<service name="add_service">
diff --git a/xdocs/docs/hello/service/hello/services.xml b/xdocs/docs/hello/service/hello/services.xml index 22f97c5..d468254 100644 --- a/xdocs/docs/hello/service/hello/services.xml +++ b/xdocs/docs/hello/service/hello/services.xml @@ -1,3 +1,21 @@ +<!-- +/* + * 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. + */ + --> <service name="hello"> <parameter name="ServiceClass" locked="xsd:false">hello</parameter> <description> |