| lsid-perl documentation | view source | Contained in the lsid-perl distribution. |
LS::Service::Response - Response object used in communication
$response_data = 'Your response data'; $format = 'application/xml'; $response = LS::Service::Response->new(response=> $response_data, format=> $format);
The LS::Service::Response object is used to communicate data from a remote service to the LSID resolver application layer.
This will construct a new LS::Service::Response object.
Expiration date.
Response data.
Format string.
Copyright (c) 2002,2003 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
| lsid-perl documentation | view source | Contained in the lsid-perl distribution. |