CPD Results

The following document contains the results of PMD's CPD 3.9.

Duplications

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 589
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 499
        typeDesc.setXmlType(new javax.xml.namespace.QName("urn:IntrawayWSDL", "InterfaceObjInput"));
        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idEntradaCaller");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEntradaCaller"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idInterface");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idInterface"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idEstado");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEstado"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("asyncronic");
        elemField.setXmlName(new javax.xml.namespace.QName("", "asyncronic"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("fechaDiferido");
        elemField.setXmlName(new javax.xml.namespace.QName("", "fechaDiferido"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idCliente");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idCliente"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idEmpresa");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEmpresa"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idVenta");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idVenta"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idVentaPadre");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idVentaPadre"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idServicio");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idServicio"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idProducto");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idProducto"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idServicioPadre");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idServicioPadre"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idProductoPadre");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idProductoPadre"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idPromotor");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idPromotor"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("xmlEncoding");
        elemField.setXmlName(new javax.xml.namespace.QName("", "xmlEncoding"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 452
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 380
        InterfaceObjInput other = (InterfaceObjInput) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.idEntradaCaller==null && other.getIdEntradaCaller()==null) || 
             (this.idEntradaCaller!=null &&
              this.idEntradaCaller.equals(other.getIdEntradaCaller()))) &&
            ((this.idInterface==null && other.getIdInterface()==null) || 
             (this.idInterface!=null &&
              this.idInterface.equals(other.getIdInterface()))) &&
            ((this.idEstado==null && other.getIdEstado()==null) || 
             (this.idEstado!=null &&
              this.idEstado.equals(other.getIdEstado()))) &&
            ((this.asyncronic==null && other.getAsyncronic()==null) || 
             (this.asyncronic!=null &&
              this.asyncronic.equals(other.getAsyncronic()))) &&
            ((this.fechaDiferido==null && other.getFechaDiferido()==null) || 
             (this.fechaDiferido!=null &&
              this.fechaDiferido.equals(other.getFechaDiferido()))) &&
            ((this.idCliente==null && other.getIdCliente()==null) || 
             (this.idCliente!=null &&
              this.idCliente.equals(other.getIdCliente()))) &&
            ((this.idEmpresa==null && other.getIdEmpresa()==null) || 
             (this.idEmpresa!=null &&
              this.idEmpresa.equals(other.getIdEmpresa()))) &&
            ((this.idVenta==null && other.getIdVenta()==null) || 
             (this.idVenta!=null &&
              this.idVenta.equals(other.getIdVenta()))) &&
            ((this.idVentaPadre==null && other.getIdVentaPadre()==null) || 
             (this.idVentaPadre!=null &&
              this.idVentaPadre.equals(other.getIdVentaPadre()))) &&
            ((this.idServicio==null && other.getIdServicio()==null) || 
             (this.idServicio!=null &&
              this.idServicio.equals(other.getIdServicio()))) &&
            ((this.idProducto==null && other.getIdProducto()==null) || 
             (this.idProducto!=null &&
              this.idProducto.equals(other.getIdProducto()))) &&
            ((this.idServicioPadre==null && other.getIdServicioPadre()==null) || 
             (this.idServicioPadre!=null &&
              this.idServicioPadre.equals(other.getIdServicioPadre()))) &&
            ((this.idProductoPadre==null && other.getIdProductoPadre()==null) || 
             (this.idProductoPadre!=null &&
              this.idProductoPadre.equals(other.getIdProductoPadre()))) &&
            ((this.idPromotor==null && other.getIdPromotor()==null) || 
             (this.idPromotor!=null &&
              this.idPromotor.equals(other.getIdPromotor()))) &&
            ((this.xmlEncoding==null && other.getXmlEncoding()==null) || 
             (this.xmlEncoding!=null &&
              this.xmlEncoding.equals(other.getXmlEncoding())));

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 87
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 75
    }


    /**
     * Gets the idEntradaCaller value for this InterfaceObjInput.
     * 
     * @return idEntradaCaller
     */
    public java.lang.String getIdEntradaCaller() {
        return idEntradaCaller;
    }


    /**
     * Sets the idEntradaCaller value for this InterfaceObjInput.
     * 
     * @param idEntradaCaller
     */
    public void setIdEntradaCaller(java.lang.String idEntradaCaller) {
        this.idEntradaCaller = idEntradaCaller;
    }


    /**
     * Gets the idInterface value for this InterfaceObjInput.
     * 
     * @return idInterface
     */
    public java.lang.String getIdInterface() {
        return idInterface;
    }


    /**
     * Sets the idInterface value for this InterfaceObjInput.
     * 
     * @param idInterface
     */
    public void setIdInterface(java.lang.String idInterface) {
        this.idInterface = idInterface;
    }


    /**
     * Gets the idEstado value for this InterfaceObjInput.
     * 
     * @return idEstado
     */
    public java.lang.String getIdEstado() {
        return idEstado;
    }


    /**
     * Sets the idEstado value for this InterfaceObjInput.
     * 
     * @param idEstado
     */
    public void setIdEstado(java.lang.String idEstado) {
        this.idEstado = idEstado;
    }


    /**
     * Gets the asyncronic value for this InterfaceObjInput.
     * 
     * @return asyncronic
     */
    public java.lang.String getAsyncronic() {
        return asyncronic;
    }


    /**
     * Sets the asyncronic value for this InterfaceObjInput.
     * 
     * @param asyncronic
     */
    public void setAsyncronic(java.lang.String asyncronic) {
        this.asyncronic = asyncronic;
    }


    /**
     * Gets the fechaDiferido value for this InterfaceObjInput.
     * 
     * @return fechaDiferido
     */
    public java.lang.String getFechaDiferido() {
        return fechaDiferido;
    }


    /**
     * Sets the fechaDiferido value for this InterfaceObjInput.
     * 
     * @param fechaDiferido
     */
    public void setFechaDiferido(java.lang.String fechaDiferido) {
        this.fechaDiferido = fechaDiferido;
    }


    /**
     * Gets the idCliente value for this InterfaceObjInput.
     * 
     * @return idCliente
     */
    public java.lang.String getIdCliente() {
        return idCliente;
    }


    /**
     * Sets the idCliente value for this InterfaceObjInput.
     * 
     * @param idCliente
     */
    public void setIdCliente(java.lang.String idCliente) {
        this.idCliente = idCliente;
    }


    /**
     * Gets the idEmpresa value for this InterfaceObjInput.
     * 
     * @return idEmpresa
     */
    public java.lang.String getIdEmpresa() {
        return idEmpresa;
    }


    /**
     * Sets the idEmpresa value for this InterfaceObjInput.
     * 
     * @param idEmpresa
     */
    public void setIdEmpresa(java.lang.String idEmpresa) {
        this.idEmpresa = idEmpresa;
    }


    /**
     * Gets the idVenta value for this InterfaceObjInput.
     * 
     * @return idVenta
     */
    public java.lang.String getIdVenta() {
        return idVenta;
    }


    /**
     * Sets the idVenta value for this InterfaceObjInput.
     * 
     * @param idVenta
     */
    public void setIdVenta(java.lang.String idVenta) {
        this.idVenta = idVenta;
    }


    /**
     * Gets the idVentaPadre value for this InterfaceObjInput.
     * 
     * @return idVentaPadre
     */
    public java.lang.String getIdVentaPadre() {
        return idVentaPadre;
    }


    /**
     * Sets the idVentaPadre value for this InterfaceObjInput.
     * 
     * @param idVentaPadre
     */
    public void setIdVentaPadre(java.lang.String idVentaPadre) {
        this.idVentaPadre = idVentaPadre;
    }


    /**
     * Gets the idServicio value for this InterfaceObjInput.
     * 
     * @return idServicio
     */
    public java.lang.String getIdServicio() {
        return idServicio;
    }


    /**
     * Sets the idServicio value for this InterfaceObjInput.
     * 
     * @param idServicio
     */
    public void setIdServicio(java.lang.String idServicio) {
        this.idServicio = idServicio;
    }


    /**
     * Gets the idProducto value for this InterfaceObjInput.
     * 
     * @return idProducto
     */
    public java.lang.String getIdProducto() {
        return idProducto;
    }


    /**
     * Sets the idProducto value for this InterfaceObjInput.
     * 
     * @param idProducto
     */
    public void setIdProducto(java.lang.String idProducto) {
        this.idProducto = idProducto;
    }


    /**
     * Gets the idServicioPadre value for this InterfaceObjInput.
     * 
     * @return idServicioPadre
     */
    public java.lang.String getIdServicioPadre() {
        return idServicioPadre;
    }


    /**
     * Sets the idServicioPadre value for this InterfaceObjInput.
     * 
     * @param idServicioPadre
     */
    public void setIdServicioPadre(java.lang.String idServicioPadre) {
        this.idServicioPadre = idServicioPadre;
    }


    /**
     * Gets the idProductoPadre value for this InterfaceObjInput.
     * 
     * @return idProductoPadre
     */
    public java.lang.String getIdProductoPadre() {
        return idProductoPadre;
    }


    /**
     * Sets the idProductoPadre value for this InterfaceObjInput.
     * 
     * @param idProductoPadre
     */
    public void setIdProductoPadre(java.lang.String idProductoPadre) {
        this.idProductoPadre = idProductoPadre;
    }


    /**
     * Gets the idPromotor value for this InterfaceObjInput.
     * 
     * @return idPromotor
     */
    public java.lang.String getIdPromotor() {
        return idPromotor;
    }


    /**
     * Sets the idPromotor value for this InterfaceObjInput.
     * 
     * @param idPromotor
     */
    public void setIdPromotor(java.lang.String idPromotor) {
        this.idPromotor = idPromotor;
    }


    /**
     * Gets the xmlEncoding value for this InterfaceObjInput.
     * 
     * @return xmlEncoding
     */
    public java.lang.String getXmlEncoding() {
        return xmlEncoding;
    }


    /**
     * Sets the xmlEncoding value for this InterfaceObjInput.
     * 
     * @param xmlEncoding
     */
    public void setXmlEncoding(java.lang.String xmlEncoding) {
        this.xmlEncoding = xmlEncoding;
    }

File Line
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjOutput.java 139
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjOutput.java 139
        typeDesc.setXmlType(new javax.xml.namespace.QName("urn:IntrawayWSDL", "MaintenanceObjOutput"));
        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idEntradaCaller");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEntradaCaller"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idError");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idError"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("errorStr");
        elemField.setXmlName(new javax.xml.namespace.QName("", "errorStr"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 682
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjOutput.java 142
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEntradaCaller"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idError");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idError"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("errorStr");
        elemField.setXmlName(new javax.xml.namespace.QName("", "errorStr"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}

File Line
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjOutput.java 92
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjOutput.java 92
        MaintenanceObjOutput other = (MaintenanceObjOutput) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.idEntradaCaller==null && other.getIdEntradaCaller()==null) || 
             (this.idEntradaCaller!=null &&
              this.idEntradaCaller.equals(other.getIdEntradaCaller()))) &&
            ((this.idError==null && other.getIdError()==null) || 
             (this.idError!=null &&
              this.idError.equals(other.getIdError()))) &&
            ((this.errorStr==null && other.getErrorStr()==null) || 
             (this.errorStr!=null &&
              this.errorStr.equals(other.getErrorStr())));
        __equalsCalc = null;
        return _equals;
    }

    private boolean __hashCodeCalc = false;
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = 1;
        if (getIdEntradaCaller() != null) {
            _hashCode += getIdEntradaCaller().hashCode();
        }
        if (getIdError() != null) {
            _hashCode += getIdError().hashCode();
        }
        if (getErrorStr() != null) {
            _hashCode += getErrorStr().hashCode();
        }
        __hashCodeCalc = false;
        return _hashCode;
    }

    // Type metadata
    private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(MaintenanceObjOutput.class, true);

File Line
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 580
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjInput.java 256
        elemField.setXmlName(new javax.xml.namespace.QName("", "idProducto"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("xmlEncoding");
        elemField.setXmlName(new javax.xml.namespace.QName("", "xmlEncoding"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}

File Line
net\sf\provisioner\IntrawayWSDL_pkg\IntrawayWSDLBindingStub.java 428
net\sf\provisioner\IntrawayWSDL_pkg\IntrawayWSDLBindingStub.java 471
 try {        java.lang.Object _resp = _call.invoke(new java.lang.Object[] {authKey, idEmpresaCRM, idServicio, idVenta, idProducto, xmlEncoding});

        if (_resp instanceof java.rmi.RemoteException) {
            throw (java.rmi.RemoteException)_resp;
        }
        else {
            extractAttachments(_call);
            java.util.Map _output;
            _output = _call.getOutputParams();
            try {
                idError.value = (java.lang.String) _output.get(new javax.xml.namespace.QName("", "idError"));
            } catch (java.lang.Exception _exception) {
                idError.value = (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "idError")), java.lang.String.class);
            }
            try {
                errorStr.value = (java.lang.String) _output.get(new javax.xml.namespace.QName("", "errorStr"));
            } catch (java.lang.Exception _exception) {
                errorStr.value = (java.lang.String) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName("", "errorStr")), java.lang.String.class);
            }
            try {

File Line
net\sf\provisioner\IntrawayWSDL_pkg\IntrawayWSDLBindingStub.java 45
net\sf\provisioner\IntrawayWSDL_pkg\IntrawayWSDLBindingStub.java 70
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "xmlEncoding"), 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);
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "idError"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false);
        oper.addParameter(param);
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "errorStr"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"), java.lang.String.class, false, false);
        oper.addParameter(param);
        param = new org.apache.axis.description.ParameterDesc(new javax.xml.namespace.QName("", "DocsisStatusObjOutput"), org.apache.axis.description.ParameterDesc.OUT, new javax.xml.namespace.QName("urn:IntrawayWSDL", "DocsisStatusObjOutput"), net.sf.provisioner.IntrawayWSDL_pkg.DocsisStatusObjOutput.class, false, false);

