Updated Branches:
  refs/heads/master be7764ef3 -> a87541e1c

adding InstanceCleanupNotificationService as soap service


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/96825e1d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/96825e1d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/96825e1d

Branch: refs/heads/master
Commit: 96825e1d167a0017144fa90d3d5e0c523734dafc
Parents: 19d9500
Author: rekathiru <[email protected]>
Authored: Thu Jan 9 21:51:10 2014 +0530
Committer: rekathiru <[email protected]>
Committed: Thu Jan 9 21:51:10 2014 +0530

----------------------------------------------------------------------
 .../src/main/resources/META-INF/services.xml      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/96825e1d/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
 
b/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
index d317f85..8435bf7 100644
--- 
a/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
+++ 
b/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
@@ -73,4 +73,22 @@
        </parameter>
        </service>
 
+    <service name="InstanceCleanupNotificationService" 
scope="transportsession">
+               <schema schemaNamespace="http://org.apache.axis2/xsd";
+                       elementFormDefaultQualified="true" />
+               <transports>
+                       <transport>https</transport>
+               </transports>
+               <description>
+                       Instance cleanup notification
+        </description>
+               <parameter 
name="ServiceClass">org.apache.stratos.manager.service.InstanceCleanupNotificationService</parameter>
+               <parameter name="enableMTOM">true</parameter>
+               <parameter name="adminService" locked="true">false</parameter>
+               <parameter name="hiddenService" locked="true">false</parameter>
+               <parameter name="AuthorizationAction" locked="false">
+                       /permission/admin/manage/modify/webapp
+       </parameter>
+       </service>
+
 </serviceGroup>

Reply via email to