📄 wsdlinteroptestrpcencportbindingimpl.java
字号:
/** * WSDLInteropTestRpcEncPortBindingImpl.java * * This file was auto-generated from WSDL * by the Apache Axis Wsdl2java emitter. */package test.wsdl.interop3.rpcEnc;public class WSDLInteropTestRpcEncPortBindingImpl implements test.wsdl.interop3.rpcEnc.WSDLInteropTestRpcEncPortType { public java.lang.String echoString(java.lang.String param0) throws java.rmi.RemoteException { return param0; } public java.lang.String[] echoStringArray(java.lang.String[] param0) throws java.rmi.RemoteException { return param0; } public test.wsdl.interop3.rpcEnc.xsd.SOAPStruct echoStruct(test.wsdl.interop3.rpcEnc.xsd.SOAPStruct param0) throws java.rmi.RemoteException { return param0; } public void echoVoid() throws java.rmi.RemoteException { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -