NAME

SOAP::Integr8::ParamFactory

SYNOPSIS

my $pf = SOAP::Integr8::ParamFactory;
my $wrapped = $pf->gene_id(1);

DESCRIPTION

Calls to the WSDL based SOAP service requires the client code to wrap params in an appropriate data structure. This module has methods for returning the correct parameter structure for each method SOAP::Integr8 has to offer.

As a user you should not have to use this class directly since SOAP::Integr8 will do all the work for you.

SUBROUTINES

new

Creates a new instance of this class. Whilst this could be a functional module it keeps it in the spirit of the SOAP::Integr8 package to have it as a object.

term

Returns a string SOAP::Data type keyed by term

terms

Returns an array of Strings of SOAP::Data keyed by terms

proteome_id

Returns an int of SOAP::Data

genome_ac

Returns a String

gene_id

Returns a string

AUTHOR

Andrew Yates