Methods

Class/Module Index [+]

Quicksearch

Bio::DDBJ::XML::RequestManager

RequestManager

Sequence Retrieving System

Examples

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

WSDL Methods

Examples

Constants

SERVER_URI

Public Class Methods

new(wsdl = nil) click to toggle source

creates a new driver

# File lib/bio/io/ddbjxml.rb, line 385
def self.new(wsdl = nil)
  begin
    new_orig(wsdl)
  rescue RuntimeError
    REST.new
  end
end
Also aliased as: new_orig
new_orig(wsdl = nil) click to toggle source
Alias for: new

[Validate]

Generated with the Darkfish Rdoc Generator 2.