Bayonne::Server - Perl extension for invoking Bayonne 2 webservices


Bayonne-Server documentation  | view source Contained in the Bayonne-Server distribution.

Index


NAME

Top

Bayonne::Server - Perl extension for invoking Bayonne 2 webservices

SYNOPSOS

Top

  use Bayonne::Server;
  $conn = new Bayonne::Server(hostid => "hostname:port", secret => "password");

DESCRIPTION

Top

  This module is used to create an instance of the Bayonne::Server.  
  Each instance is used to connect to one running instance of Bayonne
  through it's integrated http based web service.  You can create
  multiple instances of this object, each connecting to a different
  server, if you so desire.  The default hostid to use is 
  "localhost:8055" if you are not connecting to a remote machine.  The
  methods can then be used to invoke specific webservice methods.

EXPORT

Top

None by default.

SEE ALSO

Top

Documentation for GNU Bayonne 2. Support is available from the Bayonne 2 developers mailing list, bayonne-devel@gnu.org.

AUTHOR

Top

David Sugar, <dyfet@gnutelephony.org>

COPYRIGHT AND LICENSE

Top


Bayonne-Server documentation  | view source Contained in the Bayonne-Server distribution.