xref: /aoo4110/main/io/source/stm/stm.xml (revision b1cdbd2c)
1*b1cdbd2cSJim Jagielski<?xml version="1.0" encoding="UTF-8"?>
2*b1cdbd2cSJim Jagielski<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*b1cdbd2cSJim Jagielski<!--***********************************************************
4*b1cdbd2cSJim Jagielski *
5*b1cdbd2cSJim Jagielski * Licensed to the Apache Software Foundation (ASF) under one
6*b1cdbd2cSJim Jagielski * or more contributor license agreements.  See the NOTICE file
7*b1cdbd2cSJim Jagielski * distributed with this work for additional information
8*b1cdbd2cSJim Jagielski * regarding copyright ownership.  The ASF licenses this file
9*b1cdbd2cSJim Jagielski * to you under the Apache License, Version 2.0 (the
10*b1cdbd2cSJim Jagielski * "License"); you may not use this file except in compliance
11*b1cdbd2cSJim Jagielski * with the License.  You may obtain a copy of the License at
12*b1cdbd2cSJim Jagielski *
13*b1cdbd2cSJim Jagielski *   http://www.apache.org/licenses/LICENSE-2.0
14*b1cdbd2cSJim Jagielski *
15*b1cdbd2cSJim Jagielski * Unless required by applicable law or agreed to in writing,
16*b1cdbd2cSJim Jagielski * software distributed under the License is distributed on an
17*b1cdbd2cSJim Jagielski * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18*b1cdbd2cSJim Jagielski * KIND, either express or implied.  See the License for the
19*b1cdbd2cSJim Jagielski * specific language governing permissions and limitations
20*b1cdbd2cSJim Jagielski * under the License.
21*b1cdbd2cSJim Jagielski *
22*b1cdbd2cSJim Jagielski ***********************************************************-->
23*b1cdbd2cSJim Jagielski<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
24*b1cdbd2cSJim Jagielski	<module-name> streams.uno </module-name>
25*b1cdbd2cSJim Jagielski
26*b1cdbd2cSJim Jagielski	<component-description>
27*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
28*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.Pipe </name>
29*b1cdbd2cSJim Jagielski		<description>
30*b1cdbd2cSJim Jagielski			This component provides ...
31*b1cdbd2cSJim Jagielski		</description>
32*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
33*b1cdbd2cSJim Jagielski		<language>	c++	</language>
34*b1cdbd2cSJim Jagielski		<status	value="final"/>
35*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.Pipe </supported-service>
36*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
37*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectInputStream					</type>
38*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectOutputStream	   			</type>
39*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSource					</type>
40*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSink					</type>
41*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XMarkableStream					</type>
42*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.UnexpectedEOFException    			</type>
43*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.WrongFormatException      			</type>
44*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XComponent              			</type>
45*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XMultiServiceFactory            	</type>
46*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XSingleServiceFactory   			</type>
47*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XServiceInfo            			</type>
48*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XTypeProvider           			</type>
49*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.IllegalArgumentException			</type>
50*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XRegistryKey           		</type>
51*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XImplementationRegistration	</type>
52*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.test.XSimpleTest                    	</type>
53*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
54*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
55*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.TypeClass                       	</type>
56*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XWeak                           	</type>
57*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XAggregation                    	</type>
58*b1cdbd2cSJim Jagielski	</component-description>
59*b1cdbd2cSJim Jagielski
60*b1cdbd2cSJim Jagielski	<component-description>
61*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
62*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.DataInputStream </name>
63*b1cdbd2cSJim Jagielski		<description>
64*b1cdbd2cSJim Jagielski			This component provides ...
65*b1cdbd2cSJim Jagielski		</description>
66*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
67*b1cdbd2cSJim Jagielski		<language>	c++	</language>
68*b1cdbd2cSJim Jagielski		<status	value="final"/>
69*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.DataInputStream	</supported-service>
70*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
71*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectInputStream					</type>
72*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectOutputStream				</type>
73*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSource					</type>
74*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSink					</type>
75*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XMarkableStream					</type>
76*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.UnexpectedEOFException            	</type>
77*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.WrongFormatException              	</type>
78*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XComponent                      	</type>
79*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XMultiServiceFactory            	</type>
80*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XSingleServiceFactory           	</type>
81*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XServiceInfo                    	</type>
82*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XTypeProvider                   	</type>
83*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.IllegalArgumentException        	</type>
84*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XRegistryKey                	</type>
85*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XImplementationRegistration	</type>
86*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.test.XSimpleTest                     	</type>
87*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.TypeClass                        	</type>
88*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XWeak                            	</type>
89*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XAggregation                      </type>
90*b1cdbd2cSJim Jagielski	</component-description>
91*b1cdbd2cSJim Jagielski
92*b1cdbd2cSJim Jagielski	<component-description>
93*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
94*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.DataOutputStream </name>
95*b1cdbd2cSJim Jagielski		<description>
96*b1cdbd2cSJim Jagielski			This component provides ...
97*b1cdbd2cSJim Jagielski		</description>
98*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
99*b1cdbd2cSJim Jagielski		<language> c++ </language>
100*b1cdbd2cSJim Jagielski		<status	value="final"/>
101*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.DataOutputStream </supported-service>
102*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
103*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XObjectInputStream					</type>
104*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XObjectOutputStream					</type>
105*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XActiveDataSource					</type>
106*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XActiveDataSink						</type>
107*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XMarkableStream						</type>
108*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.UnexpectedEOFException            	</type>
109*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.WrongFormatException              	</type>
110*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XComponent                      	</type>
111*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XMultiServiceFactory            	</type>
112*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XSingleServiceFactory           	</type>
113*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XServiceInfo                    	</type>
114*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XTypeProvider                   	</type>
115*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.IllegalArgumentException        	</type>
116*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.registry.XRegistryKey                	</type>
117*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.registry.XImplementationRegistration	</type>
118*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.test.XSimpleTest                     	</type>
119*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
120*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
121*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.uno.TypeClass                        	</type>
122*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.uno.XWeak                            	</type>
123*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.uno.XAggregation                      	</type>
124*b1cdbd2cSJim Jagielski	</component-description>
125*b1cdbd2cSJim Jagielski
126*b1cdbd2cSJim Jagielski	<component-description>
127*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
128*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.ObjectInputStream </name>
129*b1cdbd2cSJim Jagielski		<description>
130*b1cdbd2cSJim Jagielski			This component provides ...
131*b1cdbd2cSJim Jagielski		</description>
132*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
133*b1cdbd2cSJim Jagielski		<language> c++ </language>
134*b1cdbd2cSJim Jagielski		<status	value="final"/>
135*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.ObjectInputStream </supported-service>
136*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
137*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XObjectInputStream					</type>
138*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XObjectOutputStream					</type>
139*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XActiveDataSource					</type>
140*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XActiveDataSink						</type>
141*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.XMarkableStream						</type>
142*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.UnexpectedEOFException            	</type>
143*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.io.WrongFormatException              	</type>
144*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XComponent                      	</type>
145*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XMultiServiceFactory            	</type>
146*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XSingleServiceFactory           	</type>
147*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XServiceInfo                    	</type>
148*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.XTypeProvider                   	</type>
149*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.lang.IllegalArgumentException        	</type>
150*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.registry.XRegistryKey                	</type>
151*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.registry.XImplementationRegistration	</type>
152*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.test.XSimpleTest                     	</type>
153*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
154*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
155*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.uno.TypeClass                        	</type>
156*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.uno.XWeak                            	</type>
157*b1cdbd2cSJim Jagielski		<type> 	com.sun.star.uno.XAggregation                      	</type>
158*b1cdbd2cSJim Jagielski	</component-description>
159*b1cdbd2cSJim Jagielski
160*b1cdbd2cSJim Jagielski	<component-description>
161*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
162*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.ObjectOutputStream </name>
163*b1cdbd2cSJim Jagielski		<description>
164*b1cdbd2cSJim Jagielski			This component provides ...
165*b1cdbd2cSJim Jagielski		</description>
166*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
167*b1cdbd2cSJim Jagielski		<language> c++ </language>
168*b1cdbd2cSJim Jagielski		<status	value="final"/>
169*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.ObjectOutputStream </supported-service>
170*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
171*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectInputStream					</type>
172*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectOutputStream				</type>
173*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSource					</type>
174*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSink					</type>
175*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XMarkableStream					</type>
176*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.UnexpectedEOFException            	</type>
177*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.WrongFormatException              	</type>
178*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XComponent                      	</type>
179*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XMultiServiceFactory            	</type>
180*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XSingleServiceFactory           	</type>
181*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XServiceInfo                    	</type>
182*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XTypeProvider                   	</type>
183*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.IllegalArgumentException        	</type>
184*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XRegistryKey                	</type>
185*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XImplementationRegistration	</type>
186*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.test.XSimpleTest                     	</type>
187*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
188*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
189*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.TypeClass                        	</type>
190*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XWeak                            	</type>
191*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XAggregation                      </type>
192*b1cdbd2cSJim Jagielski	</component-description>
193*b1cdbd2cSJim Jagielski
194*b1cdbd2cSJim Jagielski	<component-description>
195*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
196*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.MarkableInputStream </name>
197*b1cdbd2cSJim Jagielski		<description>
198*b1cdbd2cSJim Jagielski			This component provides ...
199*b1cdbd2cSJim Jagielski		</description>
200*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
201*b1cdbd2cSJim Jagielski		<language> c++ </language>
202*b1cdbd2cSJim Jagielski		<status	value="final"/>
203*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.MarkableInputStream	</supported-service>
204*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
205*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectInputStream					</type>
206*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectOutputStream				</type>
207*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSource					</type>
208*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSink					</type>
209*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XMarkableStream					</type>
210*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.UnexpectedEOFException            	</type>
211*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.WrongFormatException              	</type>
212*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XComponent                      	</type>
213*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XMultiServiceFactory            	</type>
214*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XSingleServiceFactory           	</type>
215*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XServiceInfo                    	</type>
216*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XTypeProvider                   	</type>
217*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.IllegalArgumentException        	</type>
218*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XRegistryKey                	</type>
219*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XImplementationRegistration	</type>
220*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.test.XSimpleTest                     	</type>
221*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
222*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
223*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.TypeClass                        	</type>
224*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XWeak                            	</type>
225*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XAggregation                      </type>
226*b1cdbd2cSJim Jagielski	</component-description>
227*b1cdbd2cSJim Jagielski
228*b1cdbd2cSJim Jagielski	<component-description>
229*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
230*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.io.stm.MarkableOutputStream </name>
231*b1cdbd2cSJim Jagielski		<description>
232*b1cdbd2cSJim Jagielski			This component provides ...
233*b1cdbd2cSJim Jagielski		</description>
234*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
235*b1cdbd2cSJim Jagielski		<language> c++ </language>
236*b1cdbd2cSJim Jagielski		<status	value="final"/>
237*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.MarkableOutputStream </supported-service>
238*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
239*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectInputStream					</type>
240*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XObjectOutputStream				</type>
241*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSource					</type>
242*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XActiveDataSink					</type>
243*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.XMarkableStream					</type>
244*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.UnexpectedEOFException            	</type>
245*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.io.WrongFormatException              	</type>
246*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XComponent                      	</type>
247*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XMultiServiceFactory            	</type>
248*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XSingleServiceFactory           	</type>
249*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XServiceInfo                    	</type>
250*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.XTypeProvider                   	</type>
251*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.lang.IllegalArgumentException        	</type>
252*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XRegistryKey                	</type>
253*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.registry.XImplementationRegistration	</type>
254*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.test.XSimpleTest                     	</type>
255*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
256*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
257*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.TypeClass                        	</type>
258*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XWeak                            	</type>
259*b1cdbd2cSJim Jagielski		<type>	 com.sun.star.uno.XAggregation                      </type>
260*b1cdbd2cSJim Jagielski	</component-description>
261*b1cdbd2cSJim Jagielski
262*b1cdbd2cSJim Jagielski	<component-description>
263*b1cdbd2cSJim Jagielski		<author> Joerg Budischewski </author>
264*b1cdbd2cSJim Jagielski		<name> com.sun.star.comp.stoc.Pump </name>
265*b1cdbd2cSJim Jagielski		<description>
266*b1cdbd2cSJim Jagielski			This component provides ...
267*b1cdbd2cSJim Jagielski		</description>
268*b1cdbd2cSJim Jagielski		<loader-name> com.sun.star.loader.SharedLibrary	</loader-name>
269*b1cdbd2cSJim Jagielski		<language> c++ </language>
270*b1cdbd2cSJim Jagielski		<status	value="final"/>
271*b1cdbd2cSJim Jagielski		<supported-service>	com.sun.star.io.Pump </supported-service>
272*b1cdbd2cSJim Jagielski		<service-dependency> ... </service-dependency>
273*b1cdbd2cSJim Jagielski		<type>	com.sun.star.io.XConnectable				</type>
274*b1cdbd2cSJim Jagielski		<type>	com.sun.star.io.XActiveDataSource			</type>
275*b1cdbd2cSJim Jagielski		<type>	com.sun.star.io.XActiveDataSink				</type>
276*b1cdbd2cSJim Jagielski		<type>	com.sun.star.io.XActiveDataControl			</type>
277*b1cdbd2cSJim Jagielski		<type>	com.sun.star.lang.DisposedException 		</type>
278*b1cdbd2cSJim Jagielski		<type>	com.sun.star.lang.XTypeProvider				</type>
279*b1cdbd2cSJim Jagielski		<type>	com.sun.star.lang.XServiceInfo				</type>
280*b1cdbd2cSJim Jagielski		<type>	com.sun.star.lang.XSingleServiceFactory		</type>
281*b1cdbd2cSJim Jagielski		<type>	com.sun.star.lang.XMultiServiceFactory		</type>
282*b1cdbd2cSJim Jagielski		<type>	com.sun.star.registry.XRegistryKey			</type>
283*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.lang.XSingleComponentFactory         	</type>
284*b1cdbd2cSJim Jagielski        <type>	 com.sun.star.uno.XComponentContext                	</type>
285*b1cdbd2cSJim Jagielski		<type>	com.sun.star.uno.XAggregation				</type>
286*b1cdbd2cSJim Jagielski		<type>	com.sun.star.uno.XWeak						</type>
287*b1cdbd2cSJim Jagielski		<type>	com.sun.star.uno.TypeClass					</type>
288*b1cdbd2cSJim Jagielski	</component-description>
289*b1cdbd2cSJim Jagielski
290*b1cdbd2cSJim Jagielski	<project-build-dependency>	cppuhelper	</project-build-dependency>
291*b1cdbd2cSJim Jagielski	<project-build-dependency>	cppu		</project-build-dependency>
292*b1cdbd2cSJim Jagielski	<project-build-dependency>	vos			</project-build-dependency>
293*b1cdbd2cSJim Jagielski	<project-build-dependency>	sal			</project-build-dependency>
294*b1cdbd2cSJim Jagielski
295*b1cdbd2cSJim Jagielski	<runtime-module-dependency>	cppuhelper	</runtime-module-dependency>
296*b1cdbd2cSJim Jagielski	<runtime-module-dependency>	cppu2		</runtime-module-dependency>
297*b1cdbd2cSJim Jagielski	<runtime-module-dependency>	vos2MSC		</runtime-module-dependency>
298*b1cdbd2cSJim Jagielski	<runtime-module-dependency>	sal2		</runtime-module-dependency>
299*b1cdbd2cSJim Jagielski</module-description>
300*b1cdbd2cSJim Jagielski
301