Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
       xmlns:jaxws="http://cxf.apache.org/jaxws" 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
                            http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
10

    
11
	<!--  beans -->
12
	<bean id="isLookUpService" class="eu.dnetlib.enabling.is.lookup.ISLookUpServiceImpl"
13
		init-method="start" destroy-method="stop" p:isStore-ref="isStore" 
14
		p:xqueryUtils-ref="xqueryUtils"/>
15

    
16

    
17
	<!-- endpoints -->
18
	<jaxws:endpoint id="isLookUpServiceEndpoint"
19
		implementor="#isLookUpService" implementorClass="eu.dnetlib.rmi.enabling.ISLookUpService"
20
		address="/isLookUp" />
21

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