|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.wsn.AnyElemAnyAttrType
com.ibm.websphere.sib.wsn.GetMessagesResponse
public class GetMessagesResponse
A class which represents the GetMessagesResponse element in the WS-Notification Base Notification schema. This class allows custom elements and attributes to be set.
AnyElemAnyAttrType
Field Summary |
---|
Fields inherited from class com.ibm.websphere.sib.wsn.AnyElemAnyAttrType |
---|
attributes, elements |
Constructor Summary | |
---|---|
GetMessagesResponse(NotificationMessage[] messages)
Create an instance without user defined elements |
|
GetMessagesResponse(NotificationMessage[] messages,
javax.xml.soap.SOAPElement[] elements)
Create an instance with user defined elements |
Method Summary | |
---|---|
NotificationMessage[] |
getMessages()
Get the notification messages returned |
void |
setMessages(NotificationMessage[] messages)
Set the notification messages to return |
Methods inherited from class com.ibm.websphere.sib.wsn.AnyElemAnyAttrType |
---|
addAttribute, getAttributes, getAttributeValue, getElements, setElements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMessagesResponse(NotificationMessage[] messages)
messages
- The notification messages being returnedpublic GetMessagesResponse(NotificationMessage[] messages, javax.xml.soap.SOAPElement[] elements)
messages
- The notification messages being returnedelements
- User defined SOAPElementsMethod Detail |
---|
public NotificationMessage[] getMessages()
public void setMessages(NotificationMessage[] messages)
messages
- The messages
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |