Project

General

Profile

« Previous | Next » 

Revision f5df5621

Added by Andreas Kohlbecker over 2 years ago

ref #9497 adding AccountRegistrationService to http invoker config

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
13 13

  
14 14
  <bean id="remoteInvocationExecutor" class="eu.etaxonomy.cdm.api.remoting.DebuggingRemoteInvocationExecutor"
15 15
    scope="prototype" />
16
    
17
  <bean id="httpAccountRegistrationService"
18
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
19
    <property name="service">
20
      <ref bean="accountRegistrationService" />
21
    </property>
22
    <property name="serviceInterface">
23
      <value>eu.etaxonomy.cdm.api.service.IAccountRegistrationService</value>
24
    </property>
25
    <property name="remoteInvocationExecutor" ref="remoteInvocationExecutor" />
26
  </bean>
16 27

  
17 28
  <bean id="httpAgentService"
18 29
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">

Also available in: Unified diff