Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您能在以下方面提供帮助吗?是否有可接受的设计指南在 Java 中实现 WS 通知消息传递?我的场景如下:Web 服务客户端对 Web 服务进行 Web 服务调用。之后,Web 服务应该能够向 Web 客户端发送异步通知(作为第一个 Web 方法调用的结果)。应该使用什么方法?
JAX-WS 支持异步 Web 服务并提供对回调和轮询模型的支持。前一个模型可能是您正在寻找的。