📄 echo2service.java
字号:
/** * Echo2Service.java * * This file was auto-generated from WSDL * by the Apache Axis #axisVersion# #today# WSDL2Java emitter. */package test.wsdl.echo2;public interface Echo2Service extends javax.xml.rpc.Service { public java.lang.String getEcho2Address(); public test.wsdl.echo2.Echo2PT getEcho2() throws javax.xml.rpc.ServiceException; public test.wsdl.echo2.Echo2PT getEcho2(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -