mysoapbindingimpl.java
来自「Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应」· Java 代码 · 共 13 行
JAVA
13 行
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 + =
减小字号Ctrl + -
显示快捷键?