com.liferay.portal.xmlrpc
Class SuccessImpl

java.lang.Object
  extended by com.liferay.portal.xmlrpc.SuccessImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xmlrpc.Response, com.liferay.portal.kernel.xmlrpc.Success

public class SuccessImpl
extends java.lang.Object
implements com.liferay.portal.kernel.xmlrpc.Success

View Source

Author:
Alexander Chow, Brian Wing Shun Chan

Constructor Summary
SuccessImpl(java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String toString()
           
 java.lang.String toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuccessImpl

public SuccessImpl(java.lang.String description)
Method Detail

getDescription

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXml

public java.lang.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