扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.ws枚举service.mode成员方法: payload定义参考
发布时间:2014-2-19
本文导语:
payload
public static final service.mode payload
values
public static final service.mode[] values()
returns an array containing the constants of this enum type, in
the order they are declared. this method may be used to iterate
over the constants as follows:
for(service.mode c : servic...