Class Success

Object
com.liferay.portal.xmlrpc.Success
All Implemented Interfaces:
com.liferay.portal.kernel.xmlrpc.Response

public class Success extends Object implements com.liferay.portal.kernel.xmlrpc.Response
Author:
Alexander Chow, Brian Wing Shun Chan
  • Constructor Details

    • Success

      public Success(String description)
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface com.liferay.portal.kernel.xmlrpc.Response
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toXml

      public String toXml() throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
      Specified by:
      toXml in interface com.liferay.portal.kernel.xmlrpc.Response
      Throws:
      com.liferay.portal.kernel.xmlrpc.XmlRpcException