📄 getparameternames.java
字号:
package cn.edu.njupt.sc.message;
import javax.xml.soap.SOAPBodyElement;
import javax.xml.soap.SOAPException;
import javax.xml.soap.SOAPFactory;
public class GetParameterNames extends Message {
@Override
protected void createBody(SOAPBodyElement body, SOAPFactory spf)
throws SOAPException {
// TODO Auto-generated method stub
}
@Override
protected NameValue[] parseBody(SOAPBodyElement body, SOAPFactory f)
throws SOAPException {
// TODO Auto-generated method stub
return null;
}
@Override
protected void createBody(SOAPBodyElement body, SOAPFactory spf,
NameValue[] nameValue) throws SOAPException {
// TODO Auto-generated method stub
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -