LS::Service::Response - Response object used in communication


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

Index


NAME

Top

LS::Service::Response - Response object used in communication

SYNOPSIS

Top

	$response_data = 'Your response data';

	$format = 'application/xml';

	$response = LS::Service::Response->new(response=> $response_data,
					       format=> $format);

DESCRIPTION

Top

The LS::Service::Response object is used to communicate data from a remote service to the LSID resolver application layer.

CONSTRUCTORS

Top

new

This will construct a new LS::Service::Response object.

METHODS

Top

expiration ( [ $expiration ] )
	Expiration date.

response( [ $data ] )
	Response data.

format( [ $format_string ] )
	Format string.

COPYRIGHT

Top


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