Xebra Taglib XRPC
About | Installation | Documentation | Tutorials | Frequently Asked Questions
The XRPC Tag Library is used for rpc applications and configures an rpc interface.
XRPC
Tag | Description |
---|---|
<xrpc:api class="..." namespace="..."> </xrpc:api> |
Basic configuration of the service. The class is the class which provides the procedures and the namespace is the namespace of the procedures. |
<xrpc:method id="..." />
|
A method of the service. This procedure will be available from the service. |
Example
For examples see Xebra_XML_RPC