Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

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

XMLRPC::Config

Constants

DEFAULT_PARSER

Available parsers

DEFAULT_WRITER

or XMLWriter::XMLParser

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