⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schema2servicesoapbindingimpl.java

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 JAVA
字号:
/** * Schema2ServiceSoapBindingImpl.java * * This file was auto-generated from WSDL * by the Apache Axis 1.2RC2 Jan 14, 2005 (05:38:50 EST) WSDL2Java emitter. */package test.wsdl.schema2;public class Schema2ServiceSoapBindingImpl implements test.wsdl.schema2.Schema2Test{    public java.lang.String echoLanguageTypeTest(java.lang.String languageElem) throws java.rmi.RemoteException {        return languageElem;    }    public java.lang.String echoTokenTypeTest(java.lang.String tokenElem) throws java.rmi.RemoteException {        return tokenElem;    }    public java.lang.String echoNameTypeTest(java.lang.String nameElem) throws java.rmi.RemoteException {        return nameElem;    }    public java.lang.String echoNCNameTypeTest(java.lang.String NCNameElem) throws java.rmi.RemoteException {        return NCNameElem;    }    public java.lang.String echoIDTypeTest(java.lang.String IDElem) throws java.rmi.RemoteException {        return IDElem;    }    public int echoUnsignedShortTest(int unsignedShort) throws java.rmi.RemoteException {        return unsignedShort;    }    public long echoUnsignedIntTest(long unsignedInt) throws java.rmi.RemoteException {        return unsignedInt;    }    public short echoUnsignedByteTest(short unsignedByte) throws java.rmi.RemoteException {        return unsignedByte;    }    public java.math.BigInteger echoUnsignedLongTest(java.math.BigInteger unsignedLong) throws java.rmi.RemoteException {        return unsignedLong;    }    public java.math.BigInteger echoNonPositiveIntegerTest(java.math.BigInteger nonPositiveInteger) throws java.rmi.RemoteException {        return nonPositiveInteger;    }    public java.math.BigInteger echoNonNegativeIntegerTest(java.math.BigInteger nonNegativeInteger) throws java.rmi.RemoteException {        return nonNegativeInteger;    }    public java.math.BigInteger echoPositiveIntegerTest(java.math.BigInteger positiveInteger) throws java.rmi.RemoteException {        return positiveInteger;    }    public java.math.BigInteger echoNegativeIntegerTest(java.math.BigInteger negativeInteger) throws java.rmi.RemoteException {        return negativeInteger;    }    public java.util.Calendar echoTimeTest(java.util.Calendar time) throws java.rmi.RemoteException {        return time;    }    public java.util.Calendar echoDateTest(java.util.Calendar date) throws java.rmi.RemoteException {        return date;    }    public test.wsdl.schema2.Document echoDocument(test.wsdl.schema2.Document document) throws java.rmi.RemoteException {        return document;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -