Source Code Cross Referenced for SQLRequirementSoapBindingStub.java in  » Test-Coverage » salome-tmf » salomeTMF_plug » requirements » soap » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Test Coverage » salome tmf » salomeTMF_plug.requirements.soap 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


0001:        /**
0002:         * SQLRequirementSoapBindingStub.java
0003:         *
0004:         * This file was auto-generated from WSDL
0005:         * by the Apache Axis 1.4 Nov 19, 2006 (02:31:34 GMT+00:00) WSDL2Java emitter.
0006:         */package salomeTMF_plug.requirements.soap;
0007:
0008:        import org.objectweb.salome_tmf.api.data.AttachementWrapper;
0009:        import org.objectweb.salome_tmf.api.data.DataWrapper;
0010:        import org.objectweb.salome_tmf.api.data.FileAttachementWrapper;
0011:        import org.objectweb.salome_tmf.api.data.SalomeFileWrapper;
0012:        import org.objectweb.salome_tmf.api.data.TestWrapper;
0013:        import org.objectweb.salome_tmf.api.data.UrlAttachementWrapper;
0014:        import org.objectweb.salome_tmf.soap.StubClient;
0015:
0016:        import salomeTMF_plug.requirements.sqlWrapper.HistoryWrapper;
0017:        import salomeTMF_plug.requirements.sqlWrapper.ISQLRequirement;
0018:        import salomeTMF_plug.requirements.sqlWrapper.ReqWrapper;
0019:
0020:        public class SQLRequirementSoapBindingStub extends StubClient implements 
0021:                ISQLRequirement {
0022:            private java.util.Vector cachedSerClasses = new java.util.Vector();
0023:            private java.util.Vector cachedSerQNames = new java.util.Vector();
0024:            private java.util.Vector cachedSerFactories = new java.util.Vector();
0025:            private java.util.Vector cachedDeserFactories = new java.util.Vector();
0026:
0027:            static org.apache.axis.description.OperationDesc[] _operations;
0028:
0029:            static {
0030:                _operations = new org.apache.axis.description.OperationDesc[38];
0031:                _initOperationDesc1();
0032:                _initOperationDesc2();
0033:                _initOperationDesc3();
0034:                _initOperationDesc4();
0035:            }
0036:
0037:            private static void _initOperationDesc1() {
0038:                org.apache.axis.description.OperationDesc oper;
0039:                org.apache.axis.description.ParameterDesc param;
0040:                oper = new org.apache.axis.description.OperationDesc();
0041:                oper.setName("addAttachFile");
0042:                param = new org.apache.axis.description.ParameterDesc(
0043:                        new javax.xml.namespace.QName("", "in0"),
0044:                        org.apache.axis.description.ParameterDesc.IN,
0045:                        new javax.xml.namespace.QName(
0046:                                "http://www.w3.org/2001/XMLSchema", "int"),
0047:                        int.class, false, false);
0048:                oper.addParameter(param);
0049:                param = new org.apache.axis.description.ParameterDesc(
0050:                        new javax.xml.namespace.QName("", "in1"),
0051:                        org.apache.axis.description.ParameterDesc.IN,
0052:                        new javax.xml.namespace.QName(
0053:                                "http://data.api.salome_tmf.objectweb.org",
0054:                                "SalomeFileWrapper"), SalomeFileWrapper.class,
0055:                        false, false);
0056:                oper.addParameter(param);
0057:                param = new org.apache.axis.description.ParameterDesc(
0058:                        new javax.xml.namespace.QName("", "in2"),
0059:                        org.apache.axis.description.ParameterDesc.IN,
0060:                        new javax.xml.namespace.QName(
0061:                                "http://www.w3.org/2001/XMLSchema", "string"),
0062:                        java.lang.String.class, false, false);
0063:                oper.addParameter(param);
0064:                oper.setReturnType(new javax.xml.namespace.QName(
0065:                        "http://www.w3.org/2001/XMLSchema", "int"));
0066:                oper.setReturnClass(int.class);
0067:                oper.setReturnQName(new javax.xml.namespace.QName("",
0068:                        "addAttachFileReturn"));
0069:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0070:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0071:                _operations[0] = oper;
0072:
0073:                oper = new org.apache.axis.description.OperationDesc();
0074:                oper.setName("addAttachUrl");
0075:                param = new org.apache.axis.description.ParameterDesc(
0076:                        new javax.xml.namespace.QName("", "in0"),
0077:                        org.apache.axis.description.ParameterDesc.IN,
0078:                        new javax.xml.namespace.QName(
0079:                                "http://www.w3.org/2001/XMLSchema", "int"),
0080:                        int.class, false, false);
0081:                oper.addParameter(param);
0082:                param = new org.apache.axis.description.ParameterDesc(
0083:                        new javax.xml.namespace.QName("", "in1"),
0084:                        org.apache.axis.description.ParameterDesc.IN,
0085:                        new javax.xml.namespace.QName(
0086:                                "http://www.w3.org/2001/XMLSchema", "string"),
0087:                        java.lang.String.class, false, false);
0088:                oper.addParameter(param);
0089:                param = new org.apache.axis.description.ParameterDesc(
0090:                        new javax.xml.namespace.QName("", "in2"),
0091:                        org.apache.axis.description.ParameterDesc.IN,
0092:                        new javax.xml.namespace.QName(
0093:                                "http://www.w3.org/2001/XMLSchema", "string"),
0094:                        java.lang.String.class, false, false);
0095:                oper.addParameter(param);
0096:                oper.setReturnType(new javax.xml.namespace.QName(
0097:                        "http://www.w3.org/2001/XMLSchema", "int"));
0098:                oper.setReturnClass(int.class);
0099:                oper.setReturnQName(new javax.xml.namespace.QName("",
0100:                        "addAttachUrlReturn"));
0101:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0102:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0103:                _operations[1] = oper;
0104:
0105:                oper = new org.apache.axis.description.OperationDesc();
0106:                oper.setName("addReqConvert");
0107:                param = new org.apache.axis.description.ParameterDesc(
0108:                        new javax.xml.namespace.QName("", "in0"),
0109:                        org.apache.axis.description.ParameterDesc.IN,
0110:                        new javax.xml.namespace.QName(
0111:                                "http://www.w3.org/2001/XMLSchema", "int"),
0112:                        int.class, false, false);
0113:                oper.addParameter(param);
0114:                param = new org.apache.axis.description.ParameterDesc(
0115:                        new javax.xml.namespace.QName("", "in1"),
0116:                        org.apache.axis.description.ParameterDesc.IN,
0117:                        new javax.xml.namespace.QName(
0118:                                "http://www.w3.org/2001/XMLSchema", "int"),
0119:                        int.class, false, false);
0120:                oper.addParameter(param);
0121:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0122:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0123:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0124:                _operations[2] = oper;
0125:
0126:                oper = new org.apache.axis.description.OperationDesc();
0127:                oper.setName("updateName");
0128:                param = new org.apache.axis.description.ParameterDesc(
0129:                        new javax.xml.namespace.QName("", "in0"),
0130:                        org.apache.axis.description.ParameterDesc.IN,
0131:                        new javax.xml.namespace.QName(
0132:                                "http://www.w3.org/2001/XMLSchema", "int"),
0133:                        int.class, false, false);
0134:                oper.addParameter(param);
0135:                param = new org.apache.axis.description.ParameterDesc(
0136:                        new javax.xml.namespace.QName("", "in1"),
0137:                        org.apache.axis.description.ParameterDesc.IN,
0138:                        new javax.xml.namespace.QName(
0139:                                "http://www.w3.org/2001/XMLSchema", "string"),
0140:                        java.lang.String.class, false, false);
0141:                oper.addParameter(param);
0142:                param = new org.apache.axis.description.ParameterDesc(
0143:                        new javax.xml.namespace.QName("", "in2"),
0144:                        org.apache.axis.description.ParameterDesc.IN,
0145:                        new javax.xml.namespace.QName(
0146:                                "http://www.w3.org/2001/XMLSchema", "int"),
0147:                        int.class, false, false);
0148:                oper.addParameter(param);
0149:                param = new org.apache.axis.description.ParameterDesc(
0150:                        new javax.xml.namespace.QName("", "in3"),
0151:                        org.apache.axis.description.ParameterDesc.IN,
0152:                        new javax.xml.namespace.QName(
0153:                                "http://www.w3.org/2001/XMLSchema", "int"),
0154:                        int.class, false, false);
0155:                oper.addParameter(param);
0156:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0157:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0158:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0159:                _operations[3] = oper;
0160:
0161:                oper = new org.apache.axis.description.OperationDesc();
0162:                oper.setName("updateDescription");
0163:                param = new org.apache.axis.description.ParameterDesc(
0164:                        new javax.xml.namespace.QName("", "in0"),
0165:                        org.apache.axis.description.ParameterDesc.IN,
0166:                        new javax.xml.namespace.QName(
0167:                                "http://www.w3.org/2001/XMLSchema", "int"),
0168:                        int.class, false, false);
0169:                oper.addParameter(param);
0170:                param = new org.apache.axis.description.ParameterDesc(
0171:                        new javax.xml.namespace.QName("", "in1"),
0172:                        org.apache.axis.description.ParameterDesc.IN,
0173:                        new javax.xml.namespace.QName(
0174:                                "http://www.w3.org/2001/XMLSchema", "string"),
0175:                        java.lang.String.class, false, false);
0176:                oper.addParameter(param);
0177:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0178:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0179:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0180:                _operations[4] = oper;
0181:
0182:                oper = new org.apache.axis.description.OperationDesc();
0183:                oper.setName("updateVersion");
0184:                param = new org.apache.axis.description.ParameterDesc(
0185:                        new javax.xml.namespace.QName("", "in0"),
0186:                        org.apache.axis.description.ParameterDesc.IN,
0187:                        new javax.xml.namespace.QName(
0188:                                "http://www.w3.org/2001/XMLSchema", "int"),
0189:                        int.class, false, false);
0190:                oper.addParameter(param);
0191:                param = new org.apache.axis.description.ParameterDesc(
0192:                        new javax.xml.namespace.QName("", "in1"),
0193:                        org.apache.axis.description.ParameterDesc.IN,
0194:                        new javax.xml.namespace.QName(
0195:                                "http://www.w3.org/2001/XMLSchema", "string"),
0196:                        java.lang.String.class, false, false);
0197:                oper.addParameter(param);
0198:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0199:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0200:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0201:                _operations[5] = oper;
0202:
0203:                oper = new org.apache.axis.description.OperationDesc();
0204:                oper.setName("updateReference");
0205:                param = new org.apache.axis.description.ParameterDesc(
0206:                        new javax.xml.namespace.QName("", "in0"),
0207:                        org.apache.axis.description.ParameterDesc.IN,
0208:                        new javax.xml.namespace.QName(
0209:                                "http://www.w3.org/2001/XMLSchema", "int"),
0210:                        int.class, false, false);
0211:                oper.addParameter(param);
0212:                param = new org.apache.axis.description.ParameterDesc(
0213:                        new javax.xml.namespace.QName("", "in1"),
0214:                        org.apache.axis.description.ParameterDesc.IN,
0215:                        new javax.xml.namespace.QName(
0216:                                "http://www.w3.org/2001/XMLSchema", "string"),
0217:                        java.lang.String.class, false, false);
0218:                oper.addParameter(param);
0219:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0220:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0221:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0222:                _operations[6] = oper;
0223:
0224:                oper = new org.apache.axis.description.OperationDesc();
0225:                oper.setName("updateInfo");
0226:                param = new org.apache.axis.description.ParameterDesc(
0227:                        new javax.xml.namespace.QName("", "in0"),
0228:                        org.apache.axis.description.ParameterDesc.IN,
0229:                        new javax.xml.namespace.QName(
0230:                                "http://www.w3.org/2001/XMLSchema", "int"),
0231:                        int.class, false, false);
0232:                oper.addParameter(param);
0233:                param = new org.apache.axis.description.ParameterDesc(
0234:                        new javax.xml.namespace.QName("", "in1"),
0235:                        org.apache.axis.description.ParameterDesc.IN,
0236:                        new javax.xml.namespace.QName(
0237:                                "http://www.w3.org/2001/XMLSchema", "string"),
0238:                        java.lang.String.class, false, false);
0239:                oper.addParameter(param);
0240:                param = new org.apache.axis.description.ParameterDesc(
0241:                        new javax.xml.namespace.QName("", "in2"),
0242:                        org.apache.axis.description.ParameterDesc.IN,
0243:                        new javax.xml.namespace.QName(
0244:                                "http://www.w3.org/2001/XMLSchema", "string"),
0245:                        java.lang.String.class, false, false);
0246:                oper.addParameter(param);
0247:                param = new org.apache.axis.description.ParameterDesc(
0248:                        new javax.xml.namespace.QName("", "in3"),
0249:                        org.apache.axis.description.ParameterDesc.IN,
0250:                        new javax.xml.namespace.QName(
0251:                                "http://www.w3.org/2001/XMLSchema", "string"),
0252:                        java.lang.String.class, false, false);
0253:                oper.addParameter(param);
0254:                param = new org.apache.axis.description.ParameterDesc(
0255:                        new javax.xml.namespace.QName("", "in4"),
0256:                        org.apache.axis.description.ParameterDesc.IN,
0257:                        new javax.xml.namespace.QName(
0258:                                "http://www.w3.org/2001/XMLSchema", "string"),
0259:                        java.lang.String.class, false, false);
0260:                oper.addParameter(param);
0261:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0262:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0263:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0264:                _operations[7] = oper;
0265:
0266:                oper = new org.apache.axis.description.OperationDesc();
0267:                oper.setName("updatePriority");
0268:                param = new org.apache.axis.description.ParameterDesc(
0269:                        new javax.xml.namespace.QName("", "in0"),
0270:                        org.apache.axis.description.ParameterDesc.IN,
0271:                        new javax.xml.namespace.QName(
0272:                                "http://www.w3.org/2001/XMLSchema", "int"),
0273:                        int.class, false, false);
0274:                oper.addParameter(param);
0275:                param = new org.apache.axis.description.ParameterDesc(
0276:                        new javax.xml.namespace.QName("", "in1"),
0277:                        org.apache.axis.description.ParameterDesc.IN,
0278:                        new javax.xml.namespace.QName(
0279:                                "http://www.w3.org/2001/XMLSchema", "int"),
0280:                        int.class, false, false);
0281:                oper.addParameter(param);
0282:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0283:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0284:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0285:                _operations[8] = oper;
0286:
0287:                oper = new org.apache.axis.description.OperationDesc();
0288:                oper.setName("updateCat");
0289:                param = new org.apache.axis.description.ParameterDesc(
0290:                        new javax.xml.namespace.QName("", "in0"),
0291:                        org.apache.axis.description.ParameterDesc.IN,
0292:                        new javax.xml.namespace.QName(
0293:                                "http://www.w3.org/2001/XMLSchema", "int"),
0294:                        int.class, false, false);
0295:                oper.addParameter(param);
0296:                param = new org.apache.axis.description.ParameterDesc(
0297:                        new javax.xml.namespace.QName("", "in1"),
0298:                        org.apache.axis.description.ParameterDesc.IN,
0299:                        new javax.xml.namespace.QName(
0300:                                "http://www.w3.org/2001/XMLSchema", "int"),
0301:                        int.class, false, false);
0302:                oper.addParameter(param);
0303:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0304:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0305:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0306:                _operations[9] = oper;
0307:
0308:            }
0309:
0310:            private static void _initOperationDesc2() {
0311:                org.apache.axis.description.OperationDesc oper;
0312:                org.apache.axis.description.ParameterDesc param;
0313:                oper = new org.apache.axis.description.OperationDesc();
0314:                oper.setName("updateComplexe");
0315:                param = new org.apache.axis.description.ParameterDesc(
0316:                        new javax.xml.namespace.QName("", "in0"),
0317:                        org.apache.axis.description.ParameterDesc.IN,
0318:                        new javax.xml.namespace.QName(
0319:                                "http://www.w3.org/2001/XMLSchema", "int"),
0320:                        int.class, false, false);
0321:                oper.addParameter(param);
0322:                param = new org.apache.axis.description.ParameterDesc(
0323:                        new javax.xml.namespace.QName("", "in1"),
0324:                        org.apache.axis.description.ParameterDesc.IN,
0325:                        new javax.xml.namespace.QName(
0326:                                "http://www.w3.org/2001/XMLSchema", "int"),
0327:                        int.class, false, false);
0328:                oper.addParameter(param);
0329:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0330:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0331:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0332:                _operations[10] = oper;
0333:
0334:                oper = new org.apache.axis.description.OperationDesc();
0335:                oper.setName("updateOrigine");
0336:                param = new org.apache.axis.description.ParameterDesc(
0337:                        new javax.xml.namespace.QName("", "in0"),
0338:                        org.apache.axis.description.ParameterDesc.IN,
0339:                        new javax.xml.namespace.QName(
0340:                                "http://www.w3.org/2001/XMLSchema", "int"),
0341:                        int.class, false, false);
0342:                oper.addParameter(param);
0343:                param = new org.apache.axis.description.ParameterDesc(
0344:                        new javax.xml.namespace.QName("", "in1"),
0345:                        org.apache.axis.description.ParameterDesc.IN,
0346:                        new javax.xml.namespace.QName(
0347:                                "http://www.w3.org/2001/XMLSchema", "string"),
0348:                        java.lang.String.class, false, false);
0349:                oper.addParameter(param);
0350:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0351:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0352:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0353:                _operations[11] = oper;
0354:
0355:                oper = new org.apache.axis.description.OperationDesc();
0356:                oper.setName("updateVerif");
0357:                param = new org.apache.axis.description.ParameterDesc(
0358:                        new javax.xml.namespace.QName("", "in0"),
0359:                        org.apache.axis.description.ParameterDesc.IN,
0360:                        new javax.xml.namespace.QName(
0361:                                "http://www.w3.org/2001/XMLSchema", "int"),
0362:                        int.class, false, false);
0363:                oper.addParameter(param);
0364:                param = new org.apache.axis.description.ParameterDesc(
0365:                        new javax.xml.namespace.QName("", "in1"),
0366:                        org.apache.axis.description.ParameterDesc.IN,
0367:                        new javax.xml.namespace.QName(
0368:                                "http://www.w3.org/2001/XMLSchema", "string"),
0369:                        java.lang.String.class, false, false);
0370:                oper.addParameter(param);
0371:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0372:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0373:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0374:                _operations[12] = oper;
0375:
0376:                oper = new org.apache.axis.description.OperationDesc();
0377:                oper.setName("updateParent");
0378:                param = new org.apache.axis.description.ParameterDesc(
0379:                        new javax.xml.namespace.QName("", "in0"),
0380:                        org.apache.axis.description.ParameterDesc.IN,
0381:                        new javax.xml.namespace.QName(
0382:                                "http://www.w3.org/2001/XMLSchema", "int"),
0383:                        int.class, false, false);
0384:                oper.addParameter(param);
0385:                param = new org.apache.axis.description.ParameterDesc(
0386:                        new javax.xml.namespace.QName("", "in1"),
0387:                        org.apache.axis.description.ParameterDesc.IN,
0388:                        new javax.xml.namespace.QName(
0389:                                "http://www.w3.org/2001/XMLSchema", "int"),
0390:                        int.class, false, false);
0391:                oper.addParameter(param);
0392:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0393:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0394:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0395:                _operations[13] = oper;
0396:
0397:                oper = new org.apache.axis.description.OperationDesc();
0398:                oper.setName("deleteReq");
0399:                param = new org.apache.axis.description.ParameterDesc(
0400:                        new javax.xml.namespace.QName("", "in0"),
0401:                        org.apache.axis.description.ParameterDesc.IN,
0402:                        new javax.xml.namespace.QName(
0403:                                "http://www.w3.org/2001/XMLSchema", "int"),
0404:                        int.class, false, false);
0405:                oper.addParameter(param);
0406:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0407:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0408:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0409:                _operations[14] = oper;
0410:
0411:                oper = new org.apache.axis.description.OperationDesc();
0412:                oper.setName("deleteAllTestCover");
0413:                param = new org.apache.axis.description.ParameterDesc(
0414:                        new javax.xml.namespace.QName("", "in0"),
0415:                        org.apache.axis.description.ParameterDesc.IN,
0416:                        new javax.xml.namespace.QName(
0417:                                "http://www.w3.org/2001/XMLSchema", "int"),
0418:                        int.class, false, false);
0419:                oper.addParameter(param);
0420:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0421:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0422:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0423:                _operations[15] = oper;
0424:
0425:                oper = new org.apache.axis.description.OperationDesc();
0426:                oper.setName("deleteAllReqCover");
0427:                param = new org.apache.axis.description.ParameterDesc(
0428:                        new javax.xml.namespace.QName("", "in0"),
0429:                        org.apache.axis.description.ParameterDesc.IN,
0430:                        new javax.xml.namespace.QName(
0431:                                "http://www.w3.org/2001/XMLSchema", "int"),
0432:                        int.class, false, false);
0433:                oper.addParameter(param);
0434:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0435:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0436:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0437:                _operations[16] = oper;
0438:
0439:                oper = new org.apache.axis.description.OperationDesc();
0440:                oper.setName("deleteCover");
0441:                param = new org.apache.axis.description.ParameterDesc(
0442:                        new javax.xml.namespace.QName("", "in0"),
0443:                        org.apache.axis.description.ParameterDesc.IN,
0444:                        new javax.xml.namespace.QName(
0445:                                "http://www.w3.org/2001/XMLSchema", "int"),
0446:                        int.class, false, false);
0447:                oper.addParameter(param);
0448:                param = new org.apache.axis.description.ParameterDesc(
0449:                        new javax.xml.namespace.QName("", "in1"),
0450:                        org.apache.axis.description.ParameterDesc.IN,
0451:                        new javax.xml.namespace.QName(
0452:                                "http://www.w3.org/2001/XMLSchema", "int"),
0453:                        int.class, false, false);
0454:                oper.addParameter(param);
0455:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0456:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0457:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0458:                _operations[17] = oper;
0459:
0460:                oper = new org.apache.axis.description.OperationDesc();
0461:                oper.setName("deleteAllAttach");
0462:                param = new org.apache.axis.description.ParameterDesc(
0463:                        new javax.xml.namespace.QName("", "in0"),
0464:                        org.apache.axis.description.ParameterDesc.IN,
0465:                        new javax.xml.namespace.QName(
0466:                                "http://www.w3.org/2001/XMLSchema", "int"),
0467:                        int.class, false, false);
0468:                oper.addParameter(param);
0469:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0470:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0471:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0472:                _operations[18] = oper;
0473:
0474:                oper = new org.apache.axis.description.OperationDesc();
0475:                oper.setName("deleteAttach");
0476:                param = new org.apache.axis.description.ParameterDesc(
0477:                        new javax.xml.namespace.QName("", "in0"),
0478:                        org.apache.axis.description.ParameterDesc.IN,
0479:                        new javax.xml.namespace.QName(
0480:                                "http://www.w3.org/2001/XMLSchema", "int"),
0481:                        int.class, false, false);
0482:                oper.addParameter(param);
0483:                param = new org.apache.axis.description.ParameterDesc(
0484:                        new javax.xml.namespace.QName("", "in1"),
0485:                        org.apache.axis.description.ParameterDesc.IN,
0486:                        new javax.xml.namespace.QName(
0487:                                "http://www.w3.org/2001/XMLSchema", "int"),
0488:                        int.class, false, false);
0489:                oper.addParameter(param);
0490:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0491:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0492:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0493:                _operations[19] = oper;
0494:
0495:            }
0496:
0497:            private static void _initOperationDesc3() {
0498:                org.apache.axis.description.OperationDesc oper;
0499:                org.apache.axis.description.ParameterDesc param;
0500:                oper = new org.apache.axis.description.OperationDesc();
0501:                oper.setName("getReqById");
0502:                param = new org.apache.axis.description.ParameterDesc(
0503:                        new javax.xml.namespace.QName("", "in0"),
0504:                        org.apache.axis.description.ParameterDesc.IN,
0505:                        new javax.xml.namespace.QName(
0506:                                "http://www.w3.org/2001/XMLSchema", "int"),
0507:                        int.class, false, false);
0508:                oper.addParameter(param);
0509:                oper.setReturnType(new javax.xml.namespace.QName(
0510:                        "http://soap.salome_tmf.objectweb.org", "ReqWrapper"));
0511:                oper.setReturnClass(ReqWrapper.class);
0512:                oper.setReturnQName(new javax.xml.namespace.QName("",
0513:                        "getReqByIdReturn"));
0514:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0515:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0516:                _operations[20] = oper;
0517:
0518:                oper = new org.apache.axis.description.OperationDesc();
0519:                oper.setName("getProjectRequirements");
0520:                param = new org.apache.axis.description.ParameterDesc(
0521:                        new javax.xml.namespace.QName("", "in0"),
0522:                        org.apache.axis.description.ParameterDesc.IN,
0523:                        new javax.xml.namespace.QName(
0524:                                "http://www.w3.org/2001/XMLSchema", "int"),
0525:                        int.class, false, false);
0526:                oper.addParameter(param);
0527:                oper.setReturnType(new javax.xml.namespace.QName(
0528:                        "http://soap.salome_tmf.objectweb.org",
0529:                        "ArrayOfReqWrapper"));
0530:                oper.setReturnClass(ReqWrapper[].class);
0531:                oper.setReturnQName(new javax.xml.namespace.QName("",
0532:                        "getProjectRequirementsReturn"));
0533:                param = oper.getReturnParamDesc();
0534:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0535:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0536:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0537:                _operations[21] = oper;
0538:
0539:                oper = new org.apache.axis.description.OperationDesc();
0540:                oper.setName("getProjectRequirementByType");
0541:                param = new org.apache.axis.description.ParameterDesc(
0542:                        new javax.xml.namespace.QName("", "in0"),
0543:                        org.apache.axis.description.ParameterDesc.IN,
0544:                        new javax.xml.namespace.QName(
0545:                                "http://www.w3.org/2001/XMLSchema", "int"),
0546:                        int.class, false, false);
0547:                oper.addParameter(param);
0548:                param = new org.apache.axis.description.ParameterDesc(
0549:                        new javax.xml.namespace.QName("", "in1"),
0550:                        org.apache.axis.description.ParameterDesc.IN,
0551:                        new javax.xml.namespace.QName(
0552:                                "http://www.w3.org/2001/XMLSchema", "int"),
0553:                        int.class, false, false);
0554:                oper.addParameter(param);
0555:                oper.setReturnType(new javax.xml.namespace.QName(
0556:                        "http://soap.salome_tmf.objectweb.org",
0557:                        "ArrayOfReqWrapper"));
0558:                oper.setReturnClass(ReqWrapper[].class);
0559:                oper.setReturnQName(new javax.xml.namespace.QName("",
0560:                        "getProjectRequirementByTypeReturn"));
0561:                param = oper.getReturnParamDesc();
0562:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0563:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0564:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0565:                _operations[22] = oper;
0566:
0567:                oper = new org.apache.axis.description.OperationDesc();
0568:                oper.setName("getFistChildInReqFamily");
0569:                param = new org.apache.axis.description.ParameterDesc(
0570:                        new javax.xml.namespace.QName("", "in0"),
0571:                        org.apache.axis.description.ParameterDesc.IN,
0572:                        new javax.xml.namespace.QName(
0573:                                "http://www.w3.org/2001/XMLSchema", "int"),
0574:                        int.class, false, false);
0575:                oper.addParameter(param);
0576:                oper.setReturnType(new javax.xml.namespace.QName(
0577:                        "http://soap.salome_tmf.objectweb.org",
0578:                        "ArrayOfReqWrapper"));
0579:                oper.setReturnClass(ReqWrapper[].class);
0580:                oper.setReturnQName(new javax.xml.namespace.QName("",
0581:                        "getFistChildInReqFamilyReturn"));
0582:                param = oper.getReturnParamDesc();
0583:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0584:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0585:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0586:                _operations[23] = oper;
0587:
0588:                oper = new org.apache.axis.description.OperationDesc();
0589:                oper.setName("getReqWrapperCoveredByCamp");
0590:                param = new org.apache.axis.description.ParameterDesc(
0591:                        new javax.xml.namespace.QName("", "in0"),
0592:                        org.apache.axis.description.ParameterDesc.IN,
0593:                        new javax.xml.namespace.QName(
0594:                                "http://www.w3.org/2001/XMLSchema", "int"),
0595:                        int.class, false, false);
0596:                oper.addParameter(param);
0597:                oper.setReturnType(new javax.xml.namespace.QName(
0598:                        "http://soap.salome_tmf.objectweb.org",
0599:                        "ArrayOfReqWrapper"));
0600:                oper.setReturnClass(ReqWrapper[].class);
0601:                oper.setReturnQName(new javax.xml.namespace.QName("",
0602:                        "getReqWrapperCoveredByCampReturn"));
0603:                param = oper.getReturnParamDesc();
0604:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0605:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0606:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0607:                _operations[24] = oper;
0608:
0609:                oper = new org.apache.axis.description.OperationDesc();
0610:                oper.setName("isReqReqCoveredByTest");
0611:                param = new org.apache.axis.description.ParameterDesc(
0612:                        new javax.xml.namespace.QName("", "in0"),
0613:                        org.apache.axis.description.ParameterDesc.IN,
0614:                        new javax.xml.namespace.QName(
0615:                                "http://www.w3.org/2001/XMLSchema", "int"),
0616:                        int.class, false, false);
0617:                oper.addParameter(param);
0618:                param = new org.apache.axis.description.ParameterDesc(
0619:                        new javax.xml.namespace.QName("", "in1"),
0620:                        org.apache.axis.description.ParameterDesc.IN,
0621:                        new javax.xml.namespace.QName(
0622:                                "http://www.w3.org/2001/XMLSchema", "int"),
0623:                        int.class, false, false);
0624:                oper.addParameter(param);
0625:                oper.setReturnType(new javax.xml.namespace.QName(
0626:                        "http://www.w3.org/2001/XMLSchema", "boolean"));
0627:                oper.setReturnClass(boolean.class);
0628:                oper.setReturnQName(new javax.xml.namespace.QName("",
0629:                        "isReqReqCoveredByTestReturn"));
0630:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0631:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0632:                _operations[25] = oper;
0633:
0634:                oper = new org.apache.axis.description.OperationDesc();
0635:                oper.setName("getReqCoveredByTest");
0636:                param = new org.apache.axis.description.ParameterDesc(
0637:                        new javax.xml.namespace.QName("", "in0"),
0638:                        org.apache.axis.description.ParameterDesc.IN,
0639:                        new javax.xml.namespace.QName(
0640:                                "http://www.w3.org/2001/XMLSchema", "int"),
0641:                        int.class, false, false);
0642:                oper.addParameter(param);
0643:                oper.setReturnType(new javax.xml.namespace.QName(
0644:                        "http://soap.salome_tmf.objectweb.org",
0645:                        "ArrayOfReqWrapper"));
0646:                oper.setReturnClass(ReqWrapper[].class);
0647:                oper.setReturnQName(new javax.xml.namespace.QName("",
0648:                        "getReqCoveredByTestReturn"));
0649:                param = oper.getReturnParamDesc();
0650:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0651:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0652:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0653:                _operations[26] = oper;
0654:
0655:                oper = new org.apache.axis.description.OperationDesc();
0656:                oper.setName("getCoveredReq");
0657:                param = new org.apache.axis.description.ParameterDesc(
0658:                        new javax.xml.namespace.QName("", "in0"),
0659:                        org.apache.axis.description.ParameterDesc.IN,
0660:                        new javax.xml.namespace.QName(
0661:                                "http://www.w3.org/2001/XMLSchema", "int"),
0662:                        int.class, false, false);
0663:                oper.addParameter(param);
0664:                oper.setReturnType(new javax.xml.namespace.QName(
0665:                        "http://soap.salome_tmf.objectweb.org",
0666:                        "ArrayOfReqWrapper"));
0667:                oper.setReturnClass(ReqWrapper[].class);
0668:                oper.setReturnQName(new javax.xml.namespace.QName("",
0669:                        "getCoveredReqReturn"));
0670:                param = oper.getReturnParamDesc();
0671:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0672:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0673:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0674:                _operations[27] = oper;
0675:
0676:                oper = new org.apache.axis.description.OperationDesc();
0677:                oper.setName("getReqCoveredByResExecAndStatus");
0678:                param = new org.apache.axis.description.ParameterDesc(
0679:                        new javax.xml.namespace.QName("", "in0"),
0680:                        org.apache.axis.description.ParameterDesc.IN,
0681:                        new javax.xml.namespace.QName(
0682:                                "http://www.w3.org/2001/XMLSchema", "int"),
0683:                        int.class, false, false);
0684:                oper.addParameter(param);
0685:                param = new org.apache.axis.description.ParameterDesc(
0686:                        new javax.xml.namespace.QName("", "in1"),
0687:                        org.apache.axis.description.ParameterDesc.IN,
0688:                        new javax.xml.namespace.QName(
0689:                                "http://www.w3.org/2001/XMLSchema", "string"),
0690:                        java.lang.String.class, false, false);
0691:                oper.addParameter(param);
0692:                oper.setReturnType(new javax.xml.namespace.QName(
0693:                        "http://soap.salome_tmf.objectweb.org",
0694:                        "ArrayOfReqWrapper"));
0695:                oper.setReturnClass(ReqWrapper[].class);
0696:                oper.setReturnQName(new javax.xml.namespace.QName("",
0697:                        "getReqCoveredByResExecAndStatusReturn"));
0698:                param = oper.getReturnParamDesc();
0699:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0700:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0701:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0702:                _operations[28] = oper;
0703:
0704:                oper = new org.apache.axis.description.OperationDesc();
0705:                oper.setName("getTestCoveredForReq");
0706:                param = new org.apache.axis.description.ParameterDesc(
0707:                        new javax.xml.namespace.QName("", "in0"),
0708:                        org.apache.axis.description.ParameterDesc.IN,
0709:                        new javax.xml.namespace.QName(
0710:                                "http://www.w3.org/2001/XMLSchema", "int"),
0711:                        int.class, false, false);
0712:                oper.addParameter(param);
0713:                oper.setReturnType(new javax.xml.namespace.QName(
0714:                        "http://soap.salome_tmf.objectweb.org",
0715:                        "ArrayOf_tns1_TestWrapper"));
0716:                oper.setReturnClass(TestWrapper[].class);
0717:                oper.setReturnQName(new javax.xml.namespace.QName("",
0718:                        "getTestCoveredForReqReturn"));
0719:                param = oper.getReturnParamDesc();
0720:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0721:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0722:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0723:                _operations[29] = oper;
0724:
0725:            }
0726:
0727:            private static void _initOperationDesc4() {
0728:                org.apache.axis.description.OperationDesc oper;
0729:                org.apache.axis.description.ParameterDesc param;
0730:                oper = new org.apache.axis.description.OperationDesc();
0731:                oper.setName("getAllAttachemnt");
0732:                param = new org.apache.axis.description.ParameterDesc(
0733:                        new javax.xml.namespace.QName("", "in0"),
0734:                        org.apache.axis.description.ParameterDesc.IN,
0735:                        new javax.xml.namespace.QName(
0736:                                "http://www.w3.org/2001/XMLSchema", "int"),
0737:                        int.class, false, false);
0738:                oper.addParameter(param);
0739:                oper.setReturnType(new javax.xml.namespace.QName(
0740:                        "http://soap.salome_tmf.objectweb.org",
0741:                        "ArrayOf_tns1_AttachementWrapper"));
0742:                oper.setReturnClass(AttachementWrapper[].class);
0743:                oper.setReturnQName(new javax.xml.namespace.QName("",
0744:                        "getAllAttachemntReturn"));
0745:                param = oper.getReturnParamDesc();
0746:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0747:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0748:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0749:                _operations[30] = oper;
0750:
0751:                oper = new org.apache.axis.description.OperationDesc();
0752:                oper.setName("getAllAttachFiles");
0753:                param = new org.apache.axis.description.ParameterDesc(
0754:                        new javax.xml.namespace.QName("", "in0"),
0755:                        org.apache.axis.description.ParameterDesc.IN,
0756:                        new javax.xml.namespace.QName(
0757:                                "http://www.w3.org/2001/XMLSchema", "int"),
0758:                        int.class, false, false);
0759:                oper.addParameter(param);
0760:                oper.setReturnType(new javax.xml.namespace.QName(
0761:                        "http://soap.salome_tmf.objectweb.org",
0762:                        "ArrayOf_tns1_FileAttachementWrapper"));
0763:                oper.setReturnClass(FileAttachementWrapper[].class);
0764:                oper.setReturnQName(new javax.xml.namespace.QName("",
0765:                        "getAllAttachFilesReturn"));
0766:                param = oper.getReturnParamDesc();
0767:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0768:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0769:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0770:                _operations[31] = oper;
0771:
0772:                oper = new org.apache.axis.description.OperationDesc();
0773:                oper.setName("getAllAttachUrls");
0774:                param = new org.apache.axis.description.ParameterDesc(
0775:                        new javax.xml.namespace.QName("", "in0"),
0776:                        org.apache.axis.description.ParameterDesc.IN,
0777:                        new javax.xml.namespace.QName(
0778:                                "http://www.w3.org/2001/XMLSchema", "int"),
0779:                        int.class, false, false);
0780:                oper.addParameter(param);
0781:                oper.setReturnType(new javax.xml.namespace.QName(
0782:                        "http://soap.salome_tmf.objectweb.org",
0783:                        "ArrayOf_tns1_UrlAttachementWrapper"));
0784:                oper.setReturnClass(UrlAttachementWrapper[].class);
0785:                oper.setReturnQName(new javax.xml.namespace.QName("",
0786:                        "getAllAttachUrlsReturn"));
0787:                param = oper.getReturnParamDesc();
0788:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0789:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0790:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0791:                _operations[32] = oper;
0792:
0793:                oper = new org.apache.axis.description.OperationDesc();
0794:                oper.setName("deleteProjectReq");
0795:                param = new org.apache.axis.description.ParameterDesc(
0796:                        new javax.xml.namespace.QName("", "in0"),
0797:                        org.apache.axis.description.ParameterDesc.IN,
0798:                        new javax.xml.namespace.QName(
0799:                                "http://www.w3.org/2001/XMLSchema", "int"),
0800:                        int.class, false, false);
0801:                oper.addParameter(param);
0802:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0803:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0804:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0805:                _operations[33] = oper;
0806:
0807:                oper = new org.apache.axis.description.OperationDesc();
0808:                oper.setName("getHistory");
0809:                param = new org.apache.axis.description.ParameterDesc(
0810:                        new javax.xml.namespace.QName("", "in0"),
0811:                        org.apache.axis.description.ParameterDesc.IN,
0812:                        new javax.xml.namespace.QName(
0813:                                "http://www.w3.org/2001/XMLSchema", "int"),
0814:                        int.class, false, false);
0815:                oper.addParameter(param);
0816:                oper.setReturnType(new javax.xml.namespace.QName(
0817:                        "http://soap.salome_tmf.objectweb.org",
0818:                        "ArrayOfHistoryWrapper"));
0819:                oper.setReturnClass(HistoryWrapper[].class);
0820:                oper.setReturnQName(new javax.xml.namespace.QName("",
0821:                        "getHistoryReturn"));
0822:                param = oper.getReturnParamDesc();
0823:                param.setItemQName(new javax.xml.namespace.QName("", "item"));
0824:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0825:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0826:                _operations[34] = oper;
0827:
0828:                oper = new org.apache.axis.description.OperationDesc();
0829:                oper.setName("add");
0830:                param = new org.apache.axis.description.ParameterDesc(
0831:                        new javax.xml.namespace.QName("", "in0"),
0832:                        org.apache.axis.description.ParameterDesc.IN,
0833:                        new javax.xml.namespace.QName(
0834:                                "http://www.w3.org/2001/XMLSchema", "string"),
0835:                        java.lang.String.class, false, false);
0836:                oper.addParameter(param);
0837:                param = new org.apache.axis.description.ParameterDesc(
0838:                        new javax.xml.namespace.QName("", "in1"),
0839:                        org.apache.axis.description.ParameterDesc.IN,
0840:                        new javax.xml.namespace.QName(
0841:                                "http://www.w3.org/2001/XMLSchema", "string"),
0842:                        java.lang.String.class, false, false);
0843:                oper.addParameter(param);
0844:                param = new org.apache.axis.description.ParameterDesc(
0845:                        new javax.xml.namespace.QName("", "in2"),
0846:                        org.apache.axis.description.ParameterDesc.IN,
0847:                        new javax.xml.namespace.QName(
0848:                                "http://www.w3.org/2001/XMLSchema", "int"),
0849:                        int.class, false, false);
0850:                oper.addParameter(param);
0851:                param = new org.apache.axis.description.ParameterDesc(
0852:                        new javax.xml.namespace.QName("", "in3"),
0853:                        org.apache.axis.description.ParameterDesc.IN,
0854:                        new javax.xml.namespace.QName(
0855:                                "http://www.w3.org/2001/XMLSchema", "int"),
0856:                        int.class, false, false);
0857:                oper.addParameter(param);
0858:                param = new org.apache.axis.description.ParameterDesc(
0859:                        new javax.xml.namespace.QName("", "in4"),
0860:                        org.apache.axis.description.ParameterDesc.IN,
0861:                        new javax.xml.namespace.QName(
0862:                                "http://www.w3.org/2001/XMLSchema", "int"),
0863:                        int.class, false, false);
0864:                oper.addParameter(param);
0865:                param = new org.apache.axis.description.ParameterDesc(
0866:                        new javax.xml.namespace.QName("", "in5"),
0867:                        org.apache.axis.description.ParameterDesc.IN,
0868:                        new javax.xml.namespace.QName(
0869:                                "http://www.w3.org/2001/XMLSchema", "int"),
0870:                        int.class, false, false);
0871:                oper.addParameter(param);
0872:                oper.setReturnType(new javax.xml.namespace.QName(
0873:                        "http://www.w3.org/2001/XMLSchema", "int"));
0874:                oper.setReturnClass(int.class);
0875:                oper.setReturnQName(new javax.xml.namespace.QName("",
0876:                        "addReturn"));
0877:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0878:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0879:                _operations[35] = oper;
0880:
0881:                oper = new org.apache.axis.description.OperationDesc();
0882:                oper.setName("updateState");
0883:                param = new org.apache.axis.description.ParameterDesc(
0884:                        new javax.xml.namespace.QName("", "in0"),
0885:                        org.apache.axis.description.ParameterDesc.IN,
0886:                        new javax.xml.namespace.QName(
0887:                                "http://www.w3.org/2001/XMLSchema", "int"),
0888:                        int.class, false, false);
0889:                oper.addParameter(param);
0890:                param = new org.apache.axis.description.ParameterDesc(
0891:                        new javax.xml.namespace.QName("", "in1"),
0892:                        org.apache.axis.description.ParameterDesc.IN,
0893:                        new javax.xml.namespace.QName(
0894:                                "http://www.w3.org/2001/XMLSchema", "int"),
0895:                        int.class, false, false);
0896:                oper.addParameter(param);
0897:                oper.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
0898:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0899:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0900:                _operations[36] = oper;
0901:
0902:                oper = new org.apache.axis.description.OperationDesc();
0903:                oper.setName("getReq");
0904:                param = new org.apache.axis.description.ParameterDesc(
0905:                        new javax.xml.namespace.QName("", "in0"),
0906:                        org.apache.axis.description.ParameterDesc.IN,
0907:                        new javax.xml.namespace.QName(
0908:                                "http://www.w3.org/2001/XMLSchema", "string"),
0909:                        java.lang.String.class, false, false);
0910:                oper.addParameter(param);
0911:                param = new org.apache.axis.description.ParameterDesc(
0912:                        new javax.xml.namespace.QName("", "in1"),
0913:                        org.apache.axis.description.ParameterDesc.IN,
0914:                        new javax.xml.namespace.QName(
0915:                                "http://www.w3.org/2001/XMLSchema", "int"),
0916:                        int.class, false, false);
0917:                oper.addParameter(param);
0918:                param = new org.apache.axis.description.ParameterDesc(
0919:                        new javax.xml.namespace.QName("", "in2"),
0920:                        org.apache.axis.description.ParameterDesc.IN,
0921:                        new javax.xml.namespace.QName(
0922:                                "http://www.w3.org/2001/XMLSchema", "int"),
0923:                        int.class, false, false);
0924:                oper.addParameter(param);
0925:                oper.setReturnType(new javax.xml.namespace.QName(
0926:                        "http://soap.salome_tmf.objectweb.org", "ReqWrapper"));
0927:                oper.setReturnClass(ReqWrapper.class);
0928:                oper.setReturnQName(new javax.xml.namespace.QName("",
0929:                        "getReqReturn"));
0930:                oper.setStyle(org.apache.axis.constants.Style.RPC);
0931:                oper.setUse(org.apache.axis.constants.Use.LITERAL);
0932:                _operations[37] = oper;
0933:
0934:            }
0935:
0936:            public SQLRequirementSoapBindingStub()
0937:                    throws org.apache.axis.AxisFault {
0938:                this (null);
0939:            }
0940:
0941:            public SQLRequirementSoapBindingStub(java.net.URL endpointURL,
0942:                    javax.xml.rpc.Service service)
0943:                    throws org.apache.axis.AxisFault {
0944:                this (service);
0945:                super .cachedEndpoint = endpointURL;
0946:            }
0947:
0948:            public SQLRequirementSoapBindingStub(javax.xml.rpc.Service service)
0949:                    throws org.apache.axis.AxisFault {
0950:                if (service == null) {
0951:                    super .service = new org.apache.axis.client.Service();
0952:                } else {
0953:                    super .service = service;
0954:                }
0955:                ((org.apache.axis.client.Service) super .service)
0956:                        .setTypeMappingVersion("1.2");
0957:                java.lang.Class cls;
0958:                javax.xml.namespace.QName qName;
0959:                javax.xml.namespace.QName qName2;
0960:                java.lang.Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;
0961:                java.lang.Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;
0962:                java.lang.Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class;
0963:                java.lang.Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class;
0964:                java.lang.Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class;
0965:                java.lang.Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class;
0966:                java.lang.Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class;
0967:                java.lang.Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class;
0968:                java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
0969:                java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
0970:                qName = new javax.xml.namespace.QName(
0971:                        "http://data.api.salome_tmf.objectweb.org",
0972:                        "AttachementWrapper");
0973:                cachedSerQNames.add(qName);
0974:                cls = AttachementWrapper.class;
0975:                cachedSerClasses.add(cls);
0976:                cachedSerFactories.add(beansf);
0977:                cachedDeserFactories.add(beandf);
0978:
0979:                qName = new javax.xml.namespace.QName(
0980:                        "http://data.api.salome_tmf.objectweb.org",
0981:                        "DataWrapper");
0982:                cachedSerQNames.add(qName);
0983:                cls = DataWrapper.class;
0984:                cachedSerClasses.add(cls);
0985:                cachedSerFactories.add(beansf);
0986:                cachedDeserFactories.add(beandf);
0987:
0988:                qName = new javax.xml.namespace.QName(
0989:                        "http://data.api.salome_tmf.objectweb.org",
0990:                        "FileAttachementWrapper");
0991:                cachedSerQNames.add(qName);
0992:                cls = FileAttachementWrapper.class;
0993:                cachedSerClasses.add(cls);
0994:                cachedSerFactories.add(beansf);
0995:                cachedDeserFactories.add(beandf);
0996:
0997:                qName = new javax.xml.namespace.QName(
0998:                        "http://data.api.salome_tmf.objectweb.org",
0999:                        "SalomeFileWrapper");
1000:                cachedSerQNames.add(qName);
1001:                cls = SalomeFileWrapper.class;
1002:                cachedSerClasses.add(cls);
1003:                cachedSerFactories.add(beansf);
1004:                cachedDeserFactories.add(beandf);
1005:
1006:                qName = new javax.xml.namespace.QName(
1007:                        "http://data.api.salome_tmf.objectweb.org",
1008:                        "TestWrapper");
1009:                cachedSerQNames.add(qName);
1010:                cls = TestWrapper.class;
1011:                cachedSerClasses.add(cls);
1012:                cachedSerFactories.add(beansf);
1013:                cachedDeserFactories.add(beandf);
1014:
1015:                qName = new javax.xml.namespace.QName(
1016:                        "http://data.api.salome_tmf.objectweb.org",
1017:                        "UrlAttachementWrapper");
1018:                cachedSerQNames.add(qName);
1019:                cls = UrlAttachementWrapper.class;
1020:                cachedSerClasses.add(cls);
1021:                cachedSerFactories.add(beansf);
1022:                cachedDeserFactories.add(beandf);
1023:
1024:                qName = new javax.xml.namespace.QName(
1025:                        "http://soap.salome_tmf.objectweb.org",
1026:                        "ArrayOf_tns1_AttachementWrapper");
1027:                cachedSerQNames.add(qName);
1028:                cls = AttachementWrapper[].class;
1029:                cachedSerClasses.add(cls);
1030:                qName = new javax.xml.namespace.QName(
1031:                        "http://data.api.salome_tmf.objectweb.org",
1032:                        "AttachementWrapper");
1033:                qName2 = new javax.xml.namespace.QName("", "item");
1034:                cachedSerFactories
1035:                        .add(new org.apache.axis.encoding.ser.ArraySerializerFactory(
1036:                                qName, qName2));
1037:                cachedDeserFactories
1038:                        .add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
1039:
1040:                qName = new javax.xml.namespace.QName(
1041:                        "http://soap.salome_tmf.objectweb.org",
1042:                        "ArrayOf_tns1_FileAttachementWrapper");
1043:                cachedSerQNames.add(qName);
1044:                cls = FileAttachementWrapper[].class;
1045:                cachedSerClasses.add(cls);
1046:                qName = new javax.xml.namespace.QName(
1047:                        "http://data.api.salome_tmf.objectweb.org",
1048:                        "FileAttachementWrapper");
1049:                qName2 = new javax.xml.namespace.QName("", "item");
1050:                cachedSerFactories
1051:                        .add(new org.apache.axis.encoding.ser.ArraySerializerFactory(
1052:                                qName, qName2));
1053:                cachedDeserFactories
1054:                        .add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
1055:
1056:                qName = new javax.xml.namespace.QName(
1057:                        "http://soap.salome_tmf.objectweb.org",
1058:                        "ArrayOf_tns1_TestWrapper");
1059:                cachedSerQNames.add(qName);
1060:                cls = TestWrapper[].class;
1061:                cachedSerClasses.add(cls);
1062:                qName = new javax.xml.namespace.QName(
1063:                        "http://data.api.salome_tmf.objectweb.org",
1064:                        "TestWrapper");
1065:                qName2 = new javax.xml.namespace.QName("", "item");
1066:                cachedSerFactories
1067:                        .add(new org.apache.axis.encoding.ser.ArraySerializerFactory(
1068:                                qName, qName2));
1069:                cachedDeserFactories
1070:                        .add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
1071:
1072:                qName = new javax.xml.namespace.QName(
1073:                        "http://soap.salome_tmf.objectweb.org",
1074:                        "ArrayOf_tns1_UrlAttachementWrapper");
1075:                cachedSerQNames.add(qName);
1076:                cls = UrlAttachementWrapper[].class;
1077:                cachedSerClasses.add(cls);
1078:                qName = new javax.xml.namespace.QName(
1079:                        "http://data.api.salome_tmf.objectweb.org",
1080:                        "UrlAttachementWrapper");
1081:                qName2 = new javax.xml.namespace.QName("", "item");
1082:                cachedSerFactories
1083:                        .add(new org.apache.axis.encoding.ser.ArraySerializerFactory(
1084:                                qName, qName2));
1085:                cachedDeserFactories
1086:                        .add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
1087:
1088:                qName = new javax.xml.namespace.QName(
1089:                        "http://soap.salome_tmf.objectweb.org",
1090:                        "ArrayOfHistoryWrapper");
1091:                cachedSerQNames.add(qName);
1092:                cls = HistoryWrapper[].class;
1093:                cachedSerClasses.add(cls);
1094:                qName = new javax.xml.namespace.QName(
1095:                        "http://soap.salome_tmf.objectweb.org",
1096:                        "HistoryWrapper");
1097:                qName2 = new javax.xml.namespace.QName("", "item");
1098:                cachedSerFactories
1099:                        .add(new org.apache.axis.encoding.ser.ArraySerializerFactory(
1100:                                qName, qName2));
1101:                cachedDeserFactories
1102:                        .add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
1103:
1104:                qName = new javax.xml.namespace.QName(
1105:                        "http://soap.salome_tmf.objectweb.org",
1106:                        "ArrayOfReqWrapper");
1107:                cachedSerQNames.add(qName);
1108:                cls = ReqWrapper[].class;
1109:                cachedSerClasses.add(cls);
1110:                qName = new javax.xml.namespace.QName(
1111:                        "http://soap.salome_tmf.objectweb.org", "ReqWrapper");
1112:                qName2 = new javax.xml.namespace.QName("", "item");
1113:                cachedSerFactories
1114:                        .add(new org.apache.axis.encoding.ser.ArraySerializerFactory(
1115:                                qName, qName2));
1116:                cachedDeserFactories
1117:                        .add(new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
1118:
1119:                qName = new javax.xml.namespace.QName(
1120:                        "http://soap.salome_tmf.objectweb.org",
1121:                        "HistoryWrapper");
1122:                cachedSerQNames.add(qName);
1123:                cls = HistoryWrapper.class;
1124:                cachedSerClasses.add(cls);
1125:                cachedSerFactories.add(beansf);
1126:                cachedDeserFactories.add(beandf);
1127:
1128:                qName = new javax.xml.namespace.QName(
1129:                        "http://soap.salome_tmf.objectweb.org", "ReqWrapper");
1130:                cachedSerQNames.add(qName);
1131:                cls = ReqWrapper.class;
1132:                cachedSerClasses.add(cls);
1133:                cachedSerFactories.add(beansf);
1134:                cachedDeserFactories.add(beandf);
1135:
1136:            }
1137:
1138:            protected org.apache.axis.client.Call createCall()
1139:                    throws java.rmi.RemoteException {
1140:                try {
1141:                    org.apache.axis.client.Call _call = super ._createCall();
1142:                    if (super .maintainSessionSet) {
1143:                        _call.setMaintainSession(super .maintainSession);
1144:                    }
1145:                    if (super .cachedUsername != null) {
1146:                        _call.setUsername(super .cachedUsername);
1147:                    }
1148:                    if (super .cachedPassword != null) {
1149:                        _call.setPassword(super .cachedPassword);
1150:                    }
1151:                    if (super .cachedEndpoint != null) {
1152:                        _call.setTargetEndpointAddress(super .cachedEndpoint);
1153:                    }
1154:                    if (super .cachedTimeout != null) {
1155:                        _call.setTimeout(super .cachedTimeout);
1156:                    }
1157:                    if (super .cachedPortName != null) {
1158:                        _call.setPortName(super .cachedPortName);
1159:                    }
1160:                    java.util.Enumeration keys = super .cachedProperties.keys();
1161:                    while (keys.hasMoreElements()) {
1162:                        java.lang.String key = (java.lang.String) keys
1163:                                .nextElement();
1164:                        _call.setProperty(key, super .cachedProperties.get(key));
1165:                    }
1166:                    // All the type mapping information is registered
1167:                    // when the first call is made.
1168:                    // The type mapping information is actually registered in
1169:                    // the TypeMappingRegistry of the service, which
1170:                    // is the reason why registration is only needed for the first call.
1171:                    synchronized (this ) {
1172:                        if (firstCall()) {
1173:                            // must set encoding style before registering serializers
1174:                            _call.setEncodingStyle(null);
1175:                            for (int i = 0; i < cachedSerFactories.size(); ++i) {
1176:                                java.lang.Class cls = (java.lang.Class) cachedSerClasses
1177:                                        .get(i);
1178:                                javax.xml.namespace.QName qName = (javax.xml.namespace.QName) cachedSerQNames
1179:                                        .get(i);
1180:                                java.lang.Object x = cachedSerFactories.get(i);
1181:                                if (x instanceof  Class) {
1182:                                    java.lang.Class sf = (java.lang.Class) cachedSerFactories
1183:                                            .get(i);
1184:                                    java.lang.Class df = (java.lang.Class) cachedDeserFactories
1185:                                            .get(i);
1186:                                    _call.registerTypeMapping(cls, qName, sf,
1187:                                            df, false);
1188:                                } else if (x instanceof  javax.xml.rpc.encoding.SerializerFactory) {
1189:                                    org.apache.axis.encoding.SerializerFactory sf = (org.apache.axis.encoding.SerializerFactory) cachedSerFactories
1190:                                            .get(i);
1191:                                    org.apache.axis.encoding.DeserializerFactory df = (org.apache.axis.encoding.DeserializerFactory) cachedDeserFactories
1192:                                            .get(i);
1193:                                    _call.registerTypeMapping(cls, qName, sf,
1194:                                            df, false);
1195:                                }
1196:                            }
1197:                        }
1198:                    }
1199:                    return _call;
1200:                } catch (java.lang.Exception _t) {
1201:                    throw new org.apache.axis.AxisFault(
1202:                            "Failure trying to get the Call object", _t);
1203:                }
1204:            }
1205:
1206:            public int addAttachFile(int in0, SalomeFileWrapper in1,
1207:                    java.lang.String in2) throws java.rmi.RemoteException {
1208:                if (super .cachedEndpoint == null) {
1209:                    throw new org.apache.axis.NoEndPointException();
1210:                }
1211:                org.apache.axis.client.Call _call = createCall();
1212:                _call.setOperation(_operations[0]);
1213:                _call.setUseSOAPAction(true);
1214:                _call.setSOAPActionURI("");
1215:                _call.setEncodingStyle(null);
1216:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1217:                        Boolean.FALSE);
1218:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1219:                        Boolean.FALSE);
1220:                _call
1221:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1222:                _call
1223:                        .setOperationName(new javax.xml.namespace.QName(
1224:                                "http://soap.salome_tmf.objectweb.org",
1225:                                "addAttachFile"));
1226:
1227:                setRequestHeaders(_call);
1228:                setAttachments(_call);
1229:                try {
1230:                    java.lang.Object _resp = _call
1231:                            .invoke(new java.lang.Object[] {
1232:                                    new java.lang.Integer(in0), in1, in2 });
1233:
1234:                    if (_resp instanceof  java.rmi.RemoteException) {
1235:                        throw (java.rmi.RemoteException) _resp;
1236:                    } else {
1237:                        extractAttachments(_call);
1238:                        try {
1239:                            return ((java.lang.Integer) _resp).intValue();
1240:                        } catch (java.lang.Exception _exception) {
1241:                            return ((java.lang.Integer) org.apache.axis.utils.JavaUtils
1242:                                    .convert(_resp, int.class)).intValue();
1243:                        }
1244:                    }
1245:                } catch (org.apache.axis.AxisFault axisFaultException) {
1246:                    throw axisFaultException;
1247:                }
1248:            }
1249:
1250:            public int addAttachUrl(int in0, java.lang.String in1,
1251:                    java.lang.String in2) throws java.rmi.RemoteException {
1252:                if (super .cachedEndpoint == null) {
1253:                    throw new org.apache.axis.NoEndPointException();
1254:                }
1255:                org.apache.axis.client.Call _call = createCall();
1256:                _call.setOperation(_operations[1]);
1257:                _call.setUseSOAPAction(true);
1258:                _call.setSOAPActionURI("");
1259:                _call.setEncodingStyle(null);
1260:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1261:                        Boolean.FALSE);
1262:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1263:                        Boolean.FALSE);
1264:                _call
1265:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1266:                _call
1267:                        .setOperationName(new javax.xml.namespace.QName(
1268:                                "http://soap.salome_tmf.objectweb.org",
1269:                                "addAttachUrl"));
1270:
1271:                setRequestHeaders(_call);
1272:                setAttachments(_call);
1273:                try {
1274:                    java.lang.Object _resp = _call
1275:                            .invoke(new java.lang.Object[] {
1276:                                    new java.lang.Integer(in0), in1, in2 });
1277:
1278:                    if (_resp instanceof  java.rmi.RemoteException) {
1279:                        throw (java.rmi.RemoteException) _resp;
1280:                    } else {
1281:                        extractAttachments(_call);
1282:                        try {
1283:                            return ((java.lang.Integer) _resp).intValue();
1284:                        } catch (java.lang.Exception _exception) {
1285:                            return ((java.lang.Integer) org.apache.axis.utils.JavaUtils
1286:                                    .convert(_resp, int.class)).intValue();
1287:                        }
1288:                    }
1289:                } catch (org.apache.axis.AxisFault axisFaultException) {
1290:                    throw axisFaultException;
1291:                }
1292:            }
1293:
1294:            public void addReqConvert(int in0, int in1)
1295:                    throws java.rmi.RemoteException {
1296:                if (super .cachedEndpoint == null) {
1297:                    throw new org.apache.axis.NoEndPointException();
1298:                }
1299:                org.apache.axis.client.Call _call = createCall();
1300:                _call.setOperation(_operations[2]);
1301:                _call.setUseSOAPAction(true);
1302:                _call.setSOAPActionURI("");
1303:                _call.setEncodingStyle(null);
1304:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1305:                        Boolean.FALSE);
1306:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1307:                        Boolean.FALSE);
1308:                _call
1309:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1310:                _call
1311:                        .setOperationName(new javax.xml.namespace.QName(
1312:                                "http://soap.salome_tmf.objectweb.org",
1313:                                "addReqConvert"));
1314:
1315:                setRequestHeaders(_call);
1316:                setAttachments(_call);
1317:                try {
1318:                    java.lang.Object _resp = _call
1319:                            .invoke(new java.lang.Object[] {
1320:                                    new java.lang.Integer(in0),
1321:                                    new java.lang.Integer(in1) });
1322:
1323:                    if (_resp instanceof  java.rmi.RemoteException) {
1324:                        throw (java.rmi.RemoteException) _resp;
1325:                    }
1326:                    extractAttachments(_call);
1327:                } catch (org.apache.axis.AxisFault axisFaultException) {
1328:                    throw axisFaultException;
1329:                }
1330:            }
1331:
1332:            public void updateName(int in0, java.lang.String in1, int in2,
1333:                    int in3) throws java.rmi.RemoteException {
1334:                if (super .cachedEndpoint == null) {
1335:                    throw new org.apache.axis.NoEndPointException();
1336:                }
1337:                org.apache.axis.client.Call _call = createCall();
1338:                _call.setOperation(_operations[3]);
1339:                _call.setUseSOAPAction(true);
1340:                _call.setSOAPActionURI("");
1341:                _call.setEncodingStyle(null);
1342:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1343:                        Boolean.FALSE);
1344:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1345:                        Boolean.FALSE);
1346:                _call
1347:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1348:                _call.setOperationName(new javax.xml.namespace.QName(
1349:                        "http://soap.salome_tmf.objectweb.org", "updateName"));
1350:
1351:                setRequestHeaders(_call);
1352:                setAttachments(_call);
1353:                try {
1354:                    java.lang.Object _resp = _call
1355:                            .invoke(new java.lang.Object[] {
1356:                                    new java.lang.Integer(in0), in1,
1357:                                    new java.lang.Integer(in2),
1358:                                    new java.lang.Integer(in3) });
1359:
1360:                    if (_resp instanceof  java.rmi.RemoteException) {
1361:                        throw (java.rmi.RemoteException) _resp;
1362:                    }
1363:                    extractAttachments(_call);
1364:                } catch (org.apache.axis.AxisFault axisFaultException) {
1365:                    throw axisFaultException;
1366:                }
1367:            }
1368:
1369:            public void updateDescription(int in0, java.lang.String in1)
1370:                    throws java.rmi.RemoteException {
1371:                if (super .cachedEndpoint == null) {
1372:                    throw new org.apache.axis.NoEndPointException();
1373:                }
1374:                org.apache.axis.client.Call _call = createCall();
1375:                _call.setOperation(_operations[4]);
1376:                _call.setUseSOAPAction(true);
1377:                _call.setSOAPActionURI("");
1378:                _call.setEncodingStyle(null);
1379:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1380:                        Boolean.FALSE);
1381:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1382:                        Boolean.FALSE);
1383:                _call
1384:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1385:                _call.setOperationName(new javax.xml.namespace.QName(
1386:                        "http://soap.salome_tmf.objectweb.org",
1387:                        "updateDescription"));
1388:
1389:                setRequestHeaders(_call);
1390:                setAttachments(_call);
1391:                try {
1392:                    java.lang.Object _resp = _call
1393:                            .invoke(new java.lang.Object[] {
1394:                                    new java.lang.Integer(in0), in1 });
1395:
1396:                    if (_resp instanceof  java.rmi.RemoteException) {
1397:                        throw (java.rmi.RemoteException) _resp;
1398:                    }
1399:                    extractAttachments(_call);
1400:                } catch (org.apache.axis.AxisFault axisFaultException) {
1401:                    throw axisFaultException;
1402:                }
1403:            }
1404:
1405:            public void updateVersion(int in0, java.lang.String in1)
1406:                    throws java.rmi.RemoteException {
1407:                if (super .cachedEndpoint == null) {
1408:                    throw new org.apache.axis.NoEndPointException();
1409:                }
1410:                org.apache.axis.client.Call _call = createCall();
1411:                _call.setOperation(_operations[5]);
1412:                _call.setUseSOAPAction(true);
1413:                _call.setSOAPActionURI("");
1414:                _call.setEncodingStyle(null);
1415:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1416:                        Boolean.FALSE);
1417:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1418:                        Boolean.FALSE);
1419:                _call
1420:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1421:                _call
1422:                        .setOperationName(new javax.xml.namespace.QName(
1423:                                "http://soap.salome_tmf.objectweb.org",
1424:                                "updateVersion"));
1425:
1426:                setRequestHeaders(_call);
1427:                setAttachments(_call);
1428:                try {
1429:                    java.lang.Object _resp = _call
1430:                            .invoke(new java.lang.Object[] {
1431:                                    new java.lang.Integer(in0), in1 });
1432:
1433:                    if (_resp instanceof  java.rmi.RemoteException) {
1434:                        throw (java.rmi.RemoteException) _resp;
1435:                    }
1436:                    extractAttachments(_call);
1437:                } catch (org.apache.axis.AxisFault axisFaultException) {
1438:                    throw axisFaultException;
1439:                }
1440:            }
1441:
1442:            public void updateReference(int in0, java.lang.String in1)
1443:                    throws java.rmi.RemoteException {
1444:                if (super .cachedEndpoint == null) {
1445:                    throw new org.apache.axis.NoEndPointException();
1446:                }
1447:                org.apache.axis.client.Call _call = createCall();
1448:                _call.setOperation(_operations[6]);
1449:                _call.setUseSOAPAction(true);
1450:                _call.setSOAPActionURI("");
1451:                _call.setEncodingStyle(null);
1452:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1453:                        Boolean.FALSE);
1454:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1455:                        Boolean.FALSE);
1456:                _call
1457:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1458:                _call.setOperationName(new javax.xml.namespace.QName(
1459:                        "http://soap.salome_tmf.objectweb.org",
1460:                        "updateReference"));
1461:
1462:                setRequestHeaders(_call);
1463:                setAttachments(_call);
1464:                try {
1465:                    java.lang.Object _resp = _call
1466:                            .invoke(new java.lang.Object[] {
1467:                                    new java.lang.Integer(in0), in1 });
1468:
1469:                    if (_resp instanceof  java.rmi.RemoteException) {
1470:                        throw (java.rmi.RemoteException) _resp;
1471:                    }
1472:                    extractAttachments(_call);
1473:                } catch (org.apache.axis.AxisFault axisFaultException) {
1474:                    throw axisFaultException;
1475:                }
1476:            }
1477:
1478:            public void updateInfo(int in0, java.lang.String in1,
1479:                    java.lang.String in2, java.lang.String in3,
1480:                    java.lang.String in4) throws java.rmi.RemoteException {
1481:                if (super .cachedEndpoint == null) {
1482:                    throw new org.apache.axis.NoEndPointException();
1483:                }
1484:                org.apache.axis.client.Call _call = createCall();
1485:                _call.setOperation(_operations[7]);
1486:                _call.setUseSOAPAction(true);
1487:                _call.setSOAPActionURI("");
1488:                _call.setEncodingStyle(null);
1489:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1490:                        Boolean.FALSE);
1491:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1492:                        Boolean.FALSE);
1493:                _call
1494:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1495:                _call.setOperationName(new javax.xml.namespace.QName(
1496:                        "http://soap.salome_tmf.objectweb.org", "updateInfo"));
1497:
1498:                setRequestHeaders(_call);
1499:                setAttachments(_call);
1500:                try {
1501:                    java.lang.Object _resp = _call
1502:                            .invoke(new java.lang.Object[] {
1503:                                    new java.lang.Integer(in0), in1, in2, in3,
1504:                                    in4 });
1505:
1506:                    if (_resp instanceof  java.rmi.RemoteException) {
1507:                        throw (java.rmi.RemoteException) _resp;
1508:                    }
1509:                    extractAttachments(_call);
1510:                } catch (org.apache.axis.AxisFault axisFaultException) {
1511:                    throw axisFaultException;
1512:                }
1513:            }
1514:
1515:            public void updatePriority(int in0, int in1)
1516:                    throws java.rmi.RemoteException {
1517:                if (super .cachedEndpoint == null) {
1518:                    throw new org.apache.axis.NoEndPointException();
1519:                }
1520:                org.apache.axis.client.Call _call = createCall();
1521:                _call.setOperation(_operations[8]);
1522:                _call.setUseSOAPAction(true);
1523:                _call.setSOAPActionURI("");
1524:                _call.setEncodingStyle(null);
1525:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1526:                        Boolean.FALSE);
1527:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1528:                        Boolean.FALSE);
1529:                _call
1530:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1531:                _call.setOperationName(new javax.xml.namespace.QName(
1532:                        "http://soap.salome_tmf.objectweb.org",
1533:                        "updatePriority"));
1534:
1535:                setRequestHeaders(_call);
1536:                setAttachments(_call);
1537:                try {
1538:                    java.lang.Object _resp = _call
1539:                            .invoke(new java.lang.Object[] {
1540:                                    new java.lang.Integer(in0),
1541:                                    new java.lang.Integer(in1) });
1542:
1543:                    if (_resp instanceof  java.rmi.RemoteException) {
1544:                        throw (java.rmi.RemoteException) _resp;
1545:                    }
1546:                    extractAttachments(_call);
1547:                } catch (org.apache.axis.AxisFault axisFaultException) {
1548:                    throw axisFaultException;
1549:                }
1550:            }
1551:
1552:            public void updateCat(int in0, int in1)
1553:                    throws java.rmi.RemoteException {
1554:                if (super .cachedEndpoint == null) {
1555:                    throw new org.apache.axis.NoEndPointException();
1556:                }
1557:                org.apache.axis.client.Call _call = createCall();
1558:                _call.setOperation(_operations[9]);
1559:                _call.setUseSOAPAction(true);
1560:                _call.setSOAPActionURI("");
1561:                _call.setEncodingStyle(null);
1562:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1563:                        Boolean.FALSE);
1564:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1565:                        Boolean.FALSE);
1566:                _call
1567:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1568:                _call.setOperationName(new javax.xml.namespace.QName(
1569:                        "http://soap.salome_tmf.objectweb.org", "updateCat"));
1570:
1571:                setRequestHeaders(_call);
1572:                setAttachments(_call);
1573:                try {
1574:                    java.lang.Object _resp = _call
1575:                            .invoke(new java.lang.Object[] {
1576:                                    new java.lang.Integer(in0),
1577:                                    new java.lang.Integer(in1) });
1578:
1579:                    if (_resp instanceof  java.rmi.RemoteException) {
1580:                        throw (java.rmi.RemoteException) _resp;
1581:                    }
1582:                    extractAttachments(_call);
1583:                } catch (org.apache.axis.AxisFault axisFaultException) {
1584:                    throw axisFaultException;
1585:                }
1586:            }
1587:
1588:            public void updateComplexe(int in0, int in1)
1589:                    throws java.rmi.RemoteException {
1590:                if (super .cachedEndpoint == null) {
1591:                    throw new org.apache.axis.NoEndPointException();
1592:                }
1593:                org.apache.axis.client.Call _call = createCall();
1594:                _call.setOperation(_operations[10]);
1595:                _call.setUseSOAPAction(true);
1596:                _call.setSOAPActionURI("");
1597:                _call.setEncodingStyle(null);
1598:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1599:                        Boolean.FALSE);
1600:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1601:                        Boolean.FALSE);
1602:                _call
1603:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1604:                _call.setOperationName(new javax.xml.namespace.QName(
1605:                        "http://soap.salome_tmf.objectweb.org",
1606:                        "updateComplexe"));
1607:
1608:                setRequestHeaders(_call);
1609:                setAttachments(_call);
1610:                try {
1611:                    java.lang.Object _resp = _call
1612:                            .invoke(new java.lang.Object[] {
1613:                                    new java.lang.Integer(in0),
1614:                                    new java.lang.Integer(in1) });
1615:
1616:                    if (_resp instanceof  java.rmi.RemoteException) {
1617:                        throw (java.rmi.RemoteException) _resp;
1618:                    }
1619:                    extractAttachments(_call);
1620:                } catch (org.apache.axis.AxisFault axisFaultException) {
1621:                    throw axisFaultException;
1622:                }
1623:            }
1624:
1625:            public void updateOrigine(int in0, java.lang.String in1)
1626:                    throws java.rmi.RemoteException {
1627:                if (super .cachedEndpoint == null) {
1628:                    throw new org.apache.axis.NoEndPointException();
1629:                }
1630:                org.apache.axis.client.Call _call = createCall();
1631:                _call.setOperation(_operations[11]);
1632:                _call.setUseSOAPAction(true);
1633:                _call.setSOAPActionURI("");
1634:                _call.setEncodingStyle(null);
1635:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1636:                        Boolean.FALSE);
1637:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1638:                        Boolean.FALSE);
1639:                _call
1640:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1641:                _call
1642:                        .setOperationName(new javax.xml.namespace.QName(
1643:                                "http://soap.salome_tmf.objectweb.org",
1644:                                "updateOrigine"));
1645:
1646:                setRequestHeaders(_call);
1647:                setAttachments(_call);
1648:                try {
1649:                    java.lang.Object _resp = _call
1650:                            .invoke(new java.lang.Object[] {
1651:                                    new java.lang.Integer(in0), in1 });
1652:
1653:                    if (_resp instanceof  java.rmi.RemoteException) {
1654:                        throw (java.rmi.RemoteException) _resp;
1655:                    }
1656:                    extractAttachments(_call);
1657:                } catch (org.apache.axis.AxisFault axisFaultException) {
1658:                    throw axisFaultException;
1659:                }
1660:            }
1661:
1662:            public void updateVerif(int in0, java.lang.String in1)
1663:                    throws java.rmi.RemoteException {
1664:                if (super .cachedEndpoint == null) {
1665:                    throw new org.apache.axis.NoEndPointException();
1666:                }
1667:                org.apache.axis.client.Call _call = createCall();
1668:                _call.setOperation(_operations[12]);
1669:                _call.setUseSOAPAction(true);
1670:                _call.setSOAPActionURI("");
1671:                _call.setEncodingStyle(null);
1672:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1673:                        Boolean.FALSE);
1674:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1675:                        Boolean.FALSE);
1676:                _call
1677:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1678:                _call.setOperationName(new javax.xml.namespace.QName(
1679:                        "http://soap.salome_tmf.objectweb.org", "updateVerif"));
1680:
1681:                setRequestHeaders(_call);
1682:                setAttachments(_call);
1683:                try {
1684:                    java.lang.Object _resp = _call
1685:                            .invoke(new java.lang.Object[] {
1686:                                    new java.lang.Integer(in0), in1 });
1687:
1688:                    if (_resp instanceof  java.rmi.RemoteException) {
1689:                        throw (java.rmi.RemoteException) _resp;
1690:                    }
1691:                    extractAttachments(_call);
1692:                } catch (org.apache.axis.AxisFault axisFaultException) {
1693:                    throw axisFaultException;
1694:                }
1695:            }
1696:
1697:            public void updateParent(int in0, int in1)
1698:                    throws java.rmi.RemoteException {
1699:                if (super .cachedEndpoint == null) {
1700:                    throw new org.apache.axis.NoEndPointException();
1701:                }
1702:                org.apache.axis.client.Call _call = createCall();
1703:                _call.setOperation(_operations[13]);
1704:                _call.setUseSOAPAction(true);
1705:                _call.setSOAPActionURI("");
1706:                _call.setEncodingStyle(null);
1707:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1708:                        Boolean.FALSE);
1709:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1710:                        Boolean.FALSE);
1711:                _call
1712:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1713:                _call
1714:                        .setOperationName(new javax.xml.namespace.QName(
1715:                                "http://soap.salome_tmf.objectweb.org",
1716:                                "updateParent"));
1717:
1718:                setRequestHeaders(_call);
1719:                setAttachments(_call);
1720:                try {
1721:                    java.lang.Object _resp = _call
1722:                            .invoke(new java.lang.Object[] {
1723:                                    new java.lang.Integer(in0),
1724:                                    new java.lang.Integer(in1) });
1725:
1726:                    if (_resp instanceof  java.rmi.RemoteException) {
1727:                        throw (java.rmi.RemoteException) _resp;
1728:                    }
1729:                    extractAttachments(_call);
1730:                } catch (org.apache.axis.AxisFault axisFaultException) {
1731:                    throw axisFaultException;
1732:                }
1733:            }
1734:
1735:            public void deleteReq(int in0) throws java.rmi.RemoteException {
1736:                if (super .cachedEndpoint == null) {
1737:                    throw new org.apache.axis.NoEndPointException();
1738:                }
1739:                org.apache.axis.client.Call _call = createCall();
1740:                _call.setOperation(_operations[14]);
1741:                _call.setUseSOAPAction(true);
1742:                _call.setSOAPActionURI("");
1743:                _call.setEncodingStyle(null);
1744:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1745:                        Boolean.FALSE);
1746:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1747:                        Boolean.FALSE);
1748:                _call
1749:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1750:                _call.setOperationName(new javax.xml.namespace.QName(
1751:                        "http://soap.salome_tmf.objectweb.org", "deleteReq"));
1752:
1753:                setRequestHeaders(_call);
1754:                setAttachments(_call);
1755:                try {
1756:                    java.lang.Object _resp = _call
1757:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
1758:                                    in0) });
1759:
1760:                    if (_resp instanceof  java.rmi.RemoteException) {
1761:                        throw (java.rmi.RemoteException) _resp;
1762:                    }
1763:                    extractAttachments(_call);
1764:                } catch (org.apache.axis.AxisFault axisFaultException) {
1765:                    throw axisFaultException;
1766:                }
1767:            }
1768:
1769:            public void deleteAllTestCover(int in0)
1770:                    throws java.rmi.RemoteException {
1771:                if (super .cachedEndpoint == null) {
1772:                    throw new org.apache.axis.NoEndPointException();
1773:                }
1774:                org.apache.axis.client.Call _call = createCall();
1775:                _call.setOperation(_operations[15]);
1776:                _call.setUseSOAPAction(true);
1777:                _call.setSOAPActionURI("");
1778:                _call.setEncodingStyle(null);
1779:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1780:                        Boolean.FALSE);
1781:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1782:                        Boolean.FALSE);
1783:                _call
1784:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1785:                _call.setOperationName(new javax.xml.namespace.QName(
1786:                        "http://soap.salome_tmf.objectweb.org",
1787:                        "deleteAllTestCover"));
1788:
1789:                setRequestHeaders(_call);
1790:                setAttachments(_call);
1791:                try {
1792:                    java.lang.Object _resp = _call
1793:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
1794:                                    in0) });
1795:
1796:                    if (_resp instanceof  java.rmi.RemoteException) {
1797:                        throw (java.rmi.RemoteException) _resp;
1798:                    }
1799:                    extractAttachments(_call);
1800:                } catch (org.apache.axis.AxisFault axisFaultException) {
1801:                    throw axisFaultException;
1802:                }
1803:            }
1804:
1805:            public void deleteAllReqCover(int in0)
1806:                    throws java.rmi.RemoteException {
1807:                if (super .cachedEndpoint == null) {
1808:                    throw new org.apache.axis.NoEndPointException();
1809:                }
1810:                org.apache.axis.client.Call _call = createCall();
1811:                _call.setOperation(_operations[16]);
1812:                _call.setUseSOAPAction(true);
1813:                _call.setSOAPActionURI("");
1814:                _call.setEncodingStyle(null);
1815:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1816:                        Boolean.FALSE);
1817:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1818:                        Boolean.FALSE);
1819:                _call
1820:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1821:                _call.setOperationName(new javax.xml.namespace.QName(
1822:                        "http://soap.salome_tmf.objectweb.org",
1823:                        "deleteAllReqCover"));
1824:
1825:                setRequestHeaders(_call);
1826:                setAttachments(_call);
1827:                try {
1828:                    java.lang.Object _resp = _call
1829:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
1830:                                    in0) });
1831:
1832:                    if (_resp instanceof  java.rmi.RemoteException) {
1833:                        throw (java.rmi.RemoteException) _resp;
1834:                    }
1835:                    extractAttachments(_call);
1836:                } catch (org.apache.axis.AxisFault axisFaultException) {
1837:                    throw axisFaultException;
1838:                }
1839:            }
1840:
1841:            public void deleteCover(int in0, int in1)
1842:                    throws java.rmi.RemoteException {
1843:                if (super .cachedEndpoint == null) {
1844:                    throw new org.apache.axis.NoEndPointException();
1845:                }
1846:                org.apache.axis.client.Call _call = createCall();
1847:                _call.setOperation(_operations[17]);
1848:                _call.setUseSOAPAction(true);
1849:                _call.setSOAPActionURI("");
1850:                _call.setEncodingStyle(null);
1851:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1852:                        Boolean.FALSE);
1853:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1854:                        Boolean.FALSE);
1855:                _call
1856:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1857:                _call.setOperationName(new javax.xml.namespace.QName(
1858:                        "http://soap.salome_tmf.objectweb.org", "deleteCover"));
1859:
1860:                setRequestHeaders(_call);
1861:                setAttachments(_call);
1862:                try {
1863:                    java.lang.Object _resp = _call
1864:                            .invoke(new java.lang.Object[] {
1865:                                    new java.lang.Integer(in0),
1866:                                    new java.lang.Integer(in1) });
1867:
1868:                    if (_resp instanceof  java.rmi.RemoteException) {
1869:                        throw (java.rmi.RemoteException) _resp;
1870:                    }
1871:                    extractAttachments(_call);
1872:                } catch (org.apache.axis.AxisFault axisFaultException) {
1873:                    throw axisFaultException;
1874:                }
1875:            }
1876:
1877:            public void deleteAllAttach(int in0)
1878:                    throws java.rmi.RemoteException {
1879:                if (super .cachedEndpoint == null) {
1880:                    throw new org.apache.axis.NoEndPointException();
1881:                }
1882:                org.apache.axis.client.Call _call = createCall();
1883:                _call.setOperation(_operations[18]);
1884:                _call.setUseSOAPAction(true);
1885:                _call.setSOAPActionURI("");
1886:                _call.setEncodingStyle(null);
1887:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1888:                        Boolean.FALSE);
1889:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1890:                        Boolean.FALSE);
1891:                _call
1892:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1893:                _call.setOperationName(new javax.xml.namespace.QName(
1894:                        "http://soap.salome_tmf.objectweb.org",
1895:                        "deleteAllAttach"));
1896:
1897:                setRequestHeaders(_call);
1898:                setAttachments(_call);
1899:                try {
1900:                    java.lang.Object _resp = _call
1901:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
1902:                                    in0) });
1903:
1904:                    if (_resp instanceof  java.rmi.RemoteException) {
1905:                        throw (java.rmi.RemoteException) _resp;
1906:                    }
1907:                    extractAttachments(_call);
1908:                } catch (org.apache.axis.AxisFault axisFaultException) {
1909:                    throw axisFaultException;
1910:                }
1911:            }
1912:
1913:            public void deleteAttach(int in0, int in1)
1914:                    throws java.rmi.RemoteException {
1915:                if (super .cachedEndpoint == null) {
1916:                    throw new org.apache.axis.NoEndPointException();
1917:                }
1918:                org.apache.axis.client.Call _call = createCall();
1919:                _call.setOperation(_operations[19]);
1920:                _call.setUseSOAPAction(true);
1921:                _call.setSOAPActionURI("");
1922:                _call.setEncodingStyle(null);
1923:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1924:                        Boolean.FALSE);
1925:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1926:                        Boolean.FALSE);
1927:                _call
1928:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1929:                _call
1930:                        .setOperationName(new javax.xml.namespace.QName(
1931:                                "http://soap.salome_tmf.objectweb.org",
1932:                                "deleteAttach"));
1933:
1934:                setRequestHeaders(_call);
1935:                setAttachments(_call);
1936:                try {
1937:                    java.lang.Object _resp = _call
1938:                            .invoke(new java.lang.Object[] {
1939:                                    new java.lang.Integer(in0),
1940:                                    new java.lang.Integer(in1) });
1941:
1942:                    if (_resp instanceof  java.rmi.RemoteException) {
1943:                        throw (java.rmi.RemoteException) _resp;
1944:                    }
1945:                    extractAttachments(_call);
1946:                } catch (org.apache.axis.AxisFault axisFaultException) {
1947:                    throw axisFaultException;
1948:                }
1949:            }
1950:
1951:            public ReqWrapper getReqById(int in0)
1952:                    throws java.rmi.RemoteException {
1953:                if (super .cachedEndpoint == null) {
1954:                    throw new org.apache.axis.NoEndPointException();
1955:                }
1956:                org.apache.axis.client.Call _call = createCall();
1957:                _call.setOperation(_operations[20]);
1958:                _call.setUseSOAPAction(true);
1959:                _call.setSOAPActionURI("");
1960:                _call.setEncodingStyle(null);
1961:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
1962:                        Boolean.FALSE);
1963:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
1964:                        Boolean.FALSE);
1965:                _call
1966:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
1967:                _call.setOperationName(new javax.xml.namespace.QName(
1968:                        "http://soap.salome_tmf.objectweb.org", "getReqById"));
1969:
1970:                setRequestHeaders(_call);
1971:                setAttachments(_call);
1972:                try {
1973:                    java.lang.Object _resp = _call
1974:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
1975:                                    in0) });
1976:
1977:                    if (_resp instanceof  java.rmi.RemoteException) {
1978:                        throw (java.rmi.RemoteException) _resp;
1979:                    } else {
1980:                        extractAttachments(_call);
1981:                        try {
1982:                            return (ReqWrapper) _resp;
1983:                        } catch (java.lang.Exception _exception) {
1984:                            return (ReqWrapper) org.apache.axis.utils.JavaUtils
1985:                                    .convert(_resp, ReqWrapper.class);
1986:                        }
1987:                    }
1988:                } catch (org.apache.axis.AxisFault axisFaultException) {
1989:                    throw axisFaultException;
1990:                }
1991:            }
1992:
1993:            public ReqWrapper[] getProjectRequirements(int in0)
1994:                    throws java.rmi.RemoteException {
1995:                if (super .cachedEndpoint == null) {
1996:                    throw new org.apache.axis.NoEndPointException();
1997:                }
1998:                org.apache.axis.client.Call _call = createCall();
1999:                _call.setOperation(_operations[21]);
2000:                _call.setUseSOAPAction(true);
2001:                _call.setSOAPActionURI("");
2002:                _call.setEncodingStyle(null);
2003:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2004:                        Boolean.FALSE);
2005:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2006:                        Boolean.FALSE);
2007:                _call
2008:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2009:                _call.setOperationName(new javax.xml.namespace.QName(
2010:                        "http://soap.salome_tmf.objectweb.org",
2011:                        "getProjectRequirements"));
2012:
2013:                setRequestHeaders(_call);
2014:                setAttachments(_call);
2015:                try {
2016:                    java.lang.Object _resp = _call
2017:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2018:                                    in0) });
2019:
2020:                    if (_resp instanceof  java.rmi.RemoteException) {
2021:                        throw (java.rmi.RemoteException) _resp;
2022:                    } else {
2023:                        extractAttachments(_call);
2024:                        try {
2025:                            return (ReqWrapper[]) _resp;
2026:                        } catch (java.lang.Exception _exception) {
2027:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2028:                                    .convert(_resp, ReqWrapper[].class);
2029:                        }
2030:                    }
2031:                } catch (org.apache.axis.AxisFault axisFaultException) {
2032:                    throw axisFaultException;
2033:                }
2034:            }
2035:
2036:            public ReqWrapper[] getProjectRequirementByType(int in0, int in1)
2037:                    throws java.rmi.RemoteException {
2038:                if (super .cachedEndpoint == null) {
2039:                    throw new org.apache.axis.NoEndPointException();
2040:                }
2041:                org.apache.axis.client.Call _call = createCall();
2042:                _call.setOperation(_operations[22]);
2043:                _call.setUseSOAPAction(true);
2044:                _call.setSOAPActionURI("");
2045:                _call.setEncodingStyle(null);
2046:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2047:                        Boolean.FALSE);
2048:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2049:                        Boolean.FALSE);
2050:                _call
2051:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2052:                _call.setOperationName(new javax.xml.namespace.QName(
2053:                        "http://soap.salome_tmf.objectweb.org",
2054:                        "getProjectRequirementByType"));
2055:
2056:                setRequestHeaders(_call);
2057:                setAttachments(_call);
2058:                try {
2059:                    java.lang.Object _resp = _call
2060:                            .invoke(new java.lang.Object[] {
2061:                                    new java.lang.Integer(in0),
2062:                                    new java.lang.Integer(in1) });
2063:
2064:                    if (_resp instanceof  java.rmi.RemoteException) {
2065:                        throw (java.rmi.RemoteException) _resp;
2066:                    } else {
2067:                        extractAttachments(_call);
2068:                        try {
2069:                            return (ReqWrapper[]) _resp;
2070:                        } catch (java.lang.Exception _exception) {
2071:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2072:                                    .convert(_resp, ReqWrapper[].class);
2073:                        }
2074:                    }
2075:                } catch (org.apache.axis.AxisFault axisFaultException) {
2076:                    throw axisFaultException;
2077:                }
2078:            }
2079:
2080:            public ReqWrapper[] getFistChildInReqFamily(int in0)
2081:                    throws java.rmi.RemoteException {
2082:                if (super .cachedEndpoint == null) {
2083:                    throw new org.apache.axis.NoEndPointException();
2084:                }
2085:                org.apache.axis.client.Call _call = createCall();
2086:                _call.setOperation(_operations[23]);
2087:                _call.setUseSOAPAction(true);
2088:                _call.setSOAPActionURI("");
2089:                _call.setEncodingStyle(null);
2090:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2091:                        Boolean.FALSE);
2092:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2093:                        Boolean.FALSE);
2094:                _call
2095:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2096:                _call.setOperationName(new javax.xml.namespace.QName(
2097:                        "http://soap.salome_tmf.objectweb.org",
2098:                        "getFistChildInReqFamily"));
2099:
2100:                setRequestHeaders(_call);
2101:                setAttachments(_call);
2102:                try {
2103:                    java.lang.Object _resp = _call
2104:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2105:                                    in0) });
2106:
2107:                    if (_resp instanceof  java.rmi.RemoteException) {
2108:                        throw (java.rmi.RemoteException) _resp;
2109:                    } else {
2110:                        extractAttachments(_call);
2111:                        try {
2112:                            return (ReqWrapper[]) _resp;
2113:                        } catch (java.lang.Exception _exception) {
2114:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2115:                                    .convert(_resp, ReqWrapper[].class);
2116:                        }
2117:                    }
2118:                } catch (org.apache.axis.AxisFault axisFaultException) {
2119:                    throw axisFaultException;
2120:                }
2121:            }
2122:
2123:            public ReqWrapper[] getReqWrapperCoveredByCamp(int in0)
2124:                    throws java.rmi.RemoteException {
2125:                if (super .cachedEndpoint == null) {
2126:                    throw new org.apache.axis.NoEndPointException();
2127:                }
2128:                org.apache.axis.client.Call _call = createCall();
2129:                _call.setOperation(_operations[24]);
2130:                _call.setUseSOAPAction(true);
2131:                _call.setSOAPActionURI("");
2132:                _call.setEncodingStyle(null);
2133:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2134:                        Boolean.FALSE);
2135:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2136:                        Boolean.FALSE);
2137:                _call
2138:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2139:                _call.setOperationName(new javax.xml.namespace.QName(
2140:                        "http://soap.salome_tmf.objectweb.org",
2141:                        "getReqWrapperCoveredByCamp"));
2142:
2143:                setRequestHeaders(_call);
2144:                setAttachments(_call);
2145:                try {
2146:                    java.lang.Object _resp = _call
2147:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2148:                                    in0) });
2149:
2150:                    if (_resp instanceof  java.rmi.RemoteException) {
2151:                        throw (java.rmi.RemoteException) _resp;
2152:                    } else {
2153:                        extractAttachments(_call);
2154:                        try {
2155:                            return (ReqWrapper[]) _resp;
2156:                        } catch (java.lang.Exception _exception) {
2157:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2158:                                    .convert(_resp, ReqWrapper[].class);
2159:                        }
2160:                    }
2161:                } catch (org.apache.axis.AxisFault axisFaultException) {
2162:                    throw axisFaultException;
2163:                }
2164:            }
2165:
2166:            public boolean isReqReqCoveredByTest(int in0, int in1)
2167:                    throws java.rmi.RemoteException {
2168:                if (super .cachedEndpoint == null) {
2169:                    throw new org.apache.axis.NoEndPointException();
2170:                }
2171:                org.apache.axis.client.Call _call = createCall();
2172:                _call.setOperation(_operations[25]);
2173:                _call.setUseSOAPAction(true);
2174:                _call.setSOAPActionURI("");
2175:                _call.setEncodingStyle(null);
2176:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2177:                        Boolean.FALSE);
2178:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2179:                        Boolean.FALSE);
2180:                _call
2181:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2182:                _call.setOperationName(new javax.xml.namespace.QName(
2183:                        "http://soap.salome_tmf.objectweb.org",
2184:                        "isReqReqCoveredByTest"));
2185:
2186:                setRequestHeaders(_call);
2187:                setAttachments(_call);
2188:                try {
2189:                    java.lang.Object _resp = _call
2190:                            .invoke(new java.lang.Object[] {
2191:                                    new java.lang.Integer(in0),
2192:                                    new java.lang.Integer(in1) });
2193:
2194:                    if (_resp instanceof  java.rmi.RemoteException) {
2195:                        throw (java.rmi.RemoteException) _resp;
2196:                    } else {
2197:                        extractAttachments(_call);
2198:                        try {
2199:                            return ((java.lang.Boolean) _resp).booleanValue();
2200:                        } catch (java.lang.Exception _exception) {
2201:                            return ((java.lang.Boolean) org.apache.axis.utils.JavaUtils
2202:                                    .convert(_resp, boolean.class))
2203:                                    .booleanValue();
2204:                        }
2205:                    }
2206:                } catch (org.apache.axis.AxisFault axisFaultException) {
2207:                    throw axisFaultException;
2208:                }
2209:            }
2210:
2211:            public ReqWrapper[] getReqCoveredByTest(int in0)
2212:                    throws java.rmi.RemoteException {
2213:                if (super .cachedEndpoint == null) {
2214:                    throw new org.apache.axis.NoEndPointException();
2215:                }
2216:                org.apache.axis.client.Call _call = createCall();
2217:                _call.setOperation(_operations[26]);
2218:                _call.setUseSOAPAction(true);
2219:                _call.setSOAPActionURI("");
2220:                _call.setEncodingStyle(null);
2221:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2222:                        Boolean.FALSE);
2223:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2224:                        Boolean.FALSE);
2225:                _call
2226:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2227:                _call.setOperationName(new javax.xml.namespace.QName(
2228:                        "http://soap.salome_tmf.objectweb.org",
2229:                        "getReqCoveredByTest"));
2230:
2231:                setRequestHeaders(_call);
2232:                setAttachments(_call);
2233:                try {
2234:                    java.lang.Object _resp = _call
2235:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2236:                                    in0) });
2237:
2238:                    if (_resp instanceof  java.rmi.RemoteException) {
2239:                        throw (java.rmi.RemoteException) _resp;
2240:                    } else {
2241:                        extractAttachments(_call);
2242:                        try {
2243:                            return (ReqWrapper[]) _resp;
2244:                        } catch (java.lang.Exception _exception) {
2245:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2246:                                    .convert(_resp, ReqWrapper[].class);
2247:                        }
2248:                    }
2249:                } catch (org.apache.axis.AxisFault axisFaultException) {
2250:                    throw axisFaultException;
2251:                }
2252:            }
2253:
2254:            public ReqWrapper[] getCoveredReq(int in0)
2255:                    throws java.rmi.RemoteException {
2256:                if (super .cachedEndpoint == null) {
2257:                    throw new org.apache.axis.NoEndPointException();
2258:                }
2259:                org.apache.axis.client.Call _call = createCall();
2260:                _call.setOperation(_operations[27]);
2261:                _call.setUseSOAPAction(true);
2262:                _call.setSOAPActionURI("");
2263:                _call.setEncodingStyle(null);
2264:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2265:                        Boolean.FALSE);
2266:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2267:                        Boolean.FALSE);
2268:                _call
2269:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2270:                _call
2271:                        .setOperationName(new javax.xml.namespace.QName(
2272:                                "http://soap.salome_tmf.objectweb.org",
2273:                                "getCoveredReq"));
2274:
2275:                setRequestHeaders(_call);
2276:                setAttachments(_call);
2277:                try {
2278:                    java.lang.Object _resp = _call
2279:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2280:                                    in0) });
2281:
2282:                    if (_resp instanceof  java.rmi.RemoteException) {
2283:                        throw (java.rmi.RemoteException) _resp;
2284:                    } else {
2285:                        extractAttachments(_call);
2286:                        try {
2287:                            return (ReqWrapper[]) _resp;
2288:                        } catch (java.lang.Exception _exception) {
2289:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2290:                                    .convert(_resp, ReqWrapper[].class);
2291:                        }
2292:                    }
2293:                } catch (org.apache.axis.AxisFault axisFaultException) {
2294:                    throw axisFaultException;
2295:                }
2296:            }
2297:
2298:            public ReqWrapper[] getReqCoveredByResExecAndStatus(int in0,
2299:                    java.lang.String in1) throws java.rmi.RemoteException {
2300:                if (super .cachedEndpoint == null) {
2301:                    throw new org.apache.axis.NoEndPointException();
2302:                }
2303:                org.apache.axis.client.Call _call = createCall();
2304:                _call.setOperation(_operations[28]);
2305:                _call.setUseSOAPAction(true);
2306:                _call.setSOAPActionURI("");
2307:                _call.setEncodingStyle(null);
2308:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2309:                        Boolean.FALSE);
2310:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2311:                        Boolean.FALSE);
2312:                _call
2313:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2314:                _call.setOperationName(new javax.xml.namespace.QName(
2315:                        "http://soap.salome_tmf.objectweb.org",
2316:                        "getReqCoveredByResExecAndStatus"));
2317:
2318:                setRequestHeaders(_call);
2319:                setAttachments(_call);
2320:                try {
2321:                    java.lang.Object _resp = _call
2322:                            .invoke(new java.lang.Object[] {
2323:                                    new java.lang.Integer(in0), in1 });
2324:
2325:                    if (_resp instanceof  java.rmi.RemoteException) {
2326:                        throw (java.rmi.RemoteException) _resp;
2327:                    } else {
2328:                        extractAttachments(_call);
2329:                        try {
2330:                            return (ReqWrapper[]) _resp;
2331:                        } catch (java.lang.Exception _exception) {
2332:                            return (ReqWrapper[]) org.apache.axis.utils.JavaUtils
2333:                                    .convert(_resp, ReqWrapper[].class);
2334:                        }
2335:                    }
2336:                } catch (org.apache.axis.AxisFault axisFaultException) {
2337:                    throw axisFaultException;
2338:                }
2339:            }
2340:
2341:            public TestWrapper[] getTestCoveredForReq(int in0)
2342:                    throws java.rmi.RemoteException {
2343:                if (super .cachedEndpoint == null) {
2344:                    throw new org.apache.axis.NoEndPointException();
2345:                }
2346:                org.apache.axis.client.Call _call = createCall();
2347:                _call.setOperation(_operations[29]);
2348:                _call.setUseSOAPAction(true);
2349:                _call.setSOAPActionURI("");
2350:                _call.setEncodingStyle(null);
2351:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2352:                        Boolean.FALSE);
2353:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2354:                        Boolean.FALSE);
2355:                _call
2356:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2357:                _call.setOperationName(new javax.xml.namespace.QName(
2358:                        "http://soap.salome_tmf.objectweb.org",
2359:                        "getTestCoveredForReq"));
2360:
2361:                setRequestHeaders(_call);
2362:                setAttachments(_call);
2363:                try {
2364:                    java.lang.Object _resp = _call
2365:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2366:                                    in0) });
2367:
2368:                    if (_resp instanceof  java.rmi.RemoteException) {
2369:                        throw (java.rmi.RemoteException) _resp;
2370:                    } else {
2371:                        extractAttachments(_call);
2372:                        try {
2373:                            return (TestWrapper[]) _resp;
2374:                        } catch (java.lang.Exception _exception) {
2375:                            return (TestWrapper[]) org.apache.axis.utils.JavaUtils
2376:                                    .convert(_resp, TestWrapper[].class);
2377:                        }
2378:                    }
2379:                } catch (org.apache.axis.AxisFault axisFaultException) {
2380:                    throw axisFaultException;
2381:                }
2382:            }
2383:
2384:            public AttachementWrapper[] getAllAttachemnt(int in0)
2385:                    throws java.rmi.RemoteException {
2386:                if (super .cachedEndpoint == null) {
2387:                    throw new org.apache.axis.NoEndPointException();
2388:                }
2389:                org.apache.axis.client.Call _call = createCall();
2390:                _call.setOperation(_operations[30]);
2391:                _call.setUseSOAPAction(true);
2392:                _call.setSOAPActionURI("");
2393:                _call.setEncodingStyle(null);
2394:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2395:                        Boolean.FALSE);
2396:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2397:                        Boolean.FALSE);
2398:                _call
2399:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2400:                _call.setOperationName(new javax.xml.namespace.QName(
2401:                        "http://soap.salome_tmf.objectweb.org",
2402:                        "getAllAttachemnt"));
2403:
2404:                setRequestHeaders(_call);
2405:                setAttachments(_call);
2406:                try {
2407:                    java.lang.Object _resp = _call
2408:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2409:                                    in0) });
2410:
2411:                    if (_resp instanceof  java.rmi.RemoteException) {
2412:                        throw (java.rmi.RemoteException) _resp;
2413:                    } else {
2414:                        extractAttachments(_call);
2415:                        try {
2416:                            return (AttachementWrapper[]) _resp;
2417:                        } catch (java.lang.Exception _exception) {
2418:                            return (AttachementWrapper[]) org.apache.axis.utils.JavaUtils
2419:                                    .convert(_resp, AttachementWrapper[].class);
2420:                        }
2421:                    }
2422:                } catch (org.apache.axis.AxisFault axisFaultException) {
2423:                    throw axisFaultException;
2424:                }
2425:            }
2426:
2427:            public FileAttachementWrapper[] getAllAttachFiles(int in0)
2428:                    throws java.rmi.RemoteException {
2429:                if (super .cachedEndpoint == null) {
2430:                    throw new org.apache.axis.NoEndPointException();
2431:                }
2432:                org.apache.axis.client.Call _call = createCall();
2433:                _call.setOperation(_operations[31]);
2434:                _call.setUseSOAPAction(true);
2435:                _call.setSOAPActionURI("");
2436:                _call.setEncodingStyle(null);
2437:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2438:                        Boolean.FALSE);
2439:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2440:                        Boolean.FALSE);
2441:                _call
2442:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2443:                _call.setOperationName(new javax.xml.namespace.QName(
2444:                        "http://soap.salome_tmf.objectweb.org",
2445:                        "getAllAttachFiles"));
2446:
2447:                setRequestHeaders(_call);
2448:                setAttachments(_call);
2449:                try {
2450:                    java.lang.Object _resp = _call
2451:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2452:                                    in0) });
2453:
2454:                    if (_resp instanceof  java.rmi.RemoteException) {
2455:                        throw (java.rmi.RemoteException) _resp;
2456:                    } else {
2457:                        extractAttachments(_call);
2458:                        try {
2459:                            return (FileAttachementWrapper[]) _resp;
2460:                        } catch (java.lang.Exception _exception) {
2461:                            return (FileAttachementWrapper[]) org.apache.axis.utils.JavaUtils
2462:                                    .convert(_resp,
2463:                                            FileAttachementWrapper[].class);
2464:                        }
2465:                    }
2466:                } catch (org.apache.axis.AxisFault axisFaultException) {
2467:                    throw axisFaultException;
2468:                }
2469:            }
2470:
2471:            public UrlAttachementWrapper[] getAllAttachUrls(int in0)
2472:                    throws java.rmi.RemoteException {
2473:                if (super .cachedEndpoint == null) {
2474:                    throw new org.apache.axis.NoEndPointException();
2475:                }
2476:                org.apache.axis.client.Call _call = createCall();
2477:                _call.setOperation(_operations[32]);
2478:                _call.setUseSOAPAction(true);
2479:                _call.setSOAPActionURI("");
2480:                _call.setEncodingStyle(null);
2481:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2482:                        Boolean.FALSE);
2483:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2484:                        Boolean.FALSE);
2485:                _call
2486:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2487:                _call.setOperationName(new javax.xml.namespace.QName(
2488:                        "http://soap.salome_tmf.objectweb.org",
2489:                        "getAllAttachUrls"));
2490:
2491:                setRequestHeaders(_call);
2492:                setAttachments(_call);
2493:                try {
2494:                    java.lang.Object _resp = _call
2495:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2496:                                    in0) });
2497:
2498:                    if (_resp instanceof  java.rmi.RemoteException) {
2499:                        throw (java.rmi.RemoteException) _resp;
2500:                    } else {
2501:                        extractAttachments(_call);
2502:                        try {
2503:                            return (UrlAttachementWrapper[]) _resp;
2504:                        } catch (java.lang.Exception _exception) {
2505:                            return (UrlAttachementWrapper[]) org.apache.axis.utils.JavaUtils
2506:                                    .convert(_resp,
2507:                                            UrlAttachementWrapper[].class);
2508:                        }
2509:                    }
2510:                } catch (org.apache.axis.AxisFault axisFaultException) {
2511:                    throw axisFaultException;
2512:                }
2513:            }
2514:
2515:            public void deleteProjectReq(int in0)
2516:                    throws java.rmi.RemoteException {
2517:                if (super .cachedEndpoint == null) {
2518:                    throw new org.apache.axis.NoEndPointException();
2519:                }
2520:                org.apache.axis.client.Call _call = createCall();
2521:                _call.setOperation(_operations[33]);
2522:                _call.setUseSOAPAction(true);
2523:                _call.setSOAPActionURI("");
2524:                _call.setEncodingStyle(null);
2525:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2526:                        Boolean.FALSE);
2527:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2528:                        Boolean.FALSE);
2529:                _call
2530:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2531:                _call.setOperationName(new javax.xml.namespace.QName(
2532:                        "http://soap.salome_tmf.objectweb.org",
2533:                        "deleteProjectReq"));
2534:
2535:                setRequestHeaders(_call);
2536:                setAttachments(_call);
2537:                try {
2538:                    java.lang.Object _resp = _call
2539:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2540:                                    in0) });
2541:
2542:                    if (_resp instanceof  java.rmi.RemoteException) {
2543:                        throw (java.rmi.RemoteException) _resp;
2544:                    }
2545:                    extractAttachments(_call);
2546:                } catch (org.apache.axis.AxisFault axisFaultException) {
2547:                    throw axisFaultException;
2548:                }
2549:            }
2550:
2551:            public HistoryWrapper[] getHistory(int in0)
2552:                    throws java.rmi.RemoteException {
2553:                if (super .cachedEndpoint == null) {
2554:                    throw new org.apache.axis.NoEndPointException();
2555:                }
2556:                org.apache.axis.client.Call _call = createCall();
2557:                _call.setOperation(_operations[34]);
2558:                _call.setUseSOAPAction(true);
2559:                _call.setSOAPActionURI("");
2560:                _call.setEncodingStyle(null);
2561:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2562:                        Boolean.FALSE);
2563:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2564:                        Boolean.FALSE);
2565:                _call
2566:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2567:                _call.setOperationName(new javax.xml.namespace.QName(
2568:                        "http://soap.salome_tmf.objectweb.org", "getHistory"));
2569:
2570:                setRequestHeaders(_call);
2571:                setAttachments(_call);
2572:                try {
2573:                    java.lang.Object _resp = _call
2574:                            .invoke(new java.lang.Object[] { new java.lang.Integer(
2575:                                    in0) });
2576:
2577:                    if (_resp instanceof  java.rmi.RemoteException) {
2578:                        throw (java.rmi.RemoteException) _resp;
2579:                    } else {
2580:                        extractAttachments(_call);
2581:                        try {
2582:                            return (HistoryWrapper[]) _resp;
2583:                        } catch (java.lang.Exception _exception) {
2584:                            return (HistoryWrapper[]) org.apache.axis.utils.JavaUtils
2585:                                    .convert(_resp, HistoryWrapper[].class);
2586:                        }
2587:                    }
2588:                } catch (org.apache.axis.AxisFault axisFaultException) {
2589:                    throw axisFaultException;
2590:                }
2591:            }
2592:
2593:            public int add(java.lang.String in0, java.lang.String in1, int in2,
2594:                    int in3, int in4, int in5) throws java.rmi.RemoteException {
2595:                if (super .cachedEndpoint == null) {
2596:                    throw new org.apache.axis.NoEndPointException();
2597:                }
2598:                org.apache.axis.client.Call _call = createCall();
2599:                _call.setOperation(_operations[35]);
2600:                _call.setUseSOAPAction(true);
2601:                _call.setSOAPActionURI("");
2602:                _call.setEncodingStyle(null);
2603:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2604:                        Boolean.FALSE);
2605:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2606:                        Boolean.FALSE);
2607:                _call
2608:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2609:                _call.setOperationName(new javax.xml.namespace.QName(
2610:                        "http://soap.salome_tmf.objectweb.org", "add"));
2611:
2612:                setRequestHeaders(_call);
2613:                setAttachments(_call);
2614:                try {
2615:                    java.lang.Object _resp = _call
2616:                            .invoke(new java.lang.Object[] { in0, in1,
2617:                                    new java.lang.Integer(in2),
2618:                                    new java.lang.Integer(in3),
2619:                                    new java.lang.Integer(in4),
2620:                                    new java.lang.Integer(in5) });
2621:
2622:                    if (_resp instanceof  java.rmi.RemoteException) {
2623:                        throw (java.rmi.RemoteException) _resp;
2624:                    } else {
2625:                        extractAttachments(_call);
2626:                        try {
2627:                            return ((java.lang.Integer) _resp).intValue();
2628:                        } catch (java.lang.Exception _exception) {
2629:                            return ((java.lang.Integer) org.apache.axis.utils.JavaUtils
2630:                                    .convert(_resp, int.class)).intValue();
2631:                        }
2632:                    }
2633:                } catch (org.apache.axis.AxisFault axisFaultException) {
2634:                    throw axisFaultException;
2635:                }
2636:            }
2637:
2638:            public void updateState(int in0, int in1)
2639:                    throws java.rmi.RemoteException {
2640:                if (super .cachedEndpoint == null) {
2641:                    throw new org.apache.axis.NoEndPointException();
2642:                }
2643:                org.apache.axis.client.Call _call = createCall();
2644:                _call.setOperation(_operations[36]);
2645:                _call.setUseSOAPAction(true);
2646:                _call.setSOAPActionURI("");
2647:                _call.setEncodingStyle(null);
2648:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2649:                        Boolean.FALSE);
2650:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2651:                        Boolean.FALSE);
2652:                _call
2653:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2654:                _call.setOperationName(new javax.xml.namespace.QName(
2655:                        "http://soap.salome_tmf.objectweb.org", "updateState"));
2656:
2657:                setRequestHeaders(_call);
2658:                setAttachments(_call);
2659:                try {
2660:                    java.lang.Object _resp = _call
2661:                            .invoke(new java.lang.Object[] {
2662:                                    new java.lang.Integer(in0),
2663:                                    new java.lang.Integer(in1) });
2664:
2665:                    if (_resp instanceof  java.rmi.RemoteException) {
2666:                        throw (java.rmi.RemoteException) _resp;
2667:                    }
2668:                    extractAttachments(_call);
2669:                } catch (org.apache.axis.AxisFault axisFaultException) {
2670:                    throw axisFaultException;
2671:                }
2672:            }
2673:
2674:            public ReqWrapper getReq(java.lang.String in0, int in1, int in2)
2675:                    throws java.rmi.RemoteException {
2676:                if (super .cachedEndpoint == null) {
2677:                    throw new org.apache.axis.NoEndPointException();
2678:                }
2679:                org.apache.axis.client.Call _call = createCall();
2680:                _call.setOperation(_operations[37]);
2681:                _call.setUseSOAPAction(true);
2682:                _call.setSOAPActionURI("");
2683:                _call.setEncodingStyle(null);
2684:                _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR,
2685:                        Boolean.FALSE);
2686:                _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
2687:                        Boolean.FALSE);
2688:                _call
2689:                        .setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
2690:                _call.setOperationName(new javax.xml.namespace.QName(
2691:                        "http://soap.salome_tmf.objectweb.org", "getReq"));
2692:
2693:                setRequestHeaders(_call);
2694:                setAttachments(_call);
2695:                try {
2696:                    java.lang.Object _resp = _call
2697:                            .invoke(new java.lang.Object[] { in0,
2698:                                    new java.lang.Integer(in1),
2699:                                    new java.lang.Integer(in2) });
2700:
2701:                    if (_resp instanceof  java.rmi.RemoteException) {
2702:                        throw (java.rmi.RemoteException) _resp;
2703:                    } else {
2704:                        extractAttachments(_call);
2705:                        try {
2706:                            return (ReqWrapper) _resp;
2707:                        } catch (java.lang.Exception _exception) {
2708:                            return (ReqWrapper) org.apache.axis.utils.JavaUtils
2709:                                    .convert(_resp, ReqWrapper.class);
2710:                        }
2711:                    }
2712:                } catch (org.apache.axis.AxisFault axisFaultException) {
2713:                    throw axisFaultException;
2714:                }
2715:            }
2716:
2717:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.