Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class MessageBulkResponseItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.BulkResponseItem
      extended byoracle.workspaces.ws.beans.MessageBulkResponseItem


public class MessageBulkResponseItem
extends BulkResponseItem

This class represents a message created during the bulk creation of messages. It also contains the exception message if creation fails.


Method Summary
 MessageItem getMessage()
          Gets the message item.

 

Methods inherited from class oracle.workspaces.ws.beans.BulkResponseItem
getException, getItem, getStackTrace, isFailed

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getMessage

public MessageItem getMessage()
Gets the message item.
Returns:
message

Copyright © 2001, 2006, Oracle. All rights reserved.