source: gs3-extensions/gsdl-as/trunk/descriptor.xml

Last change on this file was 8644, checked in by schweer, 19 years ago

making the alerting service accessible via SOAP (for posting events)

  • Property svn:keywords set to Author Date Id Revision
File size: 293 bytes
Line 
1<isd:service
2 xmlns:isd="http://xml.apache.org/xml-soap/deployment"
3 id="alerting" checkMustUnderstands="false">
4 <isd:provider type="java" scope="Session" methods="receiveEvent">
5 <isd:java class="org.greenstone.gsdlas.AlertingService" static="false"/>
6 </isd:provider>
7</isd:service>
Note: See TracBrowser for help on using the repository browser.