-
Notifications
You must be signed in to change notification settings - Fork 0
/
xotcl-request-broker.info
executable file
·31 lines (26 loc) · 2.49 KB
/
xotcl-request-broker.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="xotcl-request-broker" url="http://openacs.org/repository/apm/packages/xotcl-request-broker" type="apm_service">
<package-name>XOTcl Request Broker</package-name>
<pretty-plural>XOTcl Request Brokers</pretty-plural>
<initial-install-p>f</initial-install-p>
<singleton-p>t</singleton-p>
<auto-mount>request-broker</auto-mount>
<version name="0.5d" url="http://media.wu-wien.ac.at/download/xotcl-request-broker-0.5d.apm">
<owner url="mailto:[email protected]">stefan sobernig</owner>
<release-date>2008-03-26</release-date>
<maturity>0</maturity>
<provides url="xotcl-request-broker" version="0.5d"/>
<requires url="acs-service-contract" version="5.2.3"/>
<requires url="xotcl-core" version="0.87"/>
<callbacks>
<callback type="before-uninstall" proc="::xorb::before-uninstall"/>
<callback type="before-upgrade" proc="::xorb::before-upgrade"/>
</callbacks>
<parameters>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="consumer_chain" default="::xorb::client::consumer_chain" description="xorb allows for injecting specific handlers ("interceptors") that are capable of intercepting and mangling requests and responses (in a chain of interceptors). By default, xorb loads ::xorb::client::consumer_chain as responsible chain of interceptors for the consumner side. You may add your interceptors to this chain or provide your own chain object."/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="invocation_access_policy" default="::xorb::deployment::Default" description="The request broker allows to use access policies to control and enforce restrictions upon invocations. It is possible to specify your own default per-instance policy. By default, ::xorb::deployment::Default applies."/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="provider_chain" default="::xorb::provider_chain" description="xorb allows for injecting specific handlers ("interceptors") that are capable of intercepting and mangling requests and responses (in a chain of interceptors). By default, xorb loads ::xorb::provider_chain as responsible chain of interceptors for the provider side. You may add your interceptors to this chain or provide your own chain object."/>
</parameters>
</version>
</package>