/**
 * CreditRiskWSSoapBindingSkeleton.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
 */

package creditRisk;

public class CreditRiskWSSoapBindingSkeleton implements creditRisk.CreditRiskWS, org.apache.axis.wsdl.Skeleton {
    private creditRisk.CreditRiskWS impl;
    private static java.util.Map _myOperations = new java.util.Hashtable();
    private static java.util.Collection _myOperationsList = new java.util.ArrayList();

    /**
    * Returns List of OperationDesc objects with this name
    */
    public static java.util.List getOperationDescByName(java.lang.String methodName) {
        return (java.util.List)_myOperations.get(methodName);
    }

    /**
    * Returns Collection of OperationDescs
    */
    public static java.util.Collection getOperationDescs() {
        return _myOperationsList;
    }

    static {
        org.apache.axis.description.OperationDesc _oper;
        org.apache.axis.description.FaultDesc _fault;
        org.apache.axis.description.ParameterDesc [] _params;
        _params = new org.apache.axis.description.ParameterDesc [] {
            new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "in0"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"), int.class, false, false), 
            new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "in1"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"), int.class, false, false), 
            new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "in2"), org.apache.axis.description.ParameterDesc.IN, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"), int.class, false, false), 
        };
        _oper = new org.apache.axis.description.OperationDesc("getCreditRisk", _params, new javax.xml.namespace.QName("", "getCreditRiskReturn"));
        _oper.setReturnType(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/soap/encoding/", "string"));
        _oper.setElementQName(new javax.xml.namespace.QName("http://creditRisk", "getCreditRisk"));
        _oper.setSoapAction("");
        _myOperationsList.add(_oper);
        if (_myOperations.get("getCreditRisk") == null) {
            _myOperations.put("getCreditRisk", new java.util.ArrayList());
        }
        ((java.util.List)_myOperations.get("getCreditRisk")).add(_oper);
    }

    public CreditRiskWSSoapBindingSkeleton() {
        this.impl = new creditRisk.CreditRiskWSSoapBindingImpl();
    }

    public CreditRiskWSSoapBindingSkeleton(creditRisk.CreditRiskWS impl) {
        this.impl = impl;
    }
    public java.lang.String getCreditRisk(int in0, int in1, int in2) throws java.rmi.RemoteException
    {
        java.lang.String ret = impl.getCreditRisk(in0, in1, in2);
        return ret;
    }

}
