我们使用 mule 来部署我们的一些服务。
对于我们的一项服务,输入可以是 application/xml 或 application/json。如何为同一个入站端点指定多个内容类型。
当我们只有一种内容类型要处理时,这就是我们的方式。
<https:inbound-endpoint address="https://localhost:43123/v1/cars"
exchange-pattern="request-response" contentType="application/xml">
<mule-ss:http-security-filter realm="mule-realm" />
</https:inbound-endpoint>
如何指定上述入站点应该能够处理“application/xml”和“application/json”的内容类型