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.
我在 Mule v2.2.1 中使用 Jersey 来公开 REST 接口。我无法确定如何公开服务和处理文件。例如,我正在寻找这样的东西:
@邮政
@Path ("\processFile")
@Consumes(“纯文本”)
无效进程文件();
您是否在 TCP 套接字上设置了一个端点以将数据从网络获取到您的 processFile 方法?如果您不这样做,该方法将永远不会被调用。