【发布时间】:2017-01-13 04:20:43
【问题描述】:
你知道如何为 Spring Integration Web Service inbound-gateway 配置 uri 吗?目前,我必须使用 defaultEndpoint。
这是我的配置:
<ws:inbound-gateway id="inbound-gateway" request-channel="requestChannel" reply-channel="responseChannel" marshaller="hrMarshaller" unmarshaller="hrMarshaller"></ws:inbound-gateway>
<bean class="org.springframework.ws.server.endpoint.mapping.UriEndpointMapping">
<property name="defaultEndpoint" ref="inbound-gateway"/>
</bean>
我看过Spring Integration, inbound gateway,但没看懂。
当我有 2 个入站网关时我需要做什么?
谢谢你和最好的问候,
【问题讨论】:
标签: web-services spring-integration