Liferay 7.0-ga1 portal-impl

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 Object
implements com.liferay.portal.kernel.xmlrpc.Success


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

Constructor Detail

SuccessImpl

public SuccessImpl(String description)
Method Detail

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

Liferay 7.0-ga1 portal-impl