MOBY::Client::Registration - an object to wrap the registration XML from MOBY Central
my $reg = $Central->registerService(%args);
if ($reg->success){
print "registered successfully ",$reg->registration_id,"\n";
} else {
print "registration failed ",$reg->message,"\n";
}
simply turns the registration XML into a hash
Mark Wilkinson (markw@illuminae.com)
BioMOBY Project: http://www.biomoby.org
Title : new
Usage : my $MOBY = MOBY::Client::Registration->new(%args)
Function :
Returns : MOBY::Client::Registration object
Args : registration_id => $id
message => $message
success => $success
get/set the value
get/set the value
get/set the value
get/set the value
get/set the value