Searched +refs:XMLRPC +refs:create (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/xmlrpc/
H A Dmarshal.rb8 require "xmlrpc/create"
12 module XMLRPC # :nodoc: module
14 # Marshalling of XMLRPC::Create#methodCall and XMLRPC::Create#methodResponse
47 create.methodCall( methodName, *params )
51 create.methodResponse( ! param.kind_of?( XMLRPC::FaultException ) , param )
H A Dutils.rb6 module XMLRPC # :nodoc: module
20 # The Mixin is used in client.rb (class XMLRPC::Client)
21 # and server.rb (class XMLRPC::BasicServer)
26 # Should be an instance of a class from module XMLRPC::XMLWriter.
28 # If this method is not called, then XMLRPC::Config::DEFAULT_WRITER is used.
30 @create = Create.new(writer)
36 # Should be an instance of a class from module XMLRPC::XMLParser.
38 # If this method is not called, then XMLRPC::Config::DEFAULT_PARSER is used.
46 def create method in class:XMLRPC.ParserWriterChooseMixin
48 if @create
[all...]
H A Dserver.rb7 require "xmlrpc/create"
13 module XMLRPC # :nodoc: module
27 # found, the default_handler, XMLRPC::BasicServer#set_default_handler will be
48 # Creates a new XMLRPC::BasicServer instance, which should not be
49 # done, because XMLRPC::BasicServer is an abstract class. This
54 # XMLRPC::BasicServer#add_handler, when an object is added as a handler, to
62 @create = nil
83 # XMLRPC::FaultException like in this example:
87 # raise XMLRPC::FaultException.new(1, "division by zero")
94 # XMLRPC
[all...]
H A Dclient.rb10 require "xmlrpc/create"
16 module XMLRPC # :nodoc: module
20 # After setting the connection-parameters with XMLRPC::Client.new which
21 # creates a new XMLRPC::Client instance, you can execute a remote procedure
22 # by sending the XMLRPC::Client#call or XMLRPC::Client#call2
30 # server = XMLRPC::Client.new("www.ruby-lang.org", "/RPC2", 80)
34 # rescue XMLRPC::FaultException => e
44 # server = XMLRPC::Client.new("www.ruby-lang.org", "/RPC2", 80)
55 USER_AGENT = "XMLRPC
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DXMLRPC.tcl0 # XMLRPC.tcl - Copyright (C) 2001 Pat Thoyts <patthoyts@users.sourceforge.net>
19 namespace eval ::XMLRPC {
21 variable rcs_version { $Id: XMLRPC.tcl,v 1.9 2008/07/09 16:14:23 andreas_kupries Exp $ }
23 namespace export create cget dump configure proxyconfig export
33 proc ::XMLRPC::create {args} {
39 return [uplevel 1 "SOAP::create $args"]
42 proc ::XMLRPC::configure { args } {
46 proc ::XMLRPC::cget { args } {
50 proc ::XMLRPC
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm1185 # Added in SOAP::Lite 0.65_6 to fix an XMLRPC bug
1187 || $self->isa('XMLRPC::Serializer')
1234 # and do not create a wrapper array tag.
3423 # CLASS, either get self or create new and assign to self
3425 # function call, either get self or create new and assign to self
3850 XMLRPC::Lite XMLRPC::Transport::HTTP
3858 sub create; *create = \&new; # make alias. Somewhere 'new' is registered keyword
3862 sub xmlrpc { required; XMLRPC
[all...]

Completed in 131 milliseconds