24.3.4.13. 启用 GZIP
@WebService @GZIP public interface HelloWorld { String sayHi(@WebParam(name = "text") String text); }
@WebService
@GZIP
public interface HelloWorld {
String sayHi(@WebParam(name = "text") String text);
}
@FastInfoset 的考查 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
第 24.3.4.14 节 “Enabling FastInfoset” 演示了如何为 HelloWorld
SEI 启用 FastInfoset 格式。