当前位置: 代码迷 >> Java Web开发 >> package com.jxte.sendmessage?该怎么处理
  详细解决方案

package com.jxte.sendmessage?该怎么处理

热度:8116   发布时间:2013-02-25 21:17:47.0
package com.jxte.sendmessage?
package com.jxte.sendmessage;

import java.io.ByteArrayInputStream;
import java.io.InputStream;

import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import org.w3c.www.cctv40.cndom.Document;
import org.w3c.dom.NodeList;
import javax.xml.namespace.QName;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import java.util.Locale;
import java.util.ResourceBundle;

public class SendMessage {

  private static final String ENDPOINT = Constant.ENDPOINT;
  private static final String NAMESPACEURI = Constant.NAMESPACEURI;
  private static final String HEADERSIGN = Constant.HEADERSIGN;
  private static final String USERNAME = Constant.USERNAME;
  private static final String PASSWORD = Constant.PASSWORD;
  private static final String SENDRETURN = Constant.SENDRETURN;
  private static final String SOAPACTIONURI = Constant.SOAPACTIONURI;
  private static final String PARMENT1 = Constant.PARMENT1;
  private static final String PARMENT2 = Constant.PARMENT2;
  private static final String PARMENT3 = Constant.PARMENT3;


------解决方案--------------------------------------------------------
不知道你说啥
  相关解决方案