Edward Kawas > lsid-perl > LS::Service::Response

Download:
lsid-perl-1.1.7.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

NAME ^

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

SYNOPSIS ^

        $response_data = 'Your response data';

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

DESCRIPTION ^

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

CONSTRUCTORS ^

new

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

METHODS ^

expiration ( [ $expiration ] )
        Expiration date.
response( [ $data ] )
        Response data.
format( [ $format_string ] )
        Format string.

COPYRIGHT ^

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

syntax highlighting: