<Ajax基础教程>一书源码. Ajax 建立在现有的一些 Web 技术基础之上

源代码在线查看: weatherforecastsoapstub.java

软件大小: 7479 K
上传用户: stone825
关键词: Ajax Web lt gt
下载地址: 免注册下载 普通下载 VIP

相关代码

				/**
				 * WeatherForecastSoapStub.java
				 *
				 * This file was auto-generated from WSDL
				 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
				 */
				
				package ajaxdashboard.ws.weatherforecast;
				
				public class WeatherForecastSoapStub extends org.apache.axis.client.Stub implements ajaxdashboard.ws.weatherforecast.WeatherForecastSoap {
				    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[2];
				        _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("GetWeatherByZipCode");
				        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("http://www.webservicex.net", "ZipCode"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false);
				        oper.addParameter(param);
				        oper.setReturnType(new javax.xml.namespace.QName("http://www.webservicex.net", "WeatherForecasts"));
				        oper.setReturnClass(ajaxdashboard.ws.weatherforecast.WeatherForecasts.class);
				        oper.setReturnQName(new javax.xml.namespace.QName("http://www.webservicex.net", "GetWeatherByZipCodeResult"));
				        oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
				        oper.setUse(org.apache.axis.constants.Use.LITERAL);
				        _operations[0] = oper;
				
				        oper = new org.apache.axis.description.OperationDesc();
				        oper.setName("GetWeatherByPlaceName");
				        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("http://www.webservicex.net", "PlaceName"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false);
				        oper.addParameter(param);
				        oper.setReturnType(new javax.xml.namespace.QName("http://www.webservicex.net", "WeatherForecasts"));
				        oper.setReturnClass(ajaxdashboard.ws.weatherforecast.WeatherForecasts.class);
				        oper.setReturnQName(new javax.xml.namespace.QName("http://www.webservicex.net", "GetWeatherByPlaceNameResult"));
				        oper.setStyle(org.apache.axis.constants.Style.WRAPPED);
				        oper.setUse(org.apache.axis.constants.Use.LITERAL);
				        _operations[1] = oper;
				
				    }
				
				    public WeatherForecastSoapStub() throws org.apache.axis.AxisFault {
				         this(null);
				    }
				
				    public WeatherForecastSoapStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault {
				         this(service);
				         super.cachedEndpoint = endpointURL;
				    }
				
				    public WeatherForecastSoapStub(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://www.webservicex.net", "ArrayOfWeatherData");
				            cachedSerQNames.add(qName);
				            cls = ajaxdashboard.ws.weatherforecast.ArrayOfWeatherData.class;
				            cachedSerClasses.add(cls);
				            cachedSerFactories.add(beansf);
				            cachedDeserFactories.add(beandf);
				
				            qName = new javax.xml.namespace.QName("http://www.webservicex.net", "WeatherData");
				            cachedSerQNames.add(qName);
				            cls = ajaxdashboard.ws.weatherforecast.WeatherData.class;
				            cachedSerClasses.add(cls);
				            cachedSerFactories.add(beansf);
				            cachedDeserFactories.add(beandf);
				
				            qName = new javax.xml.namespace.QName("http://www.webservicex.net", "WeatherForecasts");
				            cachedSerQNames.add(qName);
				            cls = ajaxdashboard.ws.weatherforecast.WeatherForecasts.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);
				            }
				            java.util.Enumeration keys = super.cachedProperties.keys();
				            while (keys.hasMoreElements()) {
				                java.lang.String key = (java.lang.String) keys.nextElement();
				                _call.setProperty(key, super.cachedProperties.get(key));
				            }
				            // All the type mapping information is registered
				            // when the first call is made.
				            // The type mapping information is actually registered in
				            // the TypeMappingRegistry of the service, which
				            // is the reason why registration is only needed for the first call.
				            synchronized (this) {
				                if (firstCall()) {
				                    // must set encoding style before registering serializers
				                    _call.setEncodingStyle(null);
				                    for (int i = 0; i < cachedSerFactories.size(); ++i) {
				                        java.lang.Class cls = (java.lang.Class) cachedSerClasses.get(i);
				                        javax.xml.namespace.QName qName =
				                                (javax.xml.namespace.QName) cachedSerQNames.get(i);
				                        java.lang.Object x = cachedSerFactories.get(i);
				                        if (x instanceof Class) {
				                            java.lang.Class sf = (java.lang.Class)
				                                 cachedSerFactories.get(i);
				                            java.lang.Class df = (java.lang.Class)
				                                 cachedDeserFactories.get(i);
				                            _call.registerTypeMapping(cls, qName, sf, df, false);
				                        }
				                        else if (x instanceof javax.xml.rpc.encoding.SerializerFactory) {
				                            org.apache.axis.encoding.SerializerFactory sf = (org.apache.axis.encoding.SerializerFactory)
				                                 cachedSerFactories.get(i);
				                            org.apache.axis.encoding.DeserializerFactory df = (org.apache.axis.encoding.DeserializerFactory)
				                                 cachedDeserFactories.get(i);
				                            _call.registerTypeMapping(cls, qName, sf, df, false);
				                        }
				                    }
				                }
				            }
				            return _call;
				        }
				        catch (java.lang.Throwable _t) {
				            throw new org.apache.axis.AxisFault("Failure trying to get the Call object", _t);
				        }
				    }
				
				    public ajaxdashboard.ws.weatherforecast.WeatherForecasts getWeatherByZipCode(java.lang.String zipCode) throws java.rmi.RemoteException {
				        if (super.cachedEndpoint == null) {
				            throw new org.apache.axis.NoEndPointException();
				        }
				        org.apache.axis.client.Call _call = createCall();
				        _call.setOperation(_operations[0]);
				        _call.setUseSOAPAction(true);
				        _call.setSOAPActionURI("http://www.webservicex.net/GetWeatherByZipCode");
				        _call.setEncodingStyle(null);
				        _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE);
				        _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
				        _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
				        _call.setOperationName(new javax.xml.namespace.QName("http://www.webservicex.net", "GetWeatherByZipCode"));
				
				        setRequestHeaders(_call);
				        setAttachments(_call);
				 try {        java.lang.Object _resp = _call.invoke(new java.lang.Object[] {zipCode});
				
				        if (_resp instanceof java.rmi.RemoteException) {
				            throw (java.rmi.RemoteException)_resp;
				        }
				        else {
				            extractAttachments(_call);
				            try {
				                return (ajaxdashboard.ws.weatherforecast.WeatherForecasts) _resp;
				            } catch (java.lang.Exception _exception) {
				                return (ajaxdashboard.ws.weatherforecast.WeatherForecasts) org.apache.axis.utils.JavaUtils.convert(_resp, ajaxdashboard.ws.weatherforecast.WeatherForecasts.class);
				            }
				        }
				  } catch (org.apache.axis.AxisFault axisFaultException) {
				  throw axisFaultException;
				}
				    }
				
				    public ajaxdashboard.ws.weatherforecast.WeatherForecasts getWeatherByPlaceName(java.lang.String placeName) throws java.rmi.RemoteException {
				        if (super.cachedEndpoint == null) {
				            throw new org.apache.axis.NoEndPointException();
				        }
				        org.apache.axis.client.Call _call = createCall();
				        _call.setOperation(_operations[1]);
				        _call.setUseSOAPAction(true);
				        _call.setSOAPActionURI("http://www.webservicex.net/GetWeatherByPlaceName");
				        _call.setEncodingStyle(null);
				        _call.setProperty(org.apache.axis.client.Call.SEND_TYPE_ATTR, Boolean.FALSE);
				        _call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
				        _call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11_CONSTANTS);
				        _call.setOperationName(new javax.xml.namespace.QName("http://www.webservicex.net", "GetWeatherByPlaceName"));
				
				        setRequestHeaders(_call);
				        setAttachments(_call);
				 try {        java.lang.Object _resp = _call.invoke(new java.lang.Object[] {placeName});
				
				        if (_resp instanceof java.rmi.RemoteException) {
				            throw (java.rmi.RemoteException)_resp;
				        }
				        else {
				            extractAttachments(_call);
				            try {
				                return (ajaxdashboard.ws.weatherforecast.WeatherForecasts) _resp;
				            } catch (java.lang.Exception _exception) {
				                return (ajaxdashboard.ws.weatherforecast.WeatherForecasts) org.apache.axis.utils.JavaUtils.convert(_resp, ajaxdashboard.ws.weatherforecast.WeatherForecasts.class);
				            }
				        }
				  } catch (org.apache.axis.AxisFault axisFaultException) {
				  throw axisFaultException;
				}
				    }
				
				}
							

相关资源