Salome HOME
Integration of 0019971: A patch for cmake compilation.
[modules/kernel.git] / idl / SALOME_Component.xml
1 <?xml version="1.0"?>
2 <!--
3 //  Copyright (C) 2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5 // 
6 //  This library is free software; you can redistribute it and/or 
7 //  modify it under the terms of the GNU Lesser General Public 
8 //  License as published by the Free Software Foundation; either 
9 //  version 2.1 of the License. 
10 // 
11 //  This library is distributed in the hope that it will be useful, 
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 //  Lesser General Public License for more details. 
15 // 
16 //  You should have received a copy of the GNU Lesser General Public 
17 //  License along with this library; if not, write to the Free Software 
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19 // 
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 //  File   : SALOME_Component.xml
23 //  Author : Andre RIBES, EDF
24 -->
25 <GridCCM_Interface_description
26       xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
27       xsi:noNamespaceSchemaLocation='$PACOPATH/IDL2Tool/interface.xsd'
28 >
29
30 <Module>
31  <Name>Engines</Name>
32  <Interface>
33   <Name>Container</Name>
34   <Method>
35    <Name>ping</Name>
36    <Type>distributed</Type>
37   </Method>
38   <Method>
39    <Name>create_component_instance</Name>
40    <Type>distributed</Type>
41   </Method>
42   <Method>
43    <Name>load_component_Library</Name>
44    <Type>distributed</Type>
45   </Method>
46  </Interface>
47  <Interface>
48   <Name>Component</Name>
49   <Method>
50    <Name>setInputFileToService</Name>
51    <Type>distributed</Type>
52   </Method>
53   <Method>
54    <Name>setOutputFileToService</Name>
55    <Type>distributed</Type>
56   </Method>
57  </Interface>
58  <Interface>
59   <Name>Parallel_Component</Name>
60   <Method>
61    <Name>send_parallel_proxy_object</Name>
62    <Type>distributed</Type>
63   </Method>
64  </Interface>
65  <Interface>
66   <Name>Salome_file</Name>
67  </Interface>
68  <Interface>
69   <Name>Parallel_Salome_file</Name>
70  </Interface>
71 </Module>
72 </GridCCM_Interface_description>