Project

General

Profile

« Previous | Next » 

Revision 26854506

Added by Andreas Müller over 2 years ago

ref #6161 add passwordReset service to httpInvoker

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
258 258
    </property>
259 259
    <property name="remoteInvocationExecutor" ref="remoteInvocationExecutor" />
260 260
  </bean>
261
  
262
  <bean id="httpPasswordResetService"
263
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
264
    <property name="service">
265
      <ref bean="passwordResetServiceImpl" />
266
    </property>
267
    <property name="serviceInterface">
268
      <value>eu.etaxonomy.cdm.api.service.IPasswordResetService</value>
269
    </property>
270
    <property name="remoteInvocationExecutor" ref="remoteInvocationExecutor" />
271
  </bean>
261 272

  
262 273
  <bean id="httpProgressMonitorService"
263 274
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">

Also available in: Unified diff