Basic XML-RPC server implementation.
基本的なXML-RPCサーバーの実装。 - Python
Returns the an XML string representing the XML-RPC message.
XML-RPC メッセージを表す XML 文字列を返します。 - PEAR
Self-documenting XML-RPC server implementation.
セルフ-ドキュメンティング XML-RPC サーバの実装。 - Python
If the channel is named foo.example.com and xmlrpc is accessed at foo.example.com/xml/rpc then path will be xml/rpc.
チャネル名が foo.example.com、xmlrpc が foo.example.com/xml/rpcでアクセスできる場合、このパスは xml/rpcとなります。 - PEAR
For more general XML-RPC questions, there is a Yahoo! Groups XML-RPC mailing list.
XML-RPC についての一般的な質問には、Yahoo! グループの XML-RPC メーリングリストが利用できます。 - PEAR
Returns a string containing the XML-RPC representation of this value.
値を、XML-RPC 形式の文字列で返します。 - PEAR
Register a function that can respond to XML-RPC requests.
XML-RPCリクエストに応じる関数を登録します。 - Python
This is a PEAR-ified version of Useful inc's XML-RPC for PHP.
XML-RPC プロトコルの PHP による実装 これは、Useful inc の XML-RPC for PHP を PEAR に対応させたものです。 - PEAR
Defaults are xmlrpc.php for xml-rpc and soap.php for SOAP.
デフォルトは、xml-rpc の場合は xmlrpc.phpそして SOAP の場合は soap.php です。 - PEAR
What XML-RPC functions are available in a standard channel?
標準チャネルではどんな XML-RPC 関数が使用可能? - PEAR
HTTP POST requests are handled as XML-RPC method calls. HTTP POST リクエストは XML-RPC メソッドの呼び出しとして扱われます。 - Python
The XML-RPC.com discussion group is a useful place to get help with using XML-RPC.
XML-RPC の使用法についての助言を得るには、XML-RPC.com の掲示板が便利です。 - PEAR
Returns the integer fault code return from the XML-RPC response $resp.
XML-RPC レスポンス $respから、失敗のコードを整数値で返します。 - PEAR
A ServerProxy instance is an object that manages communication with a remote XML-RPC server. ServerProxyは、リモートのXML-RPCサーバとの通信を管理するオブジェクトです。 - Python
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. XML-RPCはXMLを利用した遠隔手続き呼び出し(Remote Procedure Call)の一種で、HTTPをトランスポートとして使用します。 - Python
xmlrpc, soap, rest channel.xml knows about the XML-RPC, SOAP, and REST protocols for web services.
xmlrpc, soap, rest channel.xml は、Web サービスのプロトコルとして XML-RPC、SOAPおよび REST を認識します。 - PEAR
Groups mailing list.The Jellyfish Book Together with Simon St.Laurent and Joe Johnston, Edd Dumbill wrote a book on XML-RPC for O'Reilly and Associates on XML-RPC.
クラゲ本 Simon St.Laurent や Joe Johnston とともに Edd Dumbill が書いたXML-RPC についての本が、O'Reilly and Associates より発売されています。 - PEAR
Gets or sets the method contained in the XML-RPC message.
XML-RPC メッセージ中に含まれるメソッドを取得あるいは設定します。 - PEAR
Registers the XML-RPC multicall function system. multicall.
XML-RPC における複数の要求を処理する関数 system.multicall を登録します。 - Python
This occurs because Web services rely on the JAX-RPC 1.6 XML library. この問題は、Web サービスが JAX-RPC 1.6 XML ライブラリに依存するために起こります。 - NetBeans
logintest The logintest xml-rpc function is called by the login command, and should return a boolean TRUEpackage.getDownloadURL
logintest xml-rpc 関数 logintest は login コマンドからコールされ、論理型の TRUEを返します。 package.getDownloadURL - PEAR
This is the basic class used to represent a client of an XML-RPC server.
これは、XML-RPC サーバのクライアントを表現するために使用されます。 - PEAR
This class enables the creation and encapsulation of values for XML-RPC.
このクラスは、XML-RPCで使用する値の作成とカプセル化を可能にします。 - PEAR
Write the XML-RPC encoding of this DateTime item to the out stream object.
出力ストリームオブジェクト out に、XML-RPCエンコーディングのDateTime値を出力します。 - Python
Write the XML-RPC encoding of this Boolean item to the out stream object.
出力ストリームオブジェクト out に、XML-RPCエンコーディングのBoolean値を出力します。 - Python
This is the full set of data types supported by XML-RPC.
上記のXML-RPCでサポートする全データ型を使用することができます。 - Python
A follow-on release of Java API for XML-based RPC 1.1(JAX-RPC), JAX-WS simplifies the task of developing web services using Java technology. JAX-RPC (Java API for XML-based RPC 1.1) の追加リリースである JAX-WS は、Java テクノロジを使用した Web サービスの開発作業を簡素化します。 - NetBeans
A standard PEAR channel should support this list of XML-RPC functions:
標準 PEAR チャネルがサポートしている XML-RPC 関数の一覧は以下のとおりです。 - PEAR
The second parameter must be a name of an XML-RPC type.
第 2 パラメータは、以下の例のように XML-RPC 型の名前である必要があります。 - PEAR
A follow-up to the release of Java API for XML-based RPC 1.1(JAX-RPC), JAX-WS simplifies the task of developing web services using Java technology. JAX-RPC (Java API for XML-based RPC 1.1) の追加リリースである JAX-WS は、Java テクノロジを使用した Web サービスの開発作業を簡素化します。 - NetBeans
a list of protocols supported by a channel (XML-RPC, SOAP, and REST are supported) a list of mirrors and the protocols they support.
チャネルがサポートするプロトコルの一覧(XML-RPC、SOAP および REST がサポートされます)。 - PEAR
Adds a supported xml-rpc or SOAP function to a channel definition file.
チャネル定義ファイルに、サポートされる xml-rpc 関数あるいはSOAP 関数を追加します。 - PEAR
The SimpleXMLRPCServer module provides a basic serverframework for XML-RPC servers written in Python.
SimpleXMLRPCServerモジュールはPythonで記述された基本的なXML-RPCサーバーフレームワークを提供します。 - Python
A Fault object encapsulates the content of an XML-RPC fault tag.Fault objects have the following members:
Faultオブジェクトは、XML-RPCのfaultタグの内容をカプセル化しており、以下のメンバを持ちます: - Python
In other words, to access XML-RPC functions for the pear.example.com channel defined in the sample channel.xml, the installer would query https://pear.example.com:8080/xmlrpc.php for XML-RPC functions, but would query https://pear.example.com:8080/soapy.php for SOAP functions.
言い換えれば、上の例の channel.xml で定義されたチャネル pear.example.comの XML-RPC 関数にアクセスするためには、インストーラはhttps://pear.example.com:8080/xmlrpc.php(XML-RPC 関数の場合)、あるいはhttps://pear.example.com:8080/soapy.php(SOAP 関数の場合) に問い合わせます。 - PEAR
methodHelp and system. methodSignature.
XML-RPC のイントロスペクション関数、system.listMethods、system.methodHelp、system.methodSignature を登録します。 - Python
The DocXMLRPCServer class is derived fromSimpleXMLRPCServer.SimpleXMLRPCServer and provides a means of creating self-documenting, stand alone XML-RPC servers. DocXMLRPCServer はSimpleXMLRPCServer.SimpleXMLRPCServer の派生クラスで、セルフ- ドキュメンティングの手段と XML-RPC サーバ機能を提供します。 - Python
This class provides methods for registration of functions that can be called by the XML-RPC protocol. このクラスはXML-RPCプロトコルで呼ばれる関数の登録のためのメソッドを提供します。 - Python
This method returns a list of strings, one for each (non-system)method supported by the XML-RPC server.
XML-RPCサーバがサポートするメソッド名(system以外)を格納する文字列のリストを返します。 - Python
Create a new instance to handle XML-RPC requests in a CGI environment.
CGI環境に XMR-RPC リクエスト・ハンドラの新たなインスタンスを生成します。 - Python
This module supports writing XML-RPC client code; it handles all the details of translating between conformable Python objects and XML on the wire. このモジュールは、XML-RPCクライアントの開発をサポートしており、Pythonオブジェクトに適合する転送用XMLの変換の全てを行います。 - Python
Most blog hosters and blogging software packages have support for such a web services API, mostly via XML-RPC.
たいていの blog 業者や blog ソフトウェアは、このようなウエブサービス API を (XML-RPC などで) 提供しています。 - PEAR
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.