Table of Contents - rubysl-xmlrpc-2.0.0 Documentation
Pages
-
README
- XMLRPC for Ruby
- Author and Copyright
- Overview
- Example
- Documentation
- Features of XMLRPC for Ruby
- Howto
- Client
- Client with XML-RPC fault-structure handling
- by catching a XMLRPC::FaultException exception
- by calling “call2” which returns a boolean
- Client using Proxy
- CGI-based Server
- C/PHP-like (handler functions)
- Java-like (handler classes)
- Security Note
- With interface declarations
- Standalone server
- Choosing a different XML Parser or XML Writer
Classes and Modules
- RubySL
- RubySL::XMLRPC
-
XMLRPC
- Author and Copyright
- Overview
- Example
- Documentation
- Features of XMLRPC for Ruby
- Howto
- Client
- XMLRPC::Client with XML-RPC fault-structure handling
- by catching a XMLRPC::FaultException exception
- by calling “call2” which returns a boolean
- Using XMLRPC::Client::Proxy
- CGI-based server using XMLRPC::CGIServer
- C/PHP-like (handler functions)
- Java-like (handler classes)
- Security Note
- With interface declarations
- Standalone XMLRPC::Server
- Choosing a different XMLParser or XMLWriter