Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
       xmlns:p="http://www.springframework.org/schema/p"
4
       xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns="http://www.springframework.org/schema/beans"
5
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6

    
7

    
8
       http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd">
9

    
10

    
11
	<bean id="schemaOrgPlugin" class="eu.dnetlib.data.collector.plugins.schemaorg.SchemaOrgPlugin">
12
		<property name="protocolDescriptor">
13
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="schemaorg">
14
				<property name="params">
15
					<list>
16
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
17
							  p:name="consumerBlockPolling" />
18
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
19
							  p:name="consumerBlockPollingTimeout" />
20
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
21
							  p:name="consumerBlockPollingTimeoutUnit" />
22
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
23
							  p:name="endpointCharset" />
24
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
25
							  p:name="updatedDateFormat" />
26
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
27
							  p:name="createdDateFormat" />
28
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
29
							  p:name="publicationDateFormat" />
30
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
31
							  p:name="contributorFallbackType" />
32
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
33
							  p:name="identifierFallbackType" p:optional="true" />
34
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
35
							  p:name="identifierFallbackURL" p:optional="true" />
36
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
37
							  p:name="identifierMappingARK" p:optional="true" />
38
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
39
							  p:name="identifierMappingDOI" p:optional="true" />
40
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
41
							  p:name="identifierMappingHandle" p:optional="true" />
42
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
43
							  p:name="identifierMappingPURL" p:optional="true" />
44
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
45
							  p:name="identifierMappingURN" p:optional="true" />
46
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
47
							  p:name="identifierMappingURL" p:optional="true" />
48

    
49
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
50
							  p:name="repositoryAccessType" />
51

    
52
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
53
							  p:name="sitemap_queueSize" p:optional="true" />
54
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
55
							  p:name="sitemap_IndexCharset" p:optional="true" />
56
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
57
							  p:name="sitemap_FileCharset" p:optional="true" />
58
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
59
							  p:name="sitemap_FileSchema" p:optional="true" />
60
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
61
							  p:name="sitemap_FileType" p:optional="true" />
62

    
63
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
64
							  p:name="httpapi-kaggle_queueSize" p:optional="true" />
65
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
66
							  p:name="httpapi-kaggle_APICharset" p:optional="true" />
67
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
68
							  p:name="httpapi-kaggle_queryUrl" p:optional="true" />
69
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
70
							  p:name="httpapi-kaggle_queryPagePlaceholder" p:optional="true" />
71
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
72
							  p:name="httpapi-kaggle_responsePropertyTotalDataset" p:optional="true" />
73
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
74
							  p:name="httpapi-kaggle_responsePropertyDatasetList" p:optional="true" />
75
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
76
							  p:name="httpapi-kaggle_responsePropertyDatasetUrl" p:optional="true" />
77
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
78
							  p:name="httpapi-kaggle_responseBaseDatasetUrl" p:optional="true" />
79
					</list>
80
				</property>
81
			</bean>
82
		</property>
83
	</bean>
84
	
85
	<bean id="datasetsbyproject" class="eu.dnetlib.data.collector.plugins.datasets.DatasetsByProjectPlugin">
86
		<property name="protocolDescriptor">
87
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="datasetsbyproject"/>
88
		</property>
89
	</bean>
90

    
91
	<bean id="re3dataPlugin" class="eu.dnetlib.data.collector.plugins.datasources.Re3DataCollectorPlugin">
92
		<property name="protocolDescriptor">
93
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="re3data"/>
94
		</property>
95
	</bean>
96

    
97
	<bean id="gristPlugin" class="eu.dnetlib.data.collector.plugins.projects.grist.GristCollectorPlugin">
98
		<property name="protocolDescriptor">
99
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="gristProjects"/>
100
		</property>
101
	</bean>
102

    
103
	<bean id="gtr2Plugin" class="eu.dnetlib.data.collector.plugins.projects.gtr2.Gtr2CollectorPlugin">
104
		<property name="protocolDescriptor">
105
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="gtr2Projects"/>
106
		</property>
107
	</bean>
108

    
109
	<bean id="HTTPWithFileNamePlugin" class="eu.dnetlib.data.collector.plugins.httpfilename.HTTPWithFileNameCollectorPlugin">
110
		<property name="protocolDescriptor">
111

    
112
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="HTTPWithFileName">
113
				<property name="params">
114
				<list>
115
				<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
116
					  p:name="filter" />
117
				</list>
118
				</property>
119
			</bean>
120
		</property>
121
	</bean>
122

    
123
	<bean id="excelPlugin" class="eu.dnetlib.data.collector.plugins.excel.ReadExcelPlugin">
124
		<property name="protocolDescriptor">
125
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="excelFile">
126
				<property name="params">
127
					<list>
128
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
129
						      p:name="argument" />
130
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
131
						      p:name="header_row" />
132
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
133
						      p:name="file_to_save" />
134
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
135
						      p:name="remove_empty_lines" />
136
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
137
						      p:name="remove_lines_with_id" />
138
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
139
						      p:name="col_id" />
140
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
141
						      p:name="remove_tmp_file" />
142
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
143
						      p:name="sheet_number" />
144
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
145
						      p:name="tmp_file" />
146
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
147
						      p:name="separator" />
148
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
149
						      p:name="quote" />
150
					</list>
151
				</property>
152
			</bean>
153
		</property>
154
	</bean>
155

    
156
	<bean id="restCollectorPlugin" class="eu.dnetlib.data.collector.plugins.rest.RestCollectorPlugin">
157
		<property name="protocolDescriptor">
158
			<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="rest_json2xml">
159
				<property name="params">
160
					<list>
161
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
162
							p:name="resumptionType" />					
163
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
164
							p:name="resumptionParam" />					
165
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
166
							p:name="resumptionXpath" />
167
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
168
							p:name="resultTotalXpath" />					
169
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
170
							p:name="resultFormatParam" />					
171
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
172
							p:name="resultFormatValue" />					
173
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
174
							p:name="resultSizeParam" />					
175
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
176
							p:name="resultSizeValue" />
177
                                                <bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
178
							p:name="queryParams" />					
179
						<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter"
180
							p:name="entityXpath" />
181
					</list>
182
				</property>
183
			</bean>
184
		</property>
185
	</bean>
186

    
187
</beans>
    (1-1/1)