summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfobject.tag
blob: 119068a702f630cbceb690bbb7dc46b8d2c9fe79 (plain)
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
32
33
34
35
36
37
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfobject" single="1">
	<attr name="type" type="list">
		<items>
			<item>com</item>
			<item>corba</item>
			<item>java</item>
		</items>
	</attr>
	<attr name="action" type="list">
		<items>
			<item>create</item>
			<item>connect</item>
		</items>
	</attr>
	<attr name="class" />
	<attr name="name" />
	<attr name="context" type="list">
		<items>
			<item>inproc</item>
			<item>local</item>
			<item>remote</item>
		</items>
	</attr>
	<attr name="server" />
	<attr name="component" />
	<attr name="context" type="list">
		<items>
			<item>ior</item>
			<item>nameservice</item>
		</items>
	</attr>
	<attr name="locale" />
	<attr name="webservice" />
</tag>
</TAGS>