Liferay 6.1.2-ce-ga3

com.liferay.portal.xmlrpc
Class SuccessImpl

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

public class SuccessImpl
extends Object
implements 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 Response

toString

public String toString()
Overrides:
toString in class Object

toXml

public String toXml()
             throws XmlRpcException
Specified by:
toXml in interface Response
Throws:
XmlRpcException

Liferay 6.1.2-ce-ga3