org.kuali.rice.ksb.testclient1
Class InboxResourceImpl
java.lang.Object
org.kuali.rice.ksb.testclient1.InboxResourceImpl
- All Implemented Interfaces:
- InboxResource
public class InboxResourceImpl
- extends Object
- implements InboxResource
service implementation for InboxResource
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboxResourceImpl
public InboxResourceImpl()
createInbox
public Inbox createInbox(Inbox inbox)
- Specified by:
createInbox
in interface InboxResource
- See Also:
InboxResource.createInbox(org.kuali.rice.ksb.messaging.remotedservices.Inbox)
deleteInbox
public void deleteInbox(String id)
- Specified by:
deleteInbox
in interface InboxResource
- See Also:
InboxResource.deleteInbox(java.lang.String)
retrieveInbox
public Inbox retrieveInbox(String id)
- Specified by:
retrieveInbox
in interface InboxResource
- See Also:
InboxResource.retrieveInbox(java.lang.String)
updateInbox
public void updateInbox(Inbox inbox)
- Specified by:
updateInbox
in interface InboxResource
- See Also:
InboxResource.updateInbox(org.kuali.rice.ksb.messaging.remotedservices.Inbox)
getStorage
public Storage getStorage()
- Returns:
- the storage
setStorage
public void setStorage(Storage storage)
- Parameters:
storage
- the storage to set
getMessageResource
public MessageResource getMessageResource()
- Specified by:
getMessageResource
in interface InboxResource
- Returns:
- the messageResource
setMessageResource
public void setMessageResource(MessageResource messageResource)
- Parameters:
messageResource
- the messageResource to set
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.