Package com.liferay.portal.kernel.xmlrpc
Interface XmlRpcConstants
public interface XmlRpcConstants
- Author:
- Alexander Chow, Brian Wing Shun Chan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
APPLICATION_ERROR
static final int APPLICATION_ERROR- See Also:
-
INTERNAL_XMLRPC_ERROR
static final int INTERNAL_XMLRPC_ERROR- See Also:
-
INVALID_CHARACTER_FOR_ENCODING
static final int INVALID_CHARACTER_FOR_ENCODING- See Also:
-
INVALID_METHOD_PARAMETERS
static final int INVALID_METHOD_PARAMETERS- See Also:
-
INVALID_XMLRPC
static final int INVALID_XMLRPC- See Also:
-
NOT_WELL_FORMED
static final int NOT_WELL_FORMED- See Also:
-
REQUESTED_METHOD_NOT_FOUND
static final int REQUESTED_METHOD_NOT_FOUND- See Also:
-
SYSTEM_ERROR
static final int SYSTEM_ERROR- See Also:
-
TRANSPORT_ERROR
static final int TRANSPORT_ERROR- See Also:
-
UNSUPPORTED_ENCODING
static final int UNSUPPORTED_ENCODING- See Also:
-