org.apache.camel.component.xmlrpc
Class XmlRpcConstants

java.lang.Object
  extended by org.apache.camel.component.xmlrpc.XmlRpcConstants

public final class XmlRpcConstants
extends Object


Field Summary
static String ERROR_CODE
           
static String ERROR_MESSAGE
           
static String METHOD_NAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHOD_NAME

public static final String METHOD_NAME
See Also:
Constant Field Values

ERROR_CODE

public static final String ERROR_CODE
See Also:
Constant Field Values

ERROR_MESSAGE

public static final String ERROR_MESSAGE
See Also:
Constant Field Values


Apache Camel