Difference between revisions of "Xebra Taglib XRPC"

(XRPC)
Line 10: Line 10:
 
|
 
|
 
<xml>
 
<xml>
<f:form class="..." variable="...">
+
<xrpc:api class="..." namespace="...">
</f:form>
+
</xrpc:api>
 
</xml>
 
</xml>
 
|
 
|
All form tags have to be contained in a f-form. A variable and class can be optionally defined to automatically wrap input forms to an object. This variable is known in the scope of the form.
+
Basic configuration of the service. The class is the class which provides the procedures and the namespace is the namespace of the procedures.
 
|-
 
|-
 
|
 
|
 +
<xml>
 +
<xrpc:method id="..." />
 +
</xml>
 +
|
 +
A method of the service. This procedure will be available from the service.
 +
|-
 
|}
 
|}
 
====Example====
 
====Example====
 +
For examples see

Revision as of 12:45, 17 July 2009

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