com.ontotext.ordi.wsmo4rdf.remote.client.src
Interface WsmoSourceService
public interface WsmoSourceService
This class was generated by the CXF 2.0.2-incubator
Wed Mar 19 14:55:14 EET 2008
Generated source version: 2.0.2-incubator
getConnection
@RequestWrapper(localName="getConnection",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnection")
@ResponseWrapper(localName="getConnectionResponse",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnectionResponse")
int getConnection(int wsmoSourceId)
throws NonExistingEntryException_Exception,
ServiceLimitExceededException_Exception
- Throws:
NonExistingEntryException_Exception
ServiceLimitExceededException_Exception
shutdown
@RequestWrapper(localName="shutdown",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.Shutdown")
@ResponseWrapper(localName="shutdownResponse",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.ShutdownResponse")
void shutdown(int wsmoSourceId)
throws NonExistingEntryException_Exception
- Throws:
NonExistingEntryException_Exception
getConnectionAuth
@RequestWrapper(localName="getConnectionAuth",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnectionAuth")
@ResponseWrapper(localName="getConnectionAuthResponse",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.GetConnectionAuthResponse")
int getConnectionAuth(int wsmoSourceId,
String username,
String password)
throws AuthenticationFailedException_Exception,
NonExistingEntryException_Exception,
ServiceLimitExceededException_Exception
- Throws:
AuthenticationFailedException_Exception
NonExistingEntryException_Exception
ServiceLimitExceededException_Exception
clearWarnings
@RequestWrapper(localName="clearWarnings",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.ClearWarnings")
@ResponseWrapper(localName="clearWarningsResponse",
targetNamespace="http://server.remote.wsmo4rdf.ordi.ontotext.com/",
className="com.ontotext.ordi.wsmo4rdf.remote.client.src.ClearWarningsResponse")
void clearWarnings(int wsmoSourceId)
throws NonExistingEntryException_Exception
- Throws:
NonExistingEntryException_Exception
Copyright © 2008. All Rights Reserved.