|
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.NotificationMessage
public class NotificationMessage
This class represents the NotificationMessageHolderType type in the WS-Notification Base Notification schema. The class encapsulates a notification message published by a WS-Notification producer. The notification message contains:
Constructor Summary | |
---|---|
NotificationMessage(javax.xml.soap.SOAPElement messageContents)
Construct an instance with the specified message contents |
Method Summary | |
---|---|
javax.xml.soap.SOAPElement |
getMessageContents()
Get the message contents as a SOAPElement |
EndpointReference |
getProducerReference()
Get the endpoint reference for the producer associated with the message |
EndpointReference |
getSubscriptionReference()
Get the endpoint reference for the subscription associated with the message |
TopicExpression |
getTopic()
Get the topic expression associated with the message |
void |
setMessageContents(javax.xml.soap.SOAPElement messageContents)
Set the message contents as a SOAPElement |
void |
setProducerReference(EndpointReference producerReference)
Set the endpoint reference for the producer associated with the message |
void |
setSubscriptionReference(EndpointReference subscriptionReference)
Set the endpoint reference for the subscription associated with the message |
void |
setTopic(TopicExpression topic)
Set the topic expression associated with the message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationMessage(javax.xml.soap.SOAPElement messageContents)
messageContents
- The contents of the notification message as a SOAPElementMethod Detail |
---|
public EndpointReference getSubscriptionReference()
public void setSubscriptionReference(EndpointReference subscriptionReference)
subscriptionReference
- The endpoint referencepublic TopicExpression getTopic()
public void setTopic(TopicExpression topic)
topic
- The topic expressionpublic EndpointReference getProducerReference()
public void setProducerReference(EndpointReference producerReference)
producerReference
- The endpoint referencepublic javax.xml.soap.SOAPElement getMessageContents()
public void setMessageContents(javax.xml.soap.SOAPElement messageContents)
messageContents
- The message contents
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |