Home | Trees | Index | Help |
|
---|
Package bioMoby :: Module mobyService :: Class Service |
|
GeneralInformations
--+
|
Service
Method Summary | |
---|---|
Give the constructor: | |
Returns The moby xml form of the web service | |
Deregister the service | |
Executes the web service v0.5: return either the XML form or try to unmarshall the result and return a MobyContent Object | |
Retrieve the methods from the wsdl | |
Register the service on the Moby server has been added here a code to verify that signatureURL is not empty :) |
Class Variable Summary | |
---|---|
Inherited from GeneralInformations | |
str |
authURI = ''
|
str |
contact = ''
|
str |
description = ''
|
Method Details |
---|
__init__(self,
*arg)
|
__str__(self)
Returns The moby xml form of the web service
|
deregister(self)Deregister the service |
execute(self, query, method='', returnXml=True, debug=False)Executes the web service v0.5: return either the XML form or try to unmarshall the result and return a MobyContent Object |
getMethods(self, wsdl)Retrieve the methods from the wsdl |
register(self)Register the service on the Moby server has been added here a code to verify that signatureURL is not empty :) |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 | http://epydoc.sf.net |