/**
* Alipay。com Inc。
* Copyright (c) 2005-2008 All Rights Reserved。
*/
package com。alipay。client。base;
import java。
io。InputStream;
import javax。xml。parsers。DocumentBuilder;
import javax。xml。parsers。DocumentBuilderFactory;
import org。
w3c。dom。Document;
import org。w3c。dom。Element;
import org。w3c。dom。NodeList;
/**
*
*
* @author feng。chenf
* @version $Id: ClientConfig。
java, v 0。1 2008-12-24 ????09:31:39 feng。chenf Exp $
*/
public class ClientConfig {
/**
* ????????????????????? ????????https://wappaygw。
alipay。com
*/
private String serverUrl
= "http://115。124。16。
16";
/**
* ????????????????????? ???????????????? ?????443???
*/
private String serverPort
= "80";
/**
* ?????partnerId
*/
private String partnerId
= "";
/**
* ??????????ú?
*/
private String secId
= "";
/**
* ???????
*/
private String prikey
= "";
/**
* ???????
*/
private String pubkey
= "";
/**
* ????????????????????
*/
private String alipayVeriPubKey = "";
/**
* ?????????????????????????
*/。
全部