Author: prabath Date: Sat Dec 20 09:14:05 2008 New Revision: 27461 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=27461
Log: CARBON-1522 Modified: trunk/wsas/java/modules/samples/CommodityQuote/conf/services.xml trunk/wsas/java/modules/samples/Eventing/consumer/conf/services.xml trunk/wsas/java/modules/samples/HelloWorld/conf/services.xml trunk/wsas/java/modules/samples/JAXWS/conf/services.xml trunk/wsas/java/modules/samples/Jibx/conf/services.xml trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example1/META-INF/services.xml trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example2/META-INF/services.xml trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example3/META-INF/services.xml trunk/wsas/java/modules/samples/MTOM/conf/services.xml trunk/wsas/java/modules/samples/TinyURL/conf/services.xml trunk/wsas/java/modules/samples/XKMS/conf/services.xml Modified: trunk/wsas/java/modules/samples/CommodityQuote/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/CommodityQuote/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/CommodityQuote/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/CommodityQuote/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,31 +1,31 @@ -<!-- - ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) - ~ - ~ Licensed 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. - --> - -<!-- This file was auto-generated from WSDL --> - <!-- by the Apache Axis2 version: #axisVersion# #today# --> -<serviceGroup> - <service name="CommodityQuote" targetNamespace="http://www.wso2.org/types"> - <schema schemaNamespace="http://www.wso2.org/types"/> - <messageReceivers> - <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" - class="org.wso2.wsas.sample.commodityquote.services.CommodityQuoteMessageReceiverInOut"/> - </messageReceivers> - <parameter locked="false" name="ServiceClass"> - org.wso2.wsas.sample.commodityquote.services.CommodityQuoteService - </parameter> - <!--All public methods of the service class are exposed by default--> - </service> +<!-- + ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) + ~ + ~ Licensed 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. + --> + +<!-- This file was auto-generated from WSDL --> + <!-- by the Apache Axis2 version: #axisVersion# #today# --> +<serviceGroup> + <service name="CommodityQuote" targetNamespace="http://www.wso2.org/types" scope="application"> + <schema schemaNamespace="http://www.wso2.org/types"/> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" + class="org.wso2.wsas.sample.commodityquote.services.CommodityQuoteMessageReceiverInOut"/> + </messageReceivers> + <parameter locked="false" name="ServiceClass"> + org.wso2.wsas.sample.commodityquote.services.CommodityQuoteService + </parameter> + <!--All public methods of the service class are exposed by default--> + </service> </serviceGroup> \ No newline at end of file Modified: trunk/wsas/java/modules/samples/Eventing/consumer/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/Eventing/consumer/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/Eventing/consumer/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/Eventing/consumer/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<service name="StockQuoteConsumer"> +<service name="StockQuoteConsumer" scope="application"> <parameter name="ServiceClass" locked="false"> org.wso2.wsas.sample.eventing.StockQuoteConsumer Modified: trunk/wsas/java/modules/samples/HelloWorld/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/HelloWorld/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/HelloWorld/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/HelloWorld/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,25 +1,25 @@ -<!-- - ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) - ~ - ~ Licensed 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="HelloService" targetNamespace="http://www.wso2.org/types"> - <schema schemaNamespace="http://www.wso2.org/types" elementFormDefaultQualified="false"/> - <parameter - locked="true" - name="ServiceClass">org.wso2.wsas.sample.helloworld.HelloService</parameter> - <!--All public methods of the service class are exposed by default--> - </service> -</serviceGroup> +<!-- + ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) + ~ + ~ Licensed 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="HelloService" targetNamespace="http://www.wso2.org/types" scope="application"> + <schema schemaNamespace="http://www.wso2.org/types" elementFormDefaultQualified="false"/> + <parameter + locked="true" + name="ServiceClass">org.wso2.wsas.sample.helloworld.HelloService</parameter> + <!--All public methods of the service class are exposed by default--> + </service> +</serviceGroup> Modified: trunk/wsas/java/modules/samples/JAXWS/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/JAXWS/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/JAXWS/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/JAXWS/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,32 +1,32 @@ -<!-- - ~ 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="CalculatorService"> - <parameter name="useOriginalwsdl">true</parameter> - <messageReceivers> - <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" - class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> - </messageReceivers> - <parameter name="ServiceClass">org.wso2.wsas.sample.jaxws.calculator.service.JAXWSCalculatorService</parameter> - <operation name="add" mep="http://www.w3.org/2004/08/wsdl/in-out"> - <actionMapping/> - </operation> - </service> -</serviceGroup> - +<!-- + ~ 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="CalculatorService" scope="application"> + <parameter name="useOriginalwsdl">true</parameter> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" + class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> + </messageReceivers> + <parameter name="ServiceClass">org.wso2.wsas.sample.jaxws.calculator.service.JAXWSCalculatorService</parameter> + <operation name="add" mep="http://www.w3.org/2004/08/wsdl/in-out"> + <actionMapping/> + </operation> + </service> +</serviceGroup> + Modified: trunk/wsas/java/modules/samples/Jibx/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/Jibx/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/Jibx/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/Jibx/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,11 +1,11 @@ -<serviceGroup> - <service name="LibraryService"> - <parameter name="useOriginalwsdl">true</parameter> - <messageReceivers> - <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" - class="org.wso2.wsas.jibx.services.LibraryServiceMessageReceiverInOut"/> - </messageReceivers> - <parameter locked="false" name="ServiceClass">org.wso2.wsas.jibx.services.LibraryService</parameter> - <!--All public methods of the service class are exposed by default--> - </service> +<serviceGroup> + <service name="LibraryService" scope="application"> + <parameter name="useOriginalwsdl">true</parameter> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" + class="org.wso2.wsas.jibx.services.LibraryServiceMessageReceiverInOut"/> + </messageReceivers> + <parameter locked="false" name="ServiceClass">org.wso2.wsas.jibx.services.LibraryService</parameter> + <!--All public methods of the service class are exposed by default--> + </service> </serviceGroup> \ No newline at end of file Modified: trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example1/META-INF/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example1/META-INF/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example1/META-INF/services.xml (original) +++ trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example1/META-INF/services.xml Sat Dec 20 09:14:05 2008 @@ -1,10 +1,10 @@ -<service name="HelloWorldService1"> - <parameter name="ServiceClass">org.wso2.wsas.sample.mex.service.example1.HelloWorldServiceImpl</parameter> - <operation name="greetings"> - <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver" /> - </operation> - <parameter name="metadataExchange"> - <outputform dialect="http://www.w3.org/2001/XMLSchema" forms="inline,location" /> - <outputform forms="location"/> - </parameter> +<service name="HelloWorldService1" scope="application"> + <parameter name="ServiceClass">org.wso2.wsas.sample.mex.service.example1.HelloWorldServiceImpl</parameter> + <operation name="greetings"> + <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver" /> + </operation> + <parameter name="metadataExchange"> + <outputform dialect="http://www.w3.org/2001/XMLSchema" forms="inline,location" /> + <outputform forms="location"/> + </parameter> </service> \ No newline at end of file Modified: trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example2/META-INF/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example2/META-INF/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example2/META-INF/services.xml (original) +++ trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example2/META-INF/services.xml Sat Dec 20 09:14:05 2008 @@ -1,6 +1,6 @@ -<service name="HelloWorldService2"> - <parameter name="ServiceClass">org.wso2.wsas.sample.mex.service.example2.HelloWorldServiceImpl</parameter> - <operation name="greetings"> - <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver" /> - </operation> +<service name="HelloWorldService2" scope="application"> + <parameter name="ServiceClass">org.wso2.wsas.sample.mex.service.example2.HelloWorldServiceImpl</parameter> + <operation name="greetings"> + <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver" /> + </operation> </service> \ No newline at end of file Modified: trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example3/META-INF/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example3/META-INF/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example3/META-INF/services.xml (original) +++ trunk/wsas/java/modules/samples/MEX/src/org/wso2/wsas/sample/mex/service/example3/META-INF/services.xml Sat Dec 20 09:14:05 2008 @@ -1,9 +1,9 @@ -<service name="HelloWorldService3"> - <parameter name="ServiceClass">org.wso2.wsas.sample.mex.service.example3.HelloWorldServiceImpl</parameter> - <operation name="greetings"> - <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver" /> - </operation> - <dataLocator> - <dialectLocator dialect="http://schemas.xmlsoap.org/wsdl/" class="org.wso2.wsas.sample.mex.service.example3.CustomWSDLLocator" /> - </dataLocator> +<service name="HelloWorldService3" scope="application"> + <parameter name="ServiceClass">org.wso2.wsas.sample.mex.service.example3.HelloWorldServiceImpl</parameter> + <operation name="greetings"> + <messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver" /> + </operation> + <dataLocator> + <dialectLocator dialect="http://schemas.xmlsoap.org/wsdl/" class="org.wso2.wsas.sample.mex.service.example3.CustomWSDLLocator" /> + </dataLocator> </service> \ No newline at end of file Modified: trunk/wsas/java/modules/samples/MTOM/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/MTOM/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/MTOM/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/MTOM/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,11 +1,11 @@ -<serviceGroup> - <service name="MTOMSample"> - <parameter name="useOriginalwsdl">true</parameter> - <messageReceivers> - <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" - class="org.wso2.wsas.sample.mtom.services.MTOMSampleMessageReceiverInOut"/> - </messageReceivers> - <parameter locked="false" name="ServiceClass">org.wso2.wsas.sample.mtom.services.MTOMService</parameter> - <!--All public methods of the service class are exposed by default--> - </service> +<serviceGroup> + <service name="MTOMSample" scope="application"> + <parameter name="useOriginalwsdl">true</parameter> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" + class="org.wso2.wsas.sample.mtom.services.MTOMSampleMessageReceiverInOut"/> + </messageReceivers> + <parameter locked="false" name="ServiceClass">org.wso2.wsas.sample.mtom.services.MTOMService</parameter> + <!--All public methods of the service class are exposed by default--> + </service> </serviceGroup> \ No newline at end of file Modified: trunk/wsas/java/modules/samples/TinyURL/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/TinyURL/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/TinyURL/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/TinyURL/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,25 +1,25 @@ -<!-- - ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) - ~ - ~ Licensed 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> - <messageReceivers> - <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" - class="org.wso2.wsas.sample.tinyurl.TUrlMessageReceiver"/> - </messageReceivers> - - <operation name="addUrl"/> - <operation name="go"/> -</service> +<!-- + ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com) + ~ + ~ Licensed 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 scope="application"> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" + class="org.wso2.wsas.sample.tinyurl.TUrlMessageReceiver"/> + </messageReceivers> + + <operation name="addUrl"/> + <operation name="go"/> +</service> Modified: trunk/wsas/java/modules/samples/XKMS/conf/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/samples/XKMS/conf/services.xml?rev=27461&r1=27460&r2=27461&view=diff ============================================================================== --- trunk/wsas/java/modules/samples/XKMS/conf/services.xml (original) +++ trunk/wsas/java/modules/samples/XKMS/conf/services.xml Sat Dec 20 09:14:05 2008 @@ -1,25 +1,25 @@ -<service> - <messageReceivers> - <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" - class="org.wso2.xkms2.core.XKMSMessageReceiver"/> - </messageReceivers> - - <operation name="LocateRequest"/> - <operation name="ValidateRequest"/> - - <operation name="RegisterRequest"/> - <operation name="ReissueRequest"/> - <operation name="RevokeRequest"/> - <operation name="RecoverRequest"/> - - <parameter name="org.wso2.xkms2.service.crypto.authen.code">secret</parameter> - <parameter name="org.wso2.xkms2.service.crypto.keystore.location">truststore.jks</parameter> - <parameter name="org.wso2.xkms2.service.crypto.keystore.password">password</parameter> - <parameter name="org.wso2.xkms2.service.crypto.server.cert.aliase">bob</parameter> - <parameter name="org.wso2.xkms2.service.crypto.server.key.password">password</parameter> - <parameter name="org.wso2.xkms2.service.crypto.issuer.cert.aliase">bob</parameter> - <parameter name="org.wso2.xkms2.service.crypto.issuer.key.password">password</parameter> - <parameter name="org.wso2.xkms2.service.crypto.default.private.key.password">password</parameter> - <parameter name="org.wso2.xkms2.service.crypto.default.expriy.interval">365</parameter> - -</service> +<service scope="application"> + <messageReceivers> + <messageReceiver mep="http://www.w3.org/ns/wsdl/in-out" + class="org.wso2.xkms2.core.XKMSMessageReceiver"/> + </messageReceivers> + + <operation name="LocateRequest"/> + <operation name="ValidateRequest"/> + + <operation name="RegisterRequest"/> + <operation name="ReissueRequest"/> + <operation name="RevokeRequest"/> + <operation name="RecoverRequest"/> + + <parameter name="org.wso2.xkms2.service.crypto.authen.code">secret</parameter> + <parameter name="org.wso2.xkms2.service.crypto.keystore.location">truststore.jks</parameter> + <parameter name="org.wso2.xkms2.service.crypto.keystore.password">password</parameter> + <parameter name="org.wso2.xkms2.service.crypto.server.cert.aliase">bob</parameter> + <parameter name="org.wso2.xkms2.service.crypto.server.key.password">password</parameter> + <parameter name="org.wso2.xkms2.service.crypto.issuer.cert.aliase">bob</parameter> + <parameter name="org.wso2.xkms2.service.crypto.issuer.key.password">password</parameter> + <parameter name="org.wso2.xkms2.service.crypto.default.private.key.password">password</parameter> + <parameter name="org.wso2.xkms2.service.crypto.default.expriy.interval">365</parameter> + +</service> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
