File tree 3 files changed +26
-1
lines changed
src/main/java/com/mycompany/calculonotas/service
classes/com/mycompany/calculonotas/service
m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ package com .mycompany .calculonotas .service ;
2
+
3
+ import javax .jws .WebParam ;
4
+ import javax .jws .WebService ;
5
+
6
+ @ SuppressWarnings ("restriction" )
7
+ @ WebService
8
+ public interface NotaService {
9
+
10
+ public double calcularNotaFinalDSD (@ WebParam (name = "pc1" ) double pc1 ,
11
+ @ WebParam (name = "pc2" ) double pc2 ,
12
+ @ WebParam (name = "pa1" ) double pa1 ,
13
+ @ WebParam (name = "tp" ) double tp ,
14
+ @ WebParam (name = "tf" ) double tf );
15
+
16
+ public double calcularTFParaAprobarDSD (@ WebParam (name = "pc1" ) double pc1 ,
17
+ @ WebParam (name = "pc2" ) double pc2 ,
18
+ @ WebParam (name = "pa1" ) double pa1 ,
19
+ @ WebParam (name = "tp" ) double tp ,
20
+ @ WebParam (name = "tf" ) double tf ,
21
+ @ WebParam (name = "nf" ) double nf
22
+ );
23
+
24
+
25
+ }
Original file line number Diff line number Diff line change 1
1
# Generated by Maven Integration for Eclipse
2
- # Sat Aug 18 17:59:29 PET 2012
2
+ # Sat Aug 18 18:06:20 PET 2012
3
3
version =1.0
4
4
groupId =com.mycompany
5
5
m2e.projectName =calculonotas
You can’t perform that action at this time.
0 commit comments