LS::Authority::WSDL::Constants - Perl module containing constants used in the LSID WSDL module.


lsid-perl documentation  | view source Contained in the lsid-perl distribution.

Index


NAME

Top

LS::Authority::WSDL::Constants - Perl module containing constants used in the LSID WSDL module.

SYNOPSIS

Top

 use LS::Authority::WSDL::Constants;

 print "HTTP Protocol: " . $LS::Authority::WSDL::Protocols::HTTP . "\n";

DESCRIPTION

Top

METHODS

Top

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

Top


lsid-perl documentation  | view source Contained in the lsid-perl distribution.