bytearray 的 readentity 没有消息正文阅读器
这发生在从 cxf 客户端读取字节响应时。
Response r = client.get();
byte[] barray = r.readEntity(byte[].class);
cxf 版本是 2.7.6
请建议我如何在其中添加消息正文阅读器。
你的建议很有价值..
bytearray 的 readentity 没有消息正文阅读器
这发生在从 cxf 客户端读取字节响应时。
Response r = client.get();
byte[] barray = r.readEntity(byte[].class);
cxf 版本是 2.7.6
请建议我如何在其中添加消息正文阅读器。
你的建议很有价值..