Tag.java :  » Web » drupaleditor » org » xmlrpc » android » Android Open Source

Android Open Source » Web » drupaleditor 
drupaleditor » org » xmlrpc » android » Tag.java
package org.xmlrpc.android;

public class Tag {
  static final String LOG = "XMLRPC";
  static final String METHOD_CALL = "methodCall";
  static final String METHOD_NAME = "methodName";
  static final String METHOD_RESPONSE = "methodResponse";
  static final String PARAMS = "params";
  static final String PARAM = "param";
  static final String FAULT = "fault";
  static final String FAULT_CODE = "faultCode";
  static final String FAULT_STRING = "faultString";
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.