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

📄 ismpspenginesoapbindingstub.java

📁 中国电信isag短信部分源码和ismp部分源码
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * IsmpSpEngineSoapBindingStub.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
 */

package test.ismp;

public class IsmpSpEngineSoapBindingStub extends org.apache.axis.client.Stub implements test.ismp.IsmpSpEngine {
    private java.util.Vector cachedSerClasses = new java.util.Vector();
    private java.util.Vector cachedSerQNames = new java.util.Vector();
    private java.util.Vector cachedSerFactories = new java.util.Vector();
    private java.util.Vector cachedDeserFactories = new java.util.Vector();

    static org.apache.axis.description.OperationDesc [] _operations;

    static {
        _operations = new org.apache.axis.description.OperationDesc[3];
        _initOperationDesc1();
    }

    private static void _initOperationDesc1(){
        org.apache.axis.description.OperationDesc oper;
        org.apache.axis.description.ParameterDesc param;
        oper = new org.apache.axis.description.OperationDesc();
        oper.setName("orderRelationUpdateNotify");
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("http://sp.ismp.chinatelecom.com", "orderRelationUpdateNotifyReq"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://req.sp.ismp.chinatelecom.com", "OrderRelationUpdateNotifyReq"), com.hbpubinfo.sp.ismp.schema.OrderRelationUpdateNotifyReq.class, false, false);
        oper.addParameter(param);
        oper.setReturnType(new javax.xml.namespace.QName("http://rsp.sp.ismp.chinatelecom.com", "Response"));
        oper.setReturnClass(com.hbpubinfo.sp.ismp.schema.Response.class);
        oper.setReturnQName(new javax.xml.namespace.QName("http://sp.ismp.chinatelecom.com", "orderRelationUpdateNotifyReturn"));
        oper.setStyle(org.apache.axis.constants.Style.DOCUMENT);
        oper.setUse(org.apache.axis.constants.Use.LITERAL);
        _operations[0] = oper;

        oper = new org.apache.axis.description.OperationDesc();
        oper.setName("serviceConsumeNotify");
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("http://sp.ismp.chinatelecom.com", "serviceConsumeNotifyReqPara"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://req.sp.ismp.chinatelecom.com", "ServiceConsumeNotifyReq"), com.hbpubinfo.sp.ismp.schema.ServiceConsumeNotifyReq.class, false, false);
        oper.addParameter(param);
        oper.setReturnType(new javax.xml.namespace.QName("http://rsp.sp.ismp.chinatelecom.com", "Response"));
        oper.setReturnClass(com.hbpubinfo.sp.ismp.schema.Response.class);
        oper.setReturnQName(new javax.xml.namespace.QName("http://sp.ismp.chinatelecom.com", "serviceConsumeNotifyReturn"));
        oper.setStyle(org.apache.axis.constants.Style.DOCUMENT);
        oper.setUse(org.apache.axis.constants.Use.LITERAL);
        _operations[1] = oper;

        oper = new org.apache.axis.description.OperationDesc();
        oper.setName("notifyManagementInfo");
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("http://sp.ismp.chinatelecom.com", "notifyManagementInfoReq"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://req.sp.ismp.chinatelecom.com", "NotifyManagementInfoReq"), com.hbpubinfo.sp.ismp.schema.NotifyManagementInfoReq.class, false, false);
        oper.addParameter(param);
        oper.setReturnType(new javax.xml.namespace.QName("http://rsp.sp.ismp.chinatelecom.com", "NotifyManagementInfoRsp"));
        oper.setReturnClass(com.hbpubinfo.sp.ismp.schema.NotifyManagementInfoRsp.class);
        oper.setReturnQName(new javax.xml.namespace.QName("http://sp.ismp.chinatelecom.com", "notifyManagementInfoReturn"));
        oper.setStyle(org.apache.axis.constants.Style.DOCUMENT);
        oper.setUse(org.apache.axis.constants.Use.LITERAL);
        _operations[2] = oper;

    }

    public IsmpSpEngineSoapBindingStub() throws org.apache.axis.AxisFault {
         this(null);
    }

    public IsmpSpEngineSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
         this(service);
         super.cachedEndpoint = endpointURL;
    }

    public IsmpSpEngineSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
        if (service == null) {
            super.service = new org.apache.axis.client.Service();
        } else {
            super.service = service;
        }
        ((org.apache.axis.client.Service)super.service).setTypeMappingVersion("1.2");
            java.lang.Class cls;
            javax.xml.namespace.QName qName;
            javax.xml.namespace.QName qName2;
            java.lang.Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;
            java.lang.Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;
            java.lang.Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class;
            java.lang.Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class;
            java.lang.Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class;
            java.lang.Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class;
            java.lang.Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class;
            java.lang.Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class;
            java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
            java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
            qName = new javax.xml.namespace.QName("http://req.sp.ismp.chinatelecom.com", "NotifyManagementInfoReq");
            cachedSerQNames.add(qName);
            cls = com.hbpubinfo.sp.ismp.schema.NotifyManagementInfoReq.class;
            cachedSerClasses.add(cls);
            cachedSerFactories.add(beansf);
            cachedDeserFactories.add(beandf);

            qName = new javax.xml.namespace.QName("http://req.sp.ismp.chinatelecom.com", "OrderRelationUpdateNotifyReq");
            cachedSerQNames.add(qName);
            cls = com.hbpubinfo.sp.ismp.schema.OrderRelationUpdateNotifyReq.class;
            cachedSerClasses.add(cls);
            cachedSerFactories.add(beansf);
            cachedDeserFactories.add(beandf);

            qName = new javax.xml.namespace.QName("http://req.sp.ismp.chinatelecom.com", "ServiceConsumeNotifyReq");
            cachedSerQNames.add(qName);
            cls = com.hbpubinfo.sp.ismp.schema.ServiceConsumeNotifyReq.class;
            cachedSerClasses.add(cls);
            cachedSerFactories.add(beansf);
            cachedDeserFactories.add(beandf);

            qName = new javax.xml.namespace.QName("http://rsp.sp.ismp.chinatelecom.com", "NotifyManagementInfoRsp");
            cachedSerQNames.add(qName);
            cls = com.hbpubinfo.sp.ismp.schema.NotifyManagementInfoRsp.class;
            cachedSerClasses.add(cls);
            cachedSerFactories.add(beansf);
            cachedDeserFactories.add(beandf);

            qName = new javax.xml.namespace.QName("http://rsp.sp.ismp.chinatelecom.com", "Response");
            cachedSerQNames.add(qName);
            cls = com.hbpubinfo.sp.ismp.schema.Response.class;
            cachedSerClasses.add(cls);
            cachedSerFactories.add(beansf);
            cachedDeserFactories.add(beandf);

    }

    protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException {
        try {
            org.apache.axis.client.Call _call = super._createCall();
            if (super.maintainSessionSet) {
                _call.setMaintainSession(super.maintainSession);
            }
            if (super.cachedUsername != null) {
                _call.setUsername(super.cachedUsername);
            }
            if (super.cachedPassword != null) {
                _call.setPassword(super.cachedPassword);
            }
            if (super.cachedEndpoint != null) {
                _call.setTargetEndpointAddress(super.cachedEndpoint);
            }
            if (super.cachedTimeout != null) {
                _call.setTimeout(super.cachedTimeout);
            }
            if (super.cachedPortName != null) {
                _call.setPortName(super.cachedPortName);
            }

⌨️ 快捷键说明

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