com.ontotext.ordi.wsmo4rdf.remote.client.conn
Interface WsmoConnectionService


public interface WsmoConnectionService

This class was generated by the CXF 2.0.2-incubator Wed Mar 19 14:55:11 EET 2008 Generated source version: 2.0.2-incubator


Method Summary
 void addGoal(int arg0, String arg1)
           
 void addMediator(int arg0, String arg1)
           
 void addOntology(int arg0, String arg1)
           
 void addWebService(int arg0, String arg1)
           
 void clearWarnings(int arg0)
           
 void close(int arg0)
           
 void commit(int arg0)
           
 void deleteGoal(int arg0, String arg1)
           
 void deleteMediator(int arg0, String arg1)
           
 void deleteOntology(int arg0, String arg1)
           
 void deleteWebService(int arg0, String arg1)
           
 String evaluate(int arg0, String arg1)
           
 String getDescription(int arg0)
           
 String getGoal(int arg0, String arg1)
           
 String getMediator(int arg0, String arg1)
           
 String getOntology(int arg0, String arg1)
           
 String getVersion(int arg0)
           
 String getWebService(int arg0, String arg1)
           
 boolean isAutoCommit(int arg0)
           
 boolean isOpen(int arg0)
           
 boolean isReadOnly(int arg0)
           
 List<String> listGoals(int arg0)
           
 List<String> listMediators(int arg0)
           
 List<String> listOntologies(int arg0)
           
 List<String> listWebServices(int arg0)
           
 void rollback(int arg0)
           
 void saveGoal(int arg0, String arg1)
           
 void saveMediator(int arg0, String arg1)
           
 void saveOntology(int arg0, String arg1)
           
 void saveWebService(int arg0, String arg1)
           
 void setAutoCommit(int arg0, boolean arg1)
           
 void setDescription(int arg0, String arg1)
           
 

Method Detail

getGoal

@RequestWrapper(localName="getGoal",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetGoal")
@ResponseWrapper(localName="getGoalResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetGoalResponse")
String getGoal(int arg0,
                                              String arg1)
               throws NonExistingEntryException_Exception,
                      SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

getWebService

@RequestWrapper(localName="getWebService",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetWebService")
@ResponseWrapper(localName="getWebServiceResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetWebServiceResponse")
String getWebService(int arg0,
                                                    String arg1)
                     throws NonExistingEntryException_Exception,
                            SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

saveGoal

@RequestWrapper(localName="saveGoal",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveGoal")
@ResponseWrapper(localName="saveGoalResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveGoalResponse")
void saveGoal(int arg0,
                                             String arg1)
              throws NonExistingEntryException_Exception,
                     UnmarshalException_Exception,
                     SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

commit

@RequestWrapper(localName="commit",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.Commit")
@ResponseWrapper(localName="commitResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.CommitResponse")
void commit(int arg0)
            throws NonExistingEntryException_Exception,
                   ORDIException_Exception
Throws:
NonExistingEntryException_Exception
ORDIException_Exception

setDescription

@RequestWrapper(localName="setDescription",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetDescription")
@ResponseWrapper(localName="setDescriptionResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetDescriptionResponse")
void setDescription(int arg0,
                                                   String arg1)
                    throws NonExistingEntryException_Exception
Throws:
NonExistingEntryException_Exception

addMediator

@RequestWrapper(localName="addMediator",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddMediator")
@ResponseWrapper(localName="addMediatorResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddMediatorResponse")
void addMediator(int arg0,
                                                String arg1)
                 throws NonExistingEntryException_Exception,
                        UnmarshalException_Exception,
                        SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

getDescription

@RequestWrapper(localName="getDescription",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetDescription")
@ResponseWrapper(localName="getDescriptionResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetDescriptionResponse")
String getDescription(int arg0)
                      throws NonExistingEntryException_Exception
Throws:
NonExistingEntryException_Exception

saveOntology

@RequestWrapper(localName="saveOntology",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveOntology")
@ResponseWrapper(localName="saveOntologyResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveOntologyResponse")
void saveOntology(int arg0,
                                                 String arg1)
                  throws NonExistingEntryException_Exception,
                         UnmarshalException_Exception,
                         SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

close

@RequestWrapper(localName="close",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.Close")
@ResponseWrapper(localName="closeResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.CloseResponse")
void close(int arg0)
           throws NonExistingEntryException_Exception,
                  ORDIException_Exception
Throws:
NonExistingEntryException_Exception
ORDIException_Exception

addGoal

@RequestWrapper(localName="addGoal",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddGoal")
@ResponseWrapper(localName="addGoalResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddGoalResponse")
void addGoal(int arg0,
                                            String arg1)
             throws NonExistingEntryException_Exception,
                    UnmarshalException_Exception,
                    SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

rollback

@RequestWrapper(localName="rollback",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.Rollback")
@ResponseWrapper(localName="rollbackResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.RollbackResponse")
void rollback(int arg0)
              throws NonExistingEntryException_Exception,
                     ORDIException_Exception
Throws:
NonExistingEntryException_Exception
ORDIException_Exception

deleteOntology

@RequestWrapper(localName="deleteOntology",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteOntology")
@ResponseWrapper(localName="deleteOntologyResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteOntologyResponse")
void deleteOntology(int arg0,
                                                   String arg1)
                    throws NonExistingEntryException_Exception,
                           SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

listMediators

@RequestWrapper(localName="listMediators",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListMediators")
@ResponseWrapper(localName="listMediatorsResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListMediatorsResponse")
List<String> listMediators(int arg0)
                           throws NonExistingEntryException_Exception,
                                  SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

listWebServices

@RequestWrapper(localName="listWebServices",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListWebServices")
@ResponseWrapper(localName="listWebServicesResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListWebServicesResponse")
List<String> listWebServices(int arg0)
                             throws NonExistingEntryException_Exception,
                                    SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

deleteMediator

@RequestWrapper(localName="deleteMediator",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteMediator")
@ResponseWrapper(localName="deleteMediatorResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteMediatorResponse")
void deleteMediator(int arg0,
                                                   String arg1)
                    throws NonExistingEntryException_Exception,
                           SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

isAutoCommit

@RequestWrapper(localName="isAutoCommit",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsAutoCommit")
@ResponseWrapper(localName="isAutoCommitResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsAutoCommitResponse")
boolean isAutoCommit(int arg0)
                     throws NonExistingEntryException_Exception
Throws:
NonExistingEntryException_Exception

listGoals

@RequestWrapper(localName="listGoals",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListGoals")
@ResponseWrapper(localName="listGoalsResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListGoalsResponse")
List<String> listGoals(int arg0)
                       throws NonExistingEntryException_Exception,
                              SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

addOntology

@RequestWrapper(localName="addOntology",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddOntology")
@ResponseWrapper(localName="addOntologyResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddOntologyResponse")
void addOntology(int arg0,
                                                String arg1)
                 throws NonExistingEntryException_Exception,
                        UnmarshalException_Exception,
                        SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

addWebService

@RequestWrapper(localName="addWebService",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddWebService")
@ResponseWrapper(localName="addWebServiceResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.AddWebServiceResponse")
void addWebService(int arg0,
                                                  String arg1)
                   throws NonExistingEntryException_Exception,
                          UnmarshalException_Exception,
                          SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

getVersion

@RequestWrapper(localName="getVersion",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetVersion")
@ResponseWrapper(localName="getVersionResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetVersionResponse")
String getVersion(int arg0)
                  throws NonExistingEntryException_Exception,
                         SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

deleteGoal

@RequestWrapper(localName="deleteGoal",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteGoal")
@ResponseWrapper(localName="deleteGoalResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteGoalResponse")
void deleteGoal(int arg0,
                                               String arg1)
                throws NonExistingEntryException_Exception,
                       SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

getOntology

@RequestWrapper(localName="getOntology",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetOntology")
@ResponseWrapper(localName="getOntologyResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetOntologyResponse")
String getOntology(int arg0,
                                                  String arg1)
                   throws NonExistingEntryException_Exception,
                          SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

evaluate

@RequestWrapper(localName="evaluate",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.Evaluate")
@ResponseWrapper(localName="evaluateResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.EvaluateResponse")
String evaluate(int arg0,
                                               String arg1)
                throws NonExistingEntryException_Exception,
                       MalformedQueryException_Exception,
                       OrdiConfigurationException_Exception
Throws:
NonExistingEntryException_Exception
MalformedQueryException_Exception
OrdiConfigurationException_Exception

setAutoCommit

@RequestWrapper(localName="setAutoCommit",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetAutoCommit")
@ResponseWrapper(localName="setAutoCommitResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SetAutoCommitResponse")
void setAutoCommit(int arg0,
                                                  boolean arg1)
                   throws NonExistingEntryException_Exception,
                          ORDIException_Exception
Throws:
NonExistingEntryException_Exception
ORDIException_Exception

isReadOnly

@RequestWrapper(localName="isReadOnly",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsReadOnly")
@ResponseWrapper(localName="isReadOnlyResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsReadOnlyResponse")
boolean isReadOnly(int arg0)
                   throws NonExistingEntryException_Exception
Throws:
NonExistingEntryException_Exception

isOpen

@RequestWrapper(localName="isOpen",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsOpen")
@ResponseWrapper(localName="isOpenResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.IsOpenResponse")
boolean isOpen(int arg0)
               throws NonExistingEntryException_Exception
Throws:
NonExistingEntryException_Exception

getMediator

@RequestWrapper(localName="getMediator",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetMediator")
@ResponseWrapper(localName="getMediatorResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.GetMediatorResponse")
String getMediator(int arg0,
                                                  String arg1)
                   throws NonExistingEntryException_Exception,
                          SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

clearWarnings

@RequestWrapper(localName="clearWarnings",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ClearWarnings")
@ResponseWrapper(localName="clearWarningsResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ClearWarningsResponse")
void clearWarnings(int arg0)
                   throws NonExistingEntryException_Exception
Throws:
NonExistingEntryException_Exception

saveMediator

@RequestWrapper(localName="saveMediator",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveMediator")
@ResponseWrapper(localName="saveMediatorResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveMediatorResponse")
void saveMediator(int arg0,
                                                 String arg1)
                  throws NonExistingEntryException_Exception,
                         UnmarshalException_Exception,
                         SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

deleteWebService

@RequestWrapper(localName="deleteWebService",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteWebService")
@ResponseWrapper(localName="deleteWebServiceResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.DeleteWebServiceResponse")
void deleteWebService(int arg0,
                                                     String arg1)
                      throws NonExistingEntryException_Exception,
                             SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception

saveWebService

@RequestWrapper(localName="saveWebService",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveWebService")
@ResponseWrapper(localName="saveWebServiceResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.SaveWebServiceResponse")
void saveWebService(int arg0,
                                                   String arg1)
                    throws NonExistingEntryException_Exception,
                           UnmarshalException_Exception,
                           SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
UnmarshalException_Exception
SynchronisationException_Exception

listOntologies

@RequestWrapper(localName="listOntologies",
                targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListOntologies")
@ResponseWrapper(localName="listOntologiesResponse",
                 targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
                 className="com.ontotext.ordi.wsmo4rdf.remote.client.conn.ListOntologiesResponse")
List<String> listOntologies(int arg0)
                            throws NonExistingEntryException_Exception,
                                   SynchronisationException_Exception
Throws:
NonExistingEntryException_Exception
SynchronisationException_Exception


Copyright © 2008. All Rights Reserved.