org.kuali.rice.ksb.messaging
Class ClientAppServiceSharedPayloadObj

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.ClientAppServiceSharedPayloadObj
All Implemented Interfaces:
Serializable

public class ClientAppServiceSharedPayloadObj
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClientAppServiceSharedPayloadObj()
           
ClientAppServiceSharedPayloadObj(String messageContents, boolean throwException)
           
 
Method Summary
 String getMessageContents()
           
 boolean isThrowException()
           
 void setMessageContents(String messageContents)
           
 void setThrowException(boolean throwException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientAppServiceSharedPayloadObj

public ClientAppServiceSharedPayloadObj()

ClientAppServiceSharedPayloadObj

public ClientAppServiceSharedPayloadObj(String messageContents,
                                        boolean throwException)
Method Detail

getMessageContents

public String getMessageContents()

setMessageContents

public void setMessageContents(String messageContents)

isThrowException

public boolean isThrowException()

setThrowException

public void setThrowException(boolean throwException)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.