com.ibm.workplace.wcm.api.extensions.syndication
Class Result

java.lang.Object
  extended by com.ibm.workplace.wcm.api.extensions.syndication.Result

public class Result
extends java.lang.Object

Result returned from the SubscriberComplete and SyndicatorComplete Extensions.

Since:
8.0

Constructor Summary
Result(java.lang.String message)
          Constructor
 
Method Summary
 java.lang.String getMessage()
          Get the message returned from the extension.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result(java.lang.String message)
Constructor

Parameters:
message - the message returned from the extensions
Method Detail

getMessage

public java.lang.String getMessage()
Get the message returned from the extension.

Returns:
a message from the extension.