Red Hat Training
A Red Hat training course is available for Red Hat Fuse
24.3.4.13. GZIP の有効化
@WebService
@GZIP
public interface HelloWorld {
String sayHi(@WebParam(name = "text") String text);
}@FastInfoset の例
「FastInfoset の有効化」 は、HelloWorld SEI の FastInfoset 形式を有効にする方法を示します。