xml-rpc ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


概要
XML RPC クライアントおよびサーバー

メタデータ
タグ:enterprise, web
作者:Daniel Ehrenberg


ワード

タプルクラス
クラススーパークラススロット
base64 tuplestring
rpc-fault tuplecode string
rpc-method tuplename params
rpc-response tupleparams
server-error tupletag message


union クラス
boolean


総称ワード
ワードスタック効果
item>xml( object -- xml )
send-rpc( rpc -- xml )


通常ワード
ワードスタック効果
<base64>( string -- base64 )
<rpc-fault>( code string -- rpc-fault )
<rpc-method>( name params -- rpc-method )
<rpc-response>( params -- rpc-response )
children>number( tag -- n )
invoke-method( params method url -- response )
method-call( name seq -- xml )
params( seq -- xml )
params>array( tag -- array )
parse-fault( xml -- fault-code fault-string )
parse-method( xml -- string array )
parse-rpc-response( xml -- array )
post-rpc( rpc url -- rpc )
receive-rpc( xml -- rpc )
return-fault( fault-code fault-string -- xml )
return-params( seq -- xml )
server-error( tag message -- * )
struct-member( name value -- tag )
unstruct-member( tag -- )
xml>item( tag -- object )


クラス述語ワード
ワードスタック効果
base64?( object -- ? )
boolean?( object -- ? )
rpc-fault?( object -- ? )
rpc-method?( object -- ? )
rpc-response?( object -- ? )
server-error?( object -- ? )


ファイル
resource:basis/xml-rpc/xml-rpc.factor
resource:basis/xml-rpc/xml-rpc-docs.factor
resource:basis/xml-rpc/xml-rpc-tests.factor



ボキャブラリ概要
xml-rpc.privatexml-rpc.private ボキャブラリ