Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.xmlrpc.XmlRpcException

Packages that use XmlRpcException
com.liferay.portal.kernel.xmlrpc   
com.liferay.portal.xmlrpc   
com.liferay.portlet.blogs.util   
 

Uses of XmlRpcException in com.liferay.portal.kernel.xmlrpc
 

Methods in com.liferay.portal.kernel.xmlrpc that throw XmlRpcException
 Response Method.execute(long companyId)
           
static Response XmlRpcUtil.executeMethod(String url, String methodName, Object[] arguments)
           
 Response XmlRpc.executeMethod(String url, String methodName, Object[] arguments)
           
 String Response.toXml()
           
 

Uses of XmlRpcException in com.liferay.portal.xmlrpc
 

Methods in com.liferay.portal.xmlrpc that throw XmlRpcException
static String XmlRpcParser.buildMethod(String methodName, Object[] arguments)
           
 Response XmlRpcImpl.executeMethod(String url, String methodName, Object[] arguments)
           
protected  Response XmlRpcServlet.invokeMethod(long companyId, String token, String methodName, Object[] arguments)
           
static Response XmlRpcParser.parseResponse(String xml)
           
 String FaultImpl.toXml()
           
 String SuccessImpl.toXml()
           
static String XmlRpcParser.wrapValue(Object value)
           
 

Uses of XmlRpcException in com.liferay.portlet.blogs.util
 

Methods in com.liferay.portlet.blogs.util that throw XmlRpcException
static void LinkbackProducerUtil.sendQueuedPingbacks()
           
 


Liferay 6.2-ce-ga5