Netbeans 中的 BPEL switch-case

发布于 2024-07-14 20:56:12 字数 325 浏览 6 评论 0原文

我正在使用 netbeans 开发一些 BPEL,但不知道如何添加 switch-case 块,它不在调色板中的任何地方。 我使用的是netbeans 6.5。 有任何想法吗?

Switch 绝对是一个有效的元素: http://charltonb.typepad.com/weblog /2003/08/bpel4ws_switch_.html 我正在阅读的课程材料中也提到了这一点。

I'm using netbeans to develop some BPEL but can't figure out how to add a switch-case block, it's not in the palette anywhere.
I'm using netbeans 6.5.
Any ideas?

Switch is definitely a valid element: http://charltonb.typepad.com/weblog/2003/08/bpel4ws_switch_.html
It's also mentioned in the course materials I'm running through.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

筱武穆 2024-07-21 20:56:12

您是否尝试过将开关插入 xml 源本身? 不确定 Netbeans 是否支持它,但它是在 BPEL 标记标准中定义的。

Have you tried just inserting the switch in the xml source itself? Not sure if Netbeans would support it but it is defined in the standard for BPEL markup.

微凉徒眸意 2024-07-21 20:56:12

我不确定开关元素是否存在。

您可能别无选择,只能使用几个else-if

I'm not sure a switch element even exists.

You might have no other option but to use a couple of else-if's.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文