View Javadoc

1   
2   package com.ontotext.ordi.wsmo4rdf.remote.client.conn;
3   
4   import javax.jws.WebMethod;
5   import javax.jws.WebParam;
6   import javax.jws.WebResult;
7   import javax.jws.WebService;
8   import javax.xml.ws.RequestWrapper;
9   import javax.xml.ws.ResponseWrapper;
10  
11  /**
12   * This class was generated by the CXF 2.0.2-incubator
13   * Wed Mar 19 14:55:11 EET 2008
14   * Generated source version: 2.0.2-incubator
15   * 
16   */
17  
18  @WebService(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "WsmoConnectionService")
19  
20  public interface WsmoConnectionService {
21  
22      @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
23      @RequestWrapper(localName = "getGoal", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetGoal")
24      @ResponseWrapper(localName = "getGoalResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetGoalResponse")
25      @WebMethod
26      public java.lang.String getGoal(
27          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
28          int arg0,
29          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
30          java.lang.String arg1
31      ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
32  
33      @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
34      @RequestWrapper(localName = "getWebService", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetWebService")
35      @ResponseWrapper(localName = "getWebServiceResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetWebServiceResponse")
36      @WebMethod
37      public java.lang.String getWebService(
38          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
39          int arg0,
40          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
41          java.lang.String arg1
42      ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
43  
44      @RequestWrapper(localName = "saveGoal", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveGoal")
45      @ResponseWrapper(localName = "saveGoalResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveGoalResponse")
46      @WebMethod
47      public void saveGoal(
48          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
49          int arg0,
50          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
51          java.lang.String arg1
52      ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
53  
54      @RequestWrapper(localName = "commit", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.Commit")
55      @ResponseWrapper(localName = "commitResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.CommitResponse")
56      @WebMethod
57      public void commit(
58          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
59          int arg0
60      ) throws NonExistingEntryException_Exception, ORDIException_Exception;
61  
62      @RequestWrapper(localName = "setDescription", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetDescription")
63      @ResponseWrapper(localName = "setDescriptionResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetDescriptionResponse")
64      @WebMethod
65      public void setDescription(
66          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
67          int arg0,
68          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
69          java.lang.String arg1
70      ) throws NonExistingEntryException_Exception;
71  
72      @RequestWrapper(localName = "addMediator", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddMediator")
73      @ResponseWrapper(localName = "addMediatorResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddMediatorResponse")
74      @WebMethod
75      public void addMediator(
76          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
77          int arg0,
78          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
79          java.lang.String arg1
80      ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
81  
82      @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
83      @RequestWrapper(localName = "getDescription", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetDescription")
84      @ResponseWrapper(localName = "getDescriptionResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetDescriptionResponse")
85      @WebMethod
86      public java.lang.String getDescription(
87          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
88          int arg0
89      ) throws NonExistingEntryException_Exception;
90  
91      @RequestWrapper(localName = "saveOntology", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveOntology")
92      @ResponseWrapper(localName = "saveOntologyResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveOntologyResponse")
93      @WebMethod
94      public void saveOntology(
95          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
96          int arg0,
97          @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
98          java.lang.String arg1
99      ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
100 
101     @RequestWrapper(localName = "close", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.Close")
102     @ResponseWrapper(localName = "closeResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.CloseResponse")
103     @WebMethod
104     public void close(
105         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
106         int arg0
107     ) throws NonExistingEntryException_Exception, ORDIException_Exception;
108 
109     @RequestWrapper(localName = "addGoal", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddGoal")
110     @ResponseWrapper(localName = "addGoalResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddGoalResponse")
111     @WebMethod
112     public void addGoal(
113         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
114         int arg0,
115         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
116         java.lang.String arg1
117     ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
118 
119     @RequestWrapper(localName = "rollback", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.Rollback")
120     @ResponseWrapper(localName = "rollbackResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.RollbackResponse")
121     @WebMethod
122     public void rollback(
123         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
124         int arg0
125     ) throws NonExistingEntryException_Exception, ORDIException_Exception;
126 
127     @RequestWrapper(localName = "deleteOntology", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteOntology")
128     @ResponseWrapper(localName = "deleteOntologyResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteOntologyResponse")
129     @WebMethod
130     public void deleteOntology(
131         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
132         int arg0,
133         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
134         java.lang.String arg1
135     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
136 
137     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
138     @RequestWrapper(localName = "listMediators", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListMediators")
139     @ResponseWrapper(localName = "listMediatorsResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListMediatorsResponse")
140     @WebMethod
141     public java.util.List<java.lang.String> listMediators(
142         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
143         int arg0
144     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
145 
146     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
147     @RequestWrapper(localName = "listWebServices", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListWebServices")
148     @ResponseWrapper(localName = "listWebServicesResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListWebServicesResponse")
149     @WebMethod
150     public java.util.List<java.lang.String> listWebServices(
151         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
152         int arg0
153     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
154 
155     @RequestWrapper(localName = "deleteMediator", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteMediator")
156     @ResponseWrapper(localName = "deleteMediatorResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteMediatorResponse")
157     @WebMethod
158     public void deleteMediator(
159         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
160         int arg0,
161         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
162         java.lang.String arg1
163     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
164 
165     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
166     @RequestWrapper(localName = "isAutoCommit", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsAutoCommit")
167     @ResponseWrapper(localName = "isAutoCommitResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsAutoCommitResponse")
168     @WebMethod
169     public boolean isAutoCommit(
170         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
171         int arg0
172     ) throws NonExistingEntryException_Exception;
173 
174     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
175     @RequestWrapper(localName = "listGoals", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListGoals")
176     @ResponseWrapper(localName = "listGoalsResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListGoalsResponse")
177     @WebMethod
178     public java.util.List<java.lang.String> listGoals(
179         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
180         int arg0
181     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
182 
183     @RequestWrapper(localName = "addOntology", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddOntology")
184     @ResponseWrapper(localName = "addOntologyResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddOntologyResponse")
185     @WebMethod
186     public void addOntology(
187         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
188         int arg0,
189         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
190         java.lang.String arg1
191     ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
192 
193     @RequestWrapper(localName = "addWebService", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddWebService")
194     @ResponseWrapper(localName = "addWebServiceResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddWebServiceResponse")
195     @WebMethod
196     public void addWebService(
197         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
198         int arg0,
199         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
200         java.lang.String arg1
201     ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
202 
203     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
204     @RequestWrapper(localName = "getVersion", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetVersion")
205     @ResponseWrapper(localName = "getVersionResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetVersionResponse")
206     @WebMethod
207     public java.lang.String getVersion(
208         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
209         int arg0
210     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
211 
212     @RequestWrapper(localName = "deleteGoal", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteGoal")
213     @ResponseWrapper(localName = "deleteGoalResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteGoalResponse")
214     @WebMethod
215     public void deleteGoal(
216         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
217         int arg0,
218         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
219         java.lang.String arg1
220     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
221 
222     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
223     @RequestWrapper(localName = "getOntology", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetOntology")
224     @ResponseWrapper(localName = "getOntologyResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetOntologyResponse")
225     @WebMethod
226     public java.lang.String getOntology(
227         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
228         int arg0,
229         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
230         java.lang.String arg1
231     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
232 
233     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
234     @RequestWrapper(localName = "evaluate", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.Evaluate")
235     @ResponseWrapper(localName = "evaluateResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.EvaluateResponse")
236     @WebMethod
237     public java.lang.String evaluate(
238         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
239         int arg0,
240         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
241         java.lang.String arg1
242     ) throws NonExistingEntryException_Exception, MalformedQueryException_Exception, OrdiConfigurationException_Exception;
243 
244     @RequestWrapper(localName = "setAutoCommit", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetAutoCommit")
245     @ResponseWrapper(localName = "setAutoCommitResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetAutoCommitResponse")
246     @WebMethod
247     public void setAutoCommit(
248         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
249         int arg0,
250         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
251         boolean arg1
252     ) throws NonExistingEntryException_Exception, ORDIException_Exception;
253 
254     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
255     @RequestWrapper(localName = "isReadOnly", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsReadOnly")
256     @ResponseWrapper(localName = "isReadOnlyResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsReadOnlyResponse")
257     @WebMethod
258     public boolean isReadOnly(
259         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
260         int arg0
261     ) throws NonExistingEntryException_Exception;
262 
263     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
264     @RequestWrapper(localName = "isOpen", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsOpen")
265     @ResponseWrapper(localName = "isOpenResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsOpenResponse")
266     @WebMethod
267     public boolean isOpen(
268         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
269         int arg0
270     ) throws NonExistingEntryException_Exception;
271 
272     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
273     @RequestWrapper(localName = "getMediator", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetMediator")
274     @ResponseWrapper(localName = "getMediatorResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetMediatorResponse")
275     @WebMethod
276     public java.lang.String getMediator(
277         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
278         int arg0,
279         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
280         java.lang.String arg1
281     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
282 
283     @RequestWrapper(localName = "clearWarnings", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ClearWarnings")
284     @ResponseWrapper(localName = "clearWarningsResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ClearWarningsResponse")
285     @WebMethod
286     public void clearWarnings(
287         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
288         int arg0
289     ) throws NonExistingEntryException_Exception;
290 
291     @RequestWrapper(localName = "saveMediator", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveMediator")
292     @ResponseWrapper(localName = "saveMediatorResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveMediatorResponse")
293     @WebMethod
294     public void saveMediator(
295         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
296         int arg0,
297         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
298         java.lang.String arg1
299     ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
300 
301     @RequestWrapper(localName = "deleteWebService", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteWebService")
302     @ResponseWrapper(localName = "deleteWebServiceResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteWebServiceResponse")
303     @WebMethod
304     public void deleteWebService(
305         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
306         int arg0,
307         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
308         java.lang.String arg1
309     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
310 
311     @RequestWrapper(localName = "saveWebService", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveWebService")
312     @ResponseWrapper(localName = "saveWebServiceResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveWebServiceResponse")
313     @WebMethod
314     public void saveWebService(
315         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
316         int arg0,
317         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg1")
318         java.lang.String arg1
319     ) throws NonExistingEntryException_Exception, UnmarshalException_Exception, SynchronisationException_Exception;
320 
321     @WebResult(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "return")
322     @RequestWrapper(localName = "listOntologies", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListOntologies")
323     @ResponseWrapper(localName = "listOntologiesResponse", targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", className = "com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListOntologiesResponse")
324     @WebMethod
325     public java.util.List<java.lang.String> listOntologies(
326         @WebParam(targetNamespace = "http://server.remote.wsmo4rdf.ordi.ontotext.com/", name = "arg0")
327         int arg0
328     ) throws NonExistingEntryException_Exception, SynchronisationException_Exception;
329 }