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);
}
24.3.4.13.1. @FastInfoset 시험 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
24.3.4.14절. “FastInfoset 활성화” HelloWorld
SEI에 대해 FastInfoset 형식을 활성화하는 방법을 보여줍니다.