NAME
WebService::Cath::FuncNet::Operation
SYNOPSIS
Represents a WebService Operation - should be extended by all other operations
package WebService::Cath::FuncNet::Operation::DoSomething;
use Moose;
extends 'WebService::Cath::FuncNet::Operation';
$ws = WebService::Cath::FuncNet->new();
$op = WebService::Cath::FuncNet::Operation
ACCESSORS
METHODS
run( $parameters )
Calls the WebService operation with given parameter
RETURNS
WebService::Cath::FuncNet::Operation::ScorePairwiseRelations::Response
AUTHOR
Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>
LICENCE AND COPYRIGHT
Copyright (c) 2008, Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.