Class: Bio::DDBJ::XML::RequestManager

Inherits:
Bio::DDBJ::XML show all
Defined in:
lib/bio/io/ddbjxml.rb

Overview

RequestManager

Sequence Retrieving System

Examples

serv = Bio::DDBJ::XML::RequestManager.new
puts serv.getAsyncResult('20070420102828140')

WSDL Methods

  • getAsyncResult( requestId )

  • getAsyncResultMime( requestId )

Examples

Defined Under Namespace

Classes: REST

Constant Summary collapse

SERVER_URI =
BASE_URI + "RequestManager.wsdl"

Constants inherited from Bio::DDBJ::XML

BASE_URI

Instance Attribute Summary

Attributes inherited from SOAPWSDL

#log, #wsdl

Class Method Summary collapse

Methods inherited from Bio::DDBJ::XML

#initialize

Methods inherited from SOAPWSDL

#initialize, #list_methods

Constructor Details

This class inherits a constructor from Bio::DDBJ::XML

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Bio::SOAPWSDL

Class Method Details

.new(wsdl = nil) ⇒ Object

creates a new driver



385
386
387
388
389
390
391
# File 'lib/bio/io/ddbjxml.rb', line 385

def self.new(wsdl = nil)
  begin
    new_orig(wsdl)
  rescue RuntimeError
    REST.new
  end
end

.new_origObject



379
# File 'lib/bio/io/ddbjxml.rb', line 379

alias new_orig new