Class XmlRpcUtils
- java.lang.Object
-
- com.atlassian.confluence.rpc.xmlrpc.XmlRpcUtils
-
public class XmlRpcUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlRpcUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
convertDate(Hashtable table, String key)
static void
convertInteger(Hashtable table, String key)
static void
convertLong(Hashtable table, String key)
static RemotePage
createRemotePageFromPageStruct(Hashtable pageStruct)
-
-
-
Method Detail
-
createRemotePageFromPageStruct
public static RemotePage createRemotePageFromPageStruct(Hashtable pageStruct)
-
-