In Files

  • xmlrpc/config.rb
  • xmlrpc/create.rb
  • xmlrpc/parser.rb
  • xmlrpc/server.rb
  • xmlrpc/utils.rb

XMLRPC::Config

Constants

DEFAULT_PARSER

available parser:

* XMLParser::NQXMLTreeParser
* XMLParser::NQXMLStreamParser
* XMLParser::XMLTreeParser
* XMLParser::XMLStreamParser (fastest)
* XMLParser::REXMLStreamParser
* XMLParser::XMLScanStreamParser
DEFAULT_WRITER
ENABLE_BIGINT

allows integers greater than 32-bit if true

ENABLE_INTROSPECTION

enable Introspection extension by default

ENABLE_MARSHALLING

enable marshalling ruby objects which include XMLRPC::Marshallable

ENABLE_MULTICALL

enable multiCall extension by default

ENABLE_NIL_CREATE

enable <nil/> tag

ENABLE_NIL_PARSER

Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.

blog comments powered by Disqus