public static class ISNotifier.NotificationMessage extends Object
| Constructor and Description |
|---|
ISNotifier.NotificationMessage(QName topic,
org.apache.axis.message.MessageElement[] message,
org.apache.axis.message.addressing.EndpointReferenceType producer) |
ISNotifier.NotificationMessage(QName topic,
Object message,
org.apache.axis.message.addressing.EndpointReferenceType producer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis.message.MessageElement[] |
getMessage()
Used to return a RP Notfication Message
|
Object |
getMessageObject()
Used to return a not RP Notfication Message
|
org.apache.axis.message.addressing.EndpointReferenceType |
getProducer() |
QName |
getTopic() |
public ISNotifier.NotificationMessage(QName topic, org.apache.axis.message.MessageElement[] message, org.apache.axis.message.addressing.EndpointReferenceType producer)
public QName getTopic()
public org.apache.axis.message.MessageElement[] getMessage()
public Object getMessageObject()
public org.apache.axis.message.addressing.EndpointReferenceType getProducer()
Copyright © 2015. All Rights Reserved.