Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.xmlrpc.Fault

Packages that use Fault
com.liferay.portal.kernel.xmlrpc   
com.liferay.portal.xmlrpc   
 

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

Methods in com.liferay.portal.kernel.xmlrpc that return Fault
 Fault XmlRpc.createFault(int code, String description)
           
static Fault XmlRpcUtil.createFault(int code, String description)
           
 

Uses of Fault in com.liferay.portal.xmlrpc
 

Classes in com.liferay.portal.xmlrpc that implement Fault
 class FaultImpl
           
 

Methods in com.liferay.portal.xmlrpc that return Fault
 Fault XmlRpcImpl.createFault(int code, String description)
           
 


Liferay 6.1.2-ce-ga3