Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy1.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy1.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy1.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy1.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <proxy name="StockQuoteProxy" xmlns="http://ws.apache.org/ns/synapse" transports="http"> <target> <endpoint>
Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy2.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy2.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy2.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy2.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <proxy name="CustomStockQuoteProxy1" xmlns="http://ws.apache.org/ns/synapse" transports="http"> <target inSequence="customSeq"> <endpoint key="foo"/> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy3.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy3.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy3.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/proxy-services/proxy3.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <proxy name="CustomStockQuoteProxy2" xmlns="http://ws.apache.org/ns/synapse" transports="http"> <target inSequence="customSeq"> <endpoint key="bar"/> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/registry.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/registry.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/registry.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/registry.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <registry provider="org.apache.synapse.registry.url.SimpleURLRegistry" xmlns="http://ws.apache.org/ns/synapse"> <parameter name="root">file:./repository/conf/sample/resources/</parameter> <parameter name="cachableDuration">15000</parameter> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/custom-logger.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/custom-logger.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/custom-logger.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/custom-logger.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <sequence name="customSeq" xmlns="http://ws.apache.org/ns/synapse"> <log level="custom"> <property name="symbol" expression="get-property('symbol')"/> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/fault.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/fault.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/fault.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/fault.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <sequence name="fault" xmlns="http://ws.apache.org/ns/synapse"> <log/> </sequence> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/main.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/main.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/main.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/sequences/main.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <sequence name="main" xmlns="http://ws.apache.org/ns/synapse"> <in> <send/> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/synapse.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/synapse.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/synapse.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/synapse.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <definitions xmlns="http://ws.apache.org/ns/synapse"> <proxy name="MainStockQuoteProxy" transports="http https"> <target> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/tasks/task1.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/tasks/task1.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/tasks/task1.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_600.xml/tasks/task1.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <task class="org.apache.synapse.startup.tasks.MessageInjector" name="CheckPrice" xmlns="http://ws.apache.org/ns/synapse"> <property name="to" value="http://localhost:9000/services/SimpleStockQuoteService"/> <property name="soapAction" value="urn:getQuote"/> Modified: synapse/trunk/java/repository/conf/sample/synapse_sample_800.xml URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/synapse_sample_800.xml?rev=1776088&r1=1776087&r2=1776088&view=diff ============================================================================== --- synapse/trunk/java/repository/conf/sample/synapse_sample_800.xml (original) +++ synapse/trunk/java/repository/conf/sample/synapse_sample_800.xml Tue Dec 27 06:09:18 2016 @@ -1,3 +1,23 @@ +<?xml version='1.0'?> +<!-- +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. +--> + <definitions xmlns="http://ws.apache.org/ns/synapse"> <api name="StockQuoteAPI" context="/stockquote"> <resource uri-template="/view/{symbol}" methods="GET"> @@ -38,4 +58,4 @@ </inSequence> </resource> </api> -</definitions> \ No newline at end of file +</definitions>
