NAME
LS::Authority::WSDL::Constants - Perl module containing constants used in the LSID WSDL module.
SYNOPSIS
use LS::Authority::WSDL::Constants;
print "HTTP Protocol: " . $LS::Authority::WSDL::Protocols::HTTP . "\n";
DESCRIPTION
METHODS
LS::Authority::WSDL::Protocols
- protocolToURI( $protocol )
-
Helper function to map a protocol on to its URI. Parameters: $protocol - A string containing the protocol scheme Returns: undef if there is an error or the protocol does not have a URI or, the URI of the protocol
- uriToProtocol( $lookupURI )
-
Looks up the protocol scheme name for a given URI. Parameters: $lookupURI - The URI used to locate the protocol scheme Returns: undef if there is an error or the protocol scheme is not found otherwise, the protocol scheme is returned
COPYRIGHT
Copyright (c) 2004 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.opensource.org/licenses/cpl.php