GLite::Data::ChannelManagement
GLite::Data::FileCatalog module provides a Perl client library for the ChannelManagement interface.
The methods die if there was a SOAP fault. The fault string and details are added to the die message.
Note: you have to include the VO name in the URL!
my $srv = GLite::Data::ChannelManagement->new('https://service.glite.org:8443/example');
my $myStringPair = {
string1 => 'string',
string2 => 'string'
};
my $myChannel = {
channelName => 'string',
sourceSite => 'string',
destSite => 'string',
contact => 'string',
numberOfStreams => 9999,
numberOfFiles => 9999,
bandwidth => 9999,
nominalThroughput => 9999,
state => 'string',
VOShares => [ $myStringPair1, $myStringPair2, ... ]
};
my $myTransferException = {
message => 'string'
};
my $myAuthorizationException = new TransferException (
);
my $myExistsException = new TransferException (
);
my $myInvalidArgumentException = new TransferException (
);
my $myInternalException = new TransferException (
);
my $myNotExistsException = new TransferException (
);
my $myArrayOf_soapenc_string = [ 'string1', 'string2', ...];
Copyright (c) 2004 CERN, on behalf of the EU EGEE project. For license conditions see LICENSE file or http://www.edg.org/license.html.