BioMart::Configuration RegistryURLPointer
SummaryIncluded librariesPackage variablesSynopsisDescriptionGeneral documentationMethods
Toolbar
WebCvsRaw content
Summary
BioMart::Configuration::RegistryURLPointer
Package variables
No package variables defined.
Inherit
BioMart::Configuration::URLLocation
Synopsis
A Location that represents the configuration for a mart database accessed
via a mart server
Description
Methods
_newDescriptionCode
getRegistryXML
No description
Code
Methods description
_newcode    nextTop
  Usage      : see Usage for BioMart::Configuration::Location.
Description: creates a new MartURLLocation object which ...
Returntype : BioMart::Configuration::MartURLLocation
Exceptions : none
Caller : general
Methods code
_newdescriptionprevnextTop
sub _new {
  my ($self, @param) = @_;

  $self->SUPER::_new(@param);
}
getRegistryXMLdescriptionprevnextTop
sub getRegistryXML {
    my $self = shift;
       
    my $qualifier="type=registry";   
    my $xml = join "",$self->getResultSet($qualifier,"GET"); 
    return $xml;
}





1;
}
General documentation
AUTHOR - Arek Kasprzyk, Damian SmedleyTop
CONTACTTop
This module is part of the BioMart project http://www.biomart.org
Questions can be posted to the mart-dev mailing list: mart-dev@ebi.ac.uk