Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.xmlrpc
Interface Response

All Known Subinterfaces:
Fault, Success

public interface Response


Method Summary
 String getDescription()
           
 String toXml()
           
 

Method Detail

getDescription

String getDescription()

toXml

String toXml()
             throws XmlRpcException
Throws:
XmlRpcException

Liferay 6.1.2-ce-ga3