Class SOAP::RPC::CGIStub
In: lib/soap/rpc/cgistub.rb
Parent: Logger::Application

SYNOPSIS

  CGIStub.new

DESCRIPTION

  To be written...

Methods

Included Modules

SOAP WEBrick

Classes and Modules

Class SOAP::RPC::CGIStub::SOAPFCGIRequest
Class SOAP::RPC::CGIStub::SOAPRequest
Class SOAP::RPC::CGIStub::SOAPStdinRequest

Constants

HTTPVersion = WEBrick::HTTPVersion.new('1.0')

Public Class methods

Public Instance methods

add_method(obj, name, *param)

Alias for add_rpc_method

add_method_as(obj, name, name_as, *param)

Alias for add_rpc_method_as

add_method_with_namespace(namespace, obj, name, *param)
add_method_with_namespace_as(namespace, obj, name, name_as, *param)
add_rpc_headerhandler(obj)

Alias for add_headerhandler

add_servant(obj, namespace = @default_namespace)

Alias for add_rpc_servant

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.