Package org.api.mkm.tools
Class Tools
java.lang.Object
org.api.mkm.tools.Tools
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringencodeString(String s)static org.jsoup.nodes.DocumentgetDocument(String url)static StringgetXMLResponse(String link, String method, Class serv)static StringgetXMLResponse(String link, String method, Class serv, String content)static com.thoughtworks.xstream.XStreamstatic Stringjoin(Collection<?> s, String delimiter)static void
-
Method Details
-
encodeString
-
instNewXstream
public static com.thoughtworks.xstream.XStream instNewXstream() -
unzip
- Throws:
IOException
-
join
-
getDocument
- Throws:
IOException
-
getXMLResponse
- Throws:
IOException
-
getXMLResponse
public static String getXMLResponse(String link, String method, Class serv, String content) throws IOException- Throws:
IOException
-