如何处理Jersey Rest
基于201
或的服务响应503
?我可以混合groovy
和其他评估者吗?在我的示例中,部分使用消息属性和其他常规
<flow>
<http:outbound-endpoint address="${host}" exchange-pattern="request-response"/>
<when expression="message:INBOUND:http.status==201">
<flow-ref name=="flow2">
<when expression="message:INBOUND:http.status==503">
<flow-ref name="flow3">
<when expression="payload instanceof java.lang.SocketException" evaluator="groovy">
<flow-ref name="flow4">
</flow>