File Line
net\sf\provisioner\requests\GenericRequest.java 101
net\sf\provisioner\requests\MerakRequest.java 59
	}

	/**
     * .
     * <p>
     * 
     * .
     * <p>
     * 
     * 
     * 
     * @param 
     *            
     * @throws 
     *            
     *           
     */
	void _initRequest(Document parameters) {
		
		String paramName;
		
		List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {
	    			  paramName = child1.getAttributeValue("name");
	    		      	if (paramName.equalsIgnoreCase("account")) this.command.account = child1.getAttributeValue("value");
	    		      	if (paramName.equalsIgnoreCase("u_name")) this.command.user = child1.getAttributeValue("value");
	    		      	if (paramName.equalsIgnoreCase("u_password")) this.command.password = child1.getAttributeValue("value");
	    		      	if (paramName.equalsIgnoreCase("u_accounttype")) this.command.accountType = child1.getAttributeValue("value");

File Line
net\sf\provisioner\requests\IntrawayRequest.java 258
net\sf\provisioner\requests\IntrawayRequest.java 329
	    		      else if (paramName.equalsIgnoreCase("numero_cliente")) idCliente = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("empresa")) empresa = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idVenta")) idVenta = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idVentaPadre")) idVentaPadre = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idServicio")) idServicio = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idProducto")) idProducto = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idServicioPadre")) idServicioPadre = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idProductoPadre")) idProductoPadre = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idPromotor")) idPromotor = child1.getAttributeValue("value");
	    		  }
	    	  }
	      }
	    }
    	
    	xmlEncoding = xmlEncoding + "</handleClient>";
    				  
    	Long timeStamp = new Date().getTime(); 
    	
    	return new InterfaceObjInput(timeStamp.toString(),

File Line
net\sf\provisioner\requests\AsteriskRequest.java 40
net\sf\provisioner\requests\SERRequest.java 37
	public SERRequest (net.sf.provisioner.config.ConfigRequest request, Document parameters) {
	
		_initRequest(parameters);
		this.ne = request.service.ne;
		this.command.bin = this.ne.bin;
		this.command.operation = request.operationType;
			
	}
	
	/**
     * .
     * <p>
     * 
     * .
     * <p>
     * 
     * 
     * 
     * @param 
     *            
     * @throws 
     *            
     *           
     */
	void _initRequest(Document parameters) {
		
		String paramName;
		
		List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {
	    			  	paramName = child1.getAttributeValue("name");
	    		      	if (paramName.equalsIgnoreCase("numero_linea")) this.command.line1.number = child1.getAttributeValue("value");

File Line
net\sf\provisioner\requests\IntrawayRequest.java 103
net\sf\provisioner\requests\IntrawayRequest.java 259
	    		      else if (paramName.equalsIgnoreCase("empresa")) empresa = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idVenta")) idVenta = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idVentaPadre")) idVentaPadre = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idServicio")) idServicio = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idProducto")) idProducto = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idServicioPadre")) idServicioPadre = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idProductoPadre")) idProductoPadre = child1.getAttributeValue("value");
	    		      else if (paramName.equalsIgnoreCase("idPromotor")) idPromotor = child1.getAttributeValue("value");
	    		  }
	    	  }
	      }
	    }
    	
    	xmlEncoding = xmlEncoding + "</handleClient>";
    				  
    	Long timeStamp = new Date().getTime(); 
    	
    	return new InterfaceObjInput(timeStamp.toString(),

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 694
net\sf\provisioner\IntrawayWSDL_pkg\MensajesObj.java 154
        elemField.setXmlName(new javax.xml.namespace.QName("", "lastTXSlotsDenied"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}

File Line
net\sf\provisioner\requests\IntrawayRequest.java 77
net\sf\provisioner\requests\IntrawayRequest.java 237
	InterfaceObjInput _initRequestPCs(Document parameters, String status) {
		
		String xmlEncoding = "<handleClient>";
		String paramName;
		
		// Static parameters
    	String idVenta = "0", idVentaPadre = "0", idServicio = "0", empresa = "";
    	String idProducto = "0", idCliente = "0", idServicioPadre = "0", idProductoPadre = "0", idPromotor = "0";
    	
    	List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {
	    			  paramName = child1.getAttributeValue("name");
	    		      if (paramName.equalsIgnoreCase("CantidadPCs")) xmlEncoding = xmlEncoding + "<CantCPE>" + child1.getAttributeValue("value") + "</CantCPE>";

File Line
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjOutput.java 20
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjOutput.java 20
    public MaintenanceObjOutput(
           java.lang.String idEntradaCaller,
           java.lang.String idError,
           java.lang.String errorStr) {
           this.idEntradaCaller = idEntradaCaller;
           this.idError = idError;
           this.errorStr = errorStr;
    }


    /**
     * Gets the idEntradaCaller value for this MaintenanceObjOutput.
     * 
     * @return idEntradaCaller
     */
    public java.lang.String getIdEntradaCaller() {
        return idEntradaCaller;
    }


    /**
     * Sets the idEntradaCaller value for this MaintenanceObjOutput.
     * 
     * @param idEntradaCaller
     */
    public void setIdEntradaCaller(java.lang.String idEntradaCaller) {
        this.idEntradaCaller = idEntradaCaller;
    }


    /**
     * Gets the idError value for this MaintenanceObjOutput.
     * 
     * @return idError
     */
    public java.lang.String getIdError() {
        return idError;
    }


    /**
     * Sets the idError value for this MaintenanceObjOutput.
     * 
     * @param idError
     */
    public void setIdError(java.lang.String idError) {
        this.idError = idError;
    }


    /**
     * Gets the errorStr value for this MaintenanceObjOutput.
     * 
     * @return errorStr
     */
    public java.lang.String getErrorStr() {
        return errorStr;
    }


    /**
     * Sets the errorStr value for this MaintenanceObjOutput.
     * 
     * @param errorStr
     */
    public void setErrorStr(java.lang.String errorStr) {
        this.errorStr = errorStr;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof MaintenanceObjOutput)) return false;

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 695
net\sf\provisioner\IntrawayWSDL_pkg\SpDescriptionObj.java 331
        elemField.setXmlType(new javax.xml.namespace.QName("urn:IntrawayWSDL", "opcionesObj"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
    }

    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

    /**
     * Get Custom Serializer
     */
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanSerializer(
            _javaType, _xmlType, typeDesc);
    }

    /**
     * Get Custom Deserializer
     */
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new  org.apache.axis.encoding.ser.BeanDeserializer(
            _javaType, _xmlType, typeDesc);
    }

}

File Line
net\sf\provisioner\requests\AsteriskRequest.java 44
net\sf\provisioner\requests\MerakRequest.java 56
		this.command.bin = this.ne.bin;
		this.command.operation = request.operationType;

	}

	/**
     * .
     * <p>
     * 
     * .
     * <p>
     * 
     * 
     * 
     * @param 
     *            
     * @throws 
     *            
     *           
     */
	void _initRequest(Document parameters) {
		
		String paramName;
		
		List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {
	    			  paramName = child1.getAttributeValue("name");
	    		      	if (paramName.equalsIgnoreCase("account")) this.command.account = child1.getAttributeValue("value");

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 508
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjOutput.java 103
              this.idEntradaCaller.equals(other.getIdEntradaCaller()))) &&
            ((this.idError==null && other.getIdError()==null) || 
             (this.idError!=null &&
              this.idError.equals(other.getIdError()))) &&
            ((this.errorStr==null && other.getErrorStr()==null) || 
             (this.errorStr!=null &&
              this.errorStr.equals(other.getErrorStr())));
        __equalsCalc = null;
        return _equals;
    }

    private boolean __hashCodeCalc = false;
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = 1;
        if (getIdEntradaCaller() != null) {
            _hashCode += getIdEntradaCaller().hashCode();
        }
        if (getIdError() != null) {

File Line
net\sf\provisioner\requests\AsteriskRequest.java 112
net\sf\provisioner\requests\SERRequest.java 145
			String respuesta = ser.ExecuteCommand(command);
			
			logger.debug(respuesta);
			
			/* consume response */
			response = interpretaRespuesta(respuesta);
			
		} catch (Exception e) { throw e; }
		
		return response;
	}
	
	Response interpretaRespuesta (String respuesta) {
		
		Response posibleRespuesta = new Response();
		
		/* Match response with responses configured in xml config file */
		Enumeration respuestas = this.ne.responses.elements();
		while (respuestas.hasMoreElements()) {
			posibleRespuesta = (Response)respuestas.nextElement();
			Pattern pattern = Pattern.compile(posibleRespuesta.result, Pattern.CASE_INSENSITIVE);
			Matcher matcher = pattern.matcher(respuesta);
			if (matcher.find() && this.command.operation.equalsIgnoreCase(posibleRespuesta.tipoOperacion))
				return posibleRespuesta;
		}	
		posibleRespuesta.errorStr = "No match found in response configuration file";

File Line
net\sf\provisioner\requests\AsteriskRequest.java 47
net\sf\provisioner\requests\GenericRequest.java 101
	}

	
	/**
     * .
     * <p>
     * 
     * .
     * <p>
     * 
     * 
     * 
     * @param 
     *            
     * @throws 
     *            
     *           
     */
	void _initRequest(Document parameters) {
		
		String paramName;
		
		List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {
	    			  	paramName = child1.getAttributeValue("name");
	    		      	if (paramName.equalsIgnoreCase("firstName")) this.command.firstName = child1.getAttributeValue("value");

File Line
net\sf\provisioner\requests\AsteriskRequest.java 112
net\sf\provisioner\requests\MerakRequest.java 136
                                                    this.command.accountType);
			
			logger.debug(respuesta);
			
			/* Interpretamos la respuesta */
			response = interpretaRespuesta(respuesta);
			
		} catch (Exception e) { throw e; }
		
		return response;
	}
	
	/**
     * .
     * <p>
     * 
     * .
     * <p>
     * 
     * 
     * 
     * @param 
     *            
     * @throws 
     *            
     *           
     */
	Response interpretaRespuesta (String respuesta) {
		
		Response posibleRespuesta = new Response();
				
		/* Matcheamos la respuesta con las configuradas en el archivo xml */
		Enumeration respuestas = this.ne.responses.elements();
		while (respuestas.hasMoreElements()) {
			posibleRespuesta = (Response)respuestas.nextElement();
			Pattern pattern = Pattern.compile(posibleRespuesta.result, Pattern.CASE_INSENSITIVE);
			Matcher matcher = pattern.matcher(respuesta);
			if (matcher.find() && this.command.operation.equalsIgnoreCase(posibleRespuesta.tipoOperacion))
				return posibleRespuesta;
		}	
		posibleRespuesta.errorStr = "No se encontro ningun match en el archivo de respuestas, respuesta desconocida";

File Line
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 550
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjInput.java 238
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEmpresaCRM"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idServicio");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idServicio"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idVenta");

File Line
net\sf\provisioner\IntrawayWSDL_pkg\DocsisStatusObjOutput.java 1214
net\sf\provisioner\IntrawayWSDL_pkg\LeasesObj.java 172
        elemField.setXmlName(new javax.xml.namespace.QName("", "fecha"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("ip");
        elemField.setXmlName(new javax.xml.namespace.QName("", "ip"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("macaddress");

File Line
net\sf\provisioner\IntrawayWSDL_pkg\DocsisStatusObjOutput.java 1184
net\sf\provisioner\IntrawayWSDL_pkg\LeasesObj.java 178
        elemField.setXmlName(new javax.xml.namespace.QName("", "ip"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("macaddress");
        elemField.setXmlName(new javax.xml.namespace.QName("", "macaddress"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("manufacturer");

File Line
net\sf\provisioner\IntrawayWSDL_pkg\DocsisStatusObjOutput.java 1172
net\sf\provisioner\IntrawayWSDL_pkg\MensajesObj.java 142
        elemField.setXmlName(new javax.xml.namespace.QName("", "idMensajeCRM"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("nombre");
        elemField.setXmlName(new javax.xml.namespace.QName("", "nombre"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("descripcion");

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 646
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjInput.java 250
        elemField.setXmlName(new javax.xml.namespace.QName("", "idVenta"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idProducto");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idProducto"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("xmlEncoding");

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 640
net\sf\provisioner\IntrawayWSDL_pkg\MaintenanceObjInput.java 238
        elemField.setXmlName(new javax.xml.namespace.QName("", "idEmpresaCRM"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idServicio");
        elemField.setXmlName(new javax.xml.namespace.QName("", "idServicio"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("idVenta");

File Line
net\sf\provisioner\requests\AsteriskRequest.java 68
net\sf\provisioner\requests\IntrawayRequest.java 86
    	List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {
	    			  paramName = child1.getAttributeValue("name");
	    		      	if (paramName.equalsIgnoreCase("nombre_cliente")) xmlEncoding = xmlEncoding + "<Nombre>" + child1.getAttributeValue("value") + "</Nombre>";

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 10
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 10
public class InterfaceObjInput  implements java.io.Serializable {
    private java.lang.String idEntradaCaller;

    private java.lang.String idInterface;

    private java.lang.String idEstado;

    private java.lang.String asyncronic;

    private java.lang.String fechaDiferido;

    private java.lang.String idCliente;

    private java.lang.String idEmpresa;

    private java.lang.String idVenta;

    private java.lang.String idVentaPadre;

    private java.lang.String idServicio;

    private java.lang.String idProducto;

    private java.lang.String idServicioPadre;

    private java.lang.String idProductoPadre;

    private java.lang.String idPromotor;

    private java.lang.String xmlEncoding;

File Line
net\sf\provisioner\requests\LDAPDeleteRequest.java 38
net\sf\provisioner\requests\LDAPSearchRequest.java 85
			Response response    = new Response();
			response.result      = 
			response.errorStr    = "Deleted attribute " + getDistinguishedName();
			response.retry       = false;
			response.successfull = true;
			return response;

		} catch (NamingException e) {
			Response response = new Response();
			response.result = "Failed to delete attribute.";
			
			Throwable t = e.getRootCause();
			if (t != null) {
				// Save the LDAP server's response, if it's there...
				response.errorStr = t.getMessage();
			} else {
				// ... or save Java's error message.
				response.errorStr = e.getExplanation();
			}
			// TODO: find out which errors should result in a retry. 
			response.retry       = false;
			response.successfull = false;
			return response;
		} finally {
			context.close();
		}
	}
}

File Line
net\sf\provisioner\IntrawayWSDL_pkg\ActivityObjOutput.java 50
net\sf\provisioner\IntrawayWSDL_pkg\InterfaceObjInput.java 44
    public InterfaceObjInput(
           java.lang.String idEntradaCaller,
           java.lang.String idInterface,
           java.lang.String idEstado,
           java.lang.String asyncronic,
           java.lang.String fechaDiferido,
           java.lang.String idCliente,
           java.lang.String idEmpresa,
           java.lang.String idVenta,
           java.lang.String idVentaPadre,
           java.lang.String idServicio,
           java.lang.String idProducto,
           java.lang.String idServicioPadre,
           java.lang.String idProductoPadre,
           java.lang.String idPromotor,
           java.lang.String xmlEncoding) {

File Line
net\sf\provisioner\core\Operation.java 291
net\sf\provisioner\requests\IntrawayRequest.java 162
		List children = parameters.getContent();  
	    Iterator iterator = children.iterator();
	    while (iterator.hasNext()) {
	      Element child = (Element) iterator.next();
	      if (child.getName().equalsIgnoreCase("operation")) {
	    	  List children1 = child.getChildren();
	    	  Iterator iterator1 = children1.iterator();
	    	  while (iterator1.hasNext()) {
	    		  Element child1 = (Element) iterator1.next();
	    		  if (child1.getName().equalsIgnoreCase("parameter")) {