[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Sat Nov 1 11:03:04 EST 2003
mwilkinson
Sat Nov 1 11:03:04 EST 2003
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory pub.open-bio.org:/tmp/cvs-serv5320/Client
Modified Files:
ServiceInstance.html
Log Message:
pass the URL back to a service instance object since it should be there, and now we need it for the LSID resolution service
moby-live/Perl/MOBY/Client ServiceInstance.html,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/ServiceInstance.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Perl/MOBY/Client/ServiceInstance.html 2003/11/01 15:53:14 1.4
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/ServiceInstance.html 2003/11/01 16:03:04 1.5
@@ -27,6 +27,7 @@
<li><a href="#output">output</a></li>
<li><a href="#description">description</a></li>
<li><a href="#authoritative">authoritative</a></li>
+ <li><a href="#url">URL</a></li>
<li><a href="#registry">registry</a></li>
</ul>
@@ -152,12 +153,21 @@
<h2><a name="authoritative">authoritative</a></h2>
<pre>
Title : authoritative
- Usage : $description = $Service->authoritative(1|0)
+ Usage : $auth = $Service->authoritative(1|0)
Args : (optional) boolean 1 or 0
Function : get/set authoritative flag
Returns : current value</pre>
<p>
</p>
+<h2><a name="url">URL</a></h2>
+<pre>
+ Title : URL
+ Usage : $URL = $Service->URL($url)
+ Args : (optional) string representing a URL
+ Function : get/set service URL endpoint
+ Returns : current value</pre>
+<p>
+</p>
<h2><a name="registry">registry</a></h2>
<pre>
Title : registry
More information about the MOBY-guts
mailing list