Project

General

Profile

« Previous | Next » 

Revision b83da0d9

Added by Andreas Müller over 2 years ago

ref #694 add DescriptionElementService and move some methods

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/httpInvokerServices.xml
91 91
    <property name="remoteInvocationExecutor" ref="remoteInvocationExecutor" />
92 92
  </bean>
93 93

  
94

  
95 94
  <bean id="httpDescriptionService"
96 95
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
97 96
    <property name="service">
......
102 101
    </property>
103 102
    <property name="remoteInvocationExecutor" ref="remoteInvocationExecutor" />
104 103
  </bean>
104
  
105
  <bean id="httpDescriptionElementService"
106
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
107
    <property name="service">
108
      <ref bean="descriptionElementServiceImpl" />
109
    </property>
110
    <property name="serviceInterface">
111
      <value>eu.etaxonomy.cdm.api.service.IDescriptionService</value>
112
    </property>
113
    <property name="remoteInvocationExecutor" ref="remoteInvocationExecutor" />
114
  </bean>
105 115

  
106 116
  <bean id="httpTermNodeService"
107 117
    class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">

Also available in: Unified diff