From: Vance K. <va...@us...> - 2006-04-17 01:59:13
|
User: vancek Date: 06/04/16 18:59:13 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: defined @andromda.webservice.operation.name and @andromda.webservice.operation.result.name tag elements Revision Changes Path 1.27 +14 -0 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml Index: profile.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -w -r1.26 -r1.27 --- profile.xml 11 Apr 2006 16:07:01 -0000 1.26 +++ profile.xml 17 Apr 2006 01:59:13 -0000 1.27 @@ -1308,6 +1308,20 @@ <value>false</value> </allowedValues> </element> + <element name="WEBSERVICE_OPERATION_NAME"> + <documentation> + Specifies the web service method name. + </documentation> + <value>@andromda.webservice.operation.name</value> + <appliedOnElement>Service and WebService</appliedOnElement> + </element> + <element name="WEBSERVICE_OPERATION_RESULT_NAME"> + <documentation> + Specifies the web service method result name. + </documentation> + <value>@andromda.webservice.operation.result.name</value> + <appliedOnElement>Service and WebService</appliedOnElement> + </element> </elementGroup> </elements> </profile> \ No newline at end of file |