📄 mysoapbindingimpl.java
字号:
package test.wsdl.axis2098;public class MySOAPBindingImpl implements test.wsdl.axis2098.MyPort { public test.wsdl.axis2098.MyResponseType helloWorld(test.wsdl.axis2098.MyRequestType body) throws java.rmi.RemoteException { MyResponseType resp = new MyResponseType(); resp.setHelloworld(body.getHelloworld()); return resp; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -