在java中使用snipplr API
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在java中使用snipplr API相关的知识,希望对你有一定的参考价值。
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package net.hazra.xmlrpctutorial; import java.net.URL; import java.util.*; import java.util.Vector; import org.apache.xmlrpc.client.XmlRpcClient; import org.apache.xmlrpc.client.XmlRpcClientConfigImpl; public class Main { XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); XmlRpcClient client = new XmlRpcClient(); client.setConfig(config); params.addElement(keyId); if ( results != null ) { } } }
以上是关于在java中使用snipplr API的主要内容,如果未能解决你的问题,请参考以下文章
使用Groovy和Apache XML-RPC访问SNIPPLR