Liferay 6.2.0

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
abstract  Response Method.execute(long companyId)
           
static Response XmlRpcUtil.executeMethod(String url, String methodName, Object[] arguments)
           
abstract  Response XmlRpc.executeMethod(String url, String methodName, Object[] arguments)
           
abstract  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 SuccessImpl.toXml()
           
 String FaultImpl.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.